完成选择门店静态页面

This commit is contained in:
2025-04-25 14:38:21 +08:00
parent d85ec0e861
commit b3fbfd4f0f
110 changed files with 2865 additions and 646 deletions

View File

@ -160,6 +160,22 @@ page {
margin-bottom: 30rpx;
}
.mx20 {
margin: 0 20rpx;
}
.mx24 {
margin: 0 24rpx;
}
.px24 {
padding: 0 24rpx;
}
.px40 {
padding: 0 40rpx;
}
/* 定义常用的弹性布局 */
.wrap {
flex-wrap: wrap;
@ -259,6 +275,14 @@ page {
border-radius: 60rpx;
}
.br24 {
border-radius: 24rpx;
}
.br16 {
border-radius: 16rpx;
}
/* 初始化按钮 */
page button {
padding: 0;
@ -428,6 +452,7 @@ checkbox {
}
}
// #endif
.w-full {width: 100%}
.bold-500 {font-weight: 500;}
.bold-600 {font-weight: 600;}
@ -435,5 +460,11 @@ checkbox {
.bold-800 {font-weight: 800;}
.bold-900 {font-weight: 900;}
.text-gray {color: #86909C}
.text-333 {color: #333;}
.text-999 {color: #999}
.text-default {color: #254062}
.bg-default {background-color: #254062}