Commit c81133cd by 高淑倩

适用门店

parent f97a59fb
/* subPackage/page/pages/scanCoupon/scanCoupon.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 {
width: 134rpx;
height: 42rpx;
......@@ -8,34 +58,34 @@
border-radius: 25rpx;
background-color: rgba(0, 145, 255, 1);
color: rgba(255, 255, 255, 1);
font-size: 21rpx;
text-align: center;
float: right;
font-size: 21rpx;
text-align: center;
float: right;
}
.scan-title .title-name {
width: 160rpx;
height: 32rpx;
color: rgba(0, 145, 255, 1);
font-size: 32rpx;
margin-top: 30rpx;
font-size: 32rpx;
margin-top: 30rpx;
}
.scan-title .title-desc {
height: 24rpx;
color: rgba(51, 51, 51, 1);
font-size: 24rpx;
margin-top: 30rpx;
font-size: 24rpx;
margin-top: 30rpx;
}
.scan-title .title-others {
height: 44rpx;
color: rgba(102, 102, 102, 1);
font-size: 22rpx;
margin-top: 60rpx;
font-size: 22rpx;
margin-top: 60rpx;
}
.scan-title {
padding: 60rpx 80rpx;
box-sizing: border-box;
padding: 60rpx 80rpx;
box-sizing: border-box;
height: 387rpx;
background-repeat: no-repeat;
background-position: center;
......
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