68 lines
973 B
Plaintext
68 lines
973 B
Plaintext
/* packageE/stores/stores.wxss */
|
|
@import "/mycss/stylesheet.wxss";
|
|
@import "/mycss/iconfont.wxss";
|
|
|
|
.tag {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.scroll {
|
|
overflow-x: scroll;
|
|
}
|
|
|
|
.store-box {
|
|
background-color: #f5f5f5;
|
|
padding: 1rpx 0;
|
|
}
|
|
|
|
/* 加载更多样式 */
|
|
.loading-box {
|
|
width: 100%;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
text-align: center;
|
|
}
|
|
|
|
/* 门店拼团 */
|
|
.show_price_box {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.show_price {
|
|
font-size: 11px;
|
|
color: #ff2c29;
|
|
border: solid #ff2c29 1px;
|
|
padding: 1px 4px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.red_white {
|
|
color: #fff;
|
|
background: #ff2c29;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.white_red {
|
|
color: #ff2c29;
|
|
background: #fff;
|
|
}
|
|
|
|
.store_deduction_style {
|
|
background: #ff2c29;
|
|
color: #fff !important;
|
|
border: 1px solid #ff2c29;
|
|
padding: 0 5px;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.store_cash_back_style {
|
|
border: 1px solid #ff2c29;
|
|
color: #ff2c29;
|
|
padding: 0 5px;
|
|
font-size: 10px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
/* 门店拼团 */
|