|
- /* pages/user/region/region.wxss */
- page{
- background: #F6F6F6;
- }
- text{
- display: block;
- }
- .flex{
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .top_win{
- width: 96%;
- margin: 0 auto;
- background: #ffffff;
- padding: 4%;
- border-radius: 15px;
- }
- .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;
- }
- .nowDress2{
- border: 1px solid #2C8E68;
- width: auto;
- display: inline-block;
- padding: 5px 20px 5px 20px;
- border-radius: 50px;
- color: #333333;
- margin-bottom: 15px;
- margin-right: 15px;
- }
- .nowDress2.active{
- background: linear-gradient( 92deg, #2FE398 0%, #00B268 100%);
- border-color: transparent;
- color: #ffffff;
- }
- .list_bar .list_bar_text{
- border: 1px solid #2C8E68;
- display: block;
- width: 22%;
- padding: 5px 0;
- border-radius: 50px;
- color: #333333;
- margin-bottom: 15px;
- margin-right: 3%;
- text-align: center;
- }
- .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;
- }
|