/* pages/user/region/region.wxss */ page{ background-color: #ffffff; } text{ display: block; } .flex{ display: flex; align-items: center; justify-content: space-between; } .top_win{ width: 90%; margin: 0 auto; border-bottom: 1px dashed #DCDCDC; } .top{ margin: 0 auto 15px; color: #878787; } .dw_box{ display: flex; } .dw_box text{ color:#5CAE77; } .nowDress{ border: 1px solid #2C8E68; width: auto; display: inline-block; padding: 5px 20px 5px 30px; border-radius: 50px; color: #333333; background: url("https://www.nongshen.net/static/wechat/local.png") no-repeat 15px center; margin-bottom: 15px; } .list_bar .list_bar_text{ border: 1px solid #2C8E68; width: auto; display: inline-block; padding: 5px 20px; border-radius: 50px; color: #333333; margin-bottom: 15px; margin-right: 3%; } .list_bar .list_bar_text:nth-child(4n){ margin-right: 0%; } .van-collapse-item__content { display: flex; flex-wrap:wrap; background-color: #f9f9f9!important; } .van-index-anchor { color: #878787!important; } .van-cell{ padding: var(--cell-vertical-padding,10px) var(--cell-horizontal-padding,30px)!important; }