添加门店选购商品页面
This commit is contained in:
15
unpackage/dist/dev/mp-weixin/common/main.wxss
vendored
15
unpackage/dist/dev/mp-weixin/common/main.wxss
vendored
@ -147,6 +147,9 @@ page {
|
||||
.px24 {
|
||||
padding: 0 24rpx;
|
||||
}
|
||||
.mx40 {
|
||||
margin: 0 40rpx;
|
||||
}
|
||||
.px40 {
|
||||
padding: 0 40rpx;
|
||||
}
|
||||
@ -231,6 +234,9 @@ page {
|
||||
.br60 {
|
||||
border-radius: 60rpx;
|
||||
}
|
||||
.br44 {
|
||||
border-radius: 44rpx;
|
||||
}
|
||||
.br24 {
|
||||
border-radius: 24rpx;
|
||||
}
|
||||
@ -420,15 +426,18 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
|
||||
.bold-900 {
|
||||
font-weight: 900;
|
||||
}
|
||||
.text-gray {
|
||||
color: #86909C;
|
||||
}
|
||||
.text-333 {
|
||||
color: #333;
|
||||
}
|
||||
.text-999 {
|
||||
color: #999;
|
||||
}
|
||||
.text-fff {
|
||||
color: #fff;
|
||||
}
|
||||
.text-gray {
|
||||
color: #86909C;
|
||||
}
|
||||
.text-default {
|
||||
color: #254062;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user