/* pages/index/event/index.wxss */ .content{ margin-bottom: 10px; } .title{ font-weight: 900; padding: 5px; margin: 5px; position: relative; } .time , .address{ font-size: 12px; padding: 5px; margin: 5px; color: var(--weui-FG-1); } .slide-image{ width: 100%; } .content_tip1,.content_tip2{ font-weight: 500; padding:0 10px; position: absolute; border-radius: 20px; color: #fff; right: 0; top: -30px; z-index: 99; } .content_tip1{ background-color: #179415; } .content_tip2{ background-color: gray; }