Commit c81133cd by 高淑倩

适用门店

parent f97a59fb
/* subPackage/page/pages/scanCoupon/scanCoupon.wxss */ /* subPackage/page/pages/scanCoupon/scanCoupon.wxss */
@import '/base/base.wxss'; @import '/base/base.wxss';
page {
background-color: rgba(0, 0, 0, 0.05);
}
.scan-stores,
.scan-goods {
background-color: #fff;
padding: 25rpx 33rpx;
box-sizing: border-box;
}
.store-title,
.goods-title,
.store-address {
display: flex;
justify-content: space-between;
}
.store-address {
align-items: center;
}
.store-title {
margin-bottom: 20rpx;
}
.store-num,
.goods-num {
color: rgba(51, 51, 51, 1);
font-size: 28rpx;
}
.detail-name {
color: rgba(0, 0, 0, 1);
font-size: 28rpx;
}
.detail-address,
.store-kilo {
color: rgba(102, 102, 102, 1);
font-size: 26rpx;
}
.detail-address {
margin-top: 5rpx;
}
.store-more,
.goods-more {
color: rgba(120, 120, 120, 1);
font-size: 22rpx;
}
.store-num-tips {
color: rgba(0, 145, 255, 1);
}
.scan-goods {
margin-top: 20rpx;
}
.scan-title .title-btn { .scan-title .title-btn {
width: 134rpx; width: 134rpx;
height: 42rpx; height: 42rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment