添加门店选购商品页面

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

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