区域锁定需求
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user