区域锁定需求

This commit is contained in:
蔡玲
2024-09-24 15:15:04 +08:00
parent f586ef5ed3
commit 1158f09676
4 changed files with 114 additions and 13 deletions

View File

@@ -490,4 +490,36 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
.flow_icon_item_2 {
width: 46rpx;
height: 26rpx;
}
.checkbox-text {
font-size: 28rpx;
line-height: 28rpx;
color: #303133;
}
.point-wraper {
flex-wrap: wrap;
justify-content: flex-start;
}
.point-item {
width: 32.5%;
font-size: 28rpx;
line-height: 28rpx;
height: 84rpx;
padding: 14rpx 4rpx;
color: #303133;
text-align: center;
background: #fff;
border: 2rpx solid #DCDFE6;
border-radius: 10rpx;
overflow: hidden;
}
.point-item:nth-child(3n+2) {
margin-left: 1.25%
margin-right: 1.25%
}
.point-item:nth-child(n+4) {
margin-top: 16rpx
}
.point-item.checked {
background: #DCDFE6;
}