完善页面
This commit is contained in:
18
unpackage/dist/dev/mp-alipay/common/main.acss
vendored
18
unpackage/dist/dev/mp-alipay/common/main.acss
vendored
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user