完善页面

This commit is contained in:
2025-04-26 18:06:44 +08:00
parent 0ab586dc2f
commit 2b6340dd15
116 changed files with 4300 additions and 119 deletions

View File

@ -180,6 +180,10 @@ page {
margin: 0 40rpx;
}
.px32 {
padding: 0 32rpx;
}
.px40 {
padding: 0 40rpx;
}
@ -188,6 +192,10 @@ page {
padding: 0 48rpx;
}
.p24 {
padding: 24rpx;
}
/* 定义常用的弹性布局 */
.wrap {
flex-wrap: wrap;
@ -470,6 +478,11 @@ checkbox {
// #endif
.w-full {width: 100%}
.top-0 {top: 0}
.bottom-0 {bottom: 0}
.left-0 {left: 0}
.right-0 {right: 0}
.bold-500 {font-weight: 500;}
.bold-600 {font-weight: 600;}
.bold-700 {font-weight: 700;}