111 lines
2.1 KiB
Plaintext
111 lines
2.1 KiB
Plaintext
.Permissions {
|
|
/* width: 100%; */
|
|
|
|
/* padding-bottom: 108rpx; */
|
|
|
|
/* overflow: scroll; */
|
|
|
|
/* z-index: 9999; */
|
|
}
|
|
|
|
.Permissions .power_box .member_power,
|
|
.Permissions .power_box .number_power {
|
|
margin-top: 20rpx;
|
|
background: #fff;
|
|
padding: 20rpx 28rpx;
|
|
}
|
|
|
|
.Permissions .power_box .member_power .li,
|
|
.Permissions .power_box .number_power .li {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 80rpx;
|
|
position: relative;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.Permissions .power_box .member_power .li .span,
|
|
.Permissions .power_box .number_power .li .span {
|
|
width: 312rpx;
|
|
}
|
|
|
|
.Permissions .power_box .member_power .li input,
|
|
.Permissions .power_box .number_power .li input {
|
|
border: none;
|
|
width: 360rpx;
|
|
}
|
|
|
|
.Permissions .power_box .member_power .li .fa,
|
|
.Permissions .power_box .number_power .li .fa {
|
|
position: absolute;
|
|
right: 0;
|
|
font-size: 36rpx;
|
|
color: #c9c9c9;
|
|
}
|
|
|
|
.Permissions .power_box .member_power .list_box,
|
|
.Permissions .power_box .number_power .list_box {
|
|
padding: 20rpx 28rpx;
|
|
}
|
|
|
|
.Permissions .select_box {
|
|
background: #fff;
|
|
width: 100%;
|
|
padding-top: 50px;
|
|
padding-bottom: 60px;
|
|
}
|
|
|
|
.Permissions .select_box .title {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
display: flex;
|
|
justify-content: center;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
z-index: 9999;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.Permissions .select_box .title icon {
|
|
position: absolute;
|
|
right: 20rpx;
|
|
font-size: 32rpx;
|
|
color: #c9c9c9;
|
|
}
|
|
|
|
.Permissions .select_box .list {
|
|
padding: 20rpx 0 20rpx 28rpx;
|
|
}
|
|
|
|
.Permissions .select_box .list .van-checkbox {
|
|
line-height: 92rpx;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.Permissions .select_box .select_btn {
|
|
position: fixed;
|
|
width: 100%;
|
|
padding: 12rpx 28rpx;
|
|
bottom: 0;
|
|
border-top: solid 2rpx #ebebeb;
|
|
z-index: 9999;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.Permissions .select_box .select_btn button {
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
height: 80rpx;
|
|
background: #f15353;
|
|
border-radius: 6rpx;
|
|
color: #fff;
|
|
border: none;
|
|
font-size: 16px;
|
|
}
|