添加门店选购商品页面
This commit is contained in:
@ -172,6 +172,10 @@ page {
|
||||
padding: 0 24rpx;
|
||||
}
|
||||
|
||||
.mx40 {
|
||||
margin: 0 40rpx;
|
||||
}
|
||||
|
||||
.px40 {
|
||||
padding: 0 40rpx;
|
||||
}
|
||||
@ -275,6 +279,10 @@ page {
|
||||
border-radius: 60rpx;
|
||||
}
|
||||
|
||||
.br44 {
|
||||
border-radius: 44rpx;
|
||||
}
|
||||
|
||||
.br24 {
|
||||
border-radius: 24rpx;
|
||||
}
|
||||
@ -460,9 +468,10 @@ checkbox {
|
||||
.bold-800 {font-weight: 800;}
|
||||
.bold-900 {font-weight: 900;}
|
||||
|
||||
.text-gray {color: #86909C}
|
||||
.text-333 {color: #333;}
|
||||
.text-333 {color: #333}
|
||||
.text-999 {color: #999}
|
||||
.text-fff {color: #fff}
|
||||
.text-gray {color: #86909C}
|
||||
.text-default {color: #254062}
|
||||
|
||||
.bg-default {background-color: #254062}
|
||||
|
||||
Reference in New Issue
Block a user