添加门店选购商品页面

This commit is contained in:
2025-04-25 17:22:01 +08:00
parent b3fbfd4f0f
commit 5eb6d1b3b8
101 changed files with 3313 additions and 191 deletions

View File

@ -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}