完善页面

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

@ -153,12 +153,18 @@ page {
.mx40 {
margin: 0 40rpx;
}
.px32 {
padding: 0 32rpx;
}
.px40 {
padding: 0 40rpx;
}
.px48 {
padding: 0 48rpx;
}
.p24 {
padding: 24rpx;
}
/* 定义常用的弹性布局 */
.wrap {
flex-wrap: wrap;
@ -388,6 +394,18 @@ checkbox .uni-checkbox-input.uni-checkbox-input-checked::before {
.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;
}