87 lines
1.9 KiB
Plaintext
87 lines
1.9 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
radio {
|
|
-webkit-transform: scale(0.6);
|
|
transform: scale(0.6);
|
|
}
|
|
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.status_mask.data-v-25978ec0 {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
z-index: 9;
|
|
}
|
|
.status_mask .status_box.data-v-25978ec0 {
|
|
background: #fff;
|
|
border-radius: 10rpx;
|
|
padding: 20rpx;
|
|
min-width: 300rpx;
|
|
max-width: 680rpx;
|
|
}
|
|
.status_mask .status_box .title.data-v-25978ec0 {
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
text-align: center;
|
|
padding-bottom: 20rpx;
|
|
border-bottom: 1rpx solid #CCCCCC;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.status_mask .status_box .conwarp .sta_title.data-v-25978ec0 {
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
margin-bottom: 20rpx;
|
|
margin-top: 40rpx;
|
|
}
|
|
.status_mask .status_box .conwarp .sta_self.data-v-25978ec0 {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
font-size: 24rpx;
|
|
}
|
|
.status_mask .status_box .conwarp .sta_self .radiobox.data-v-25978ec0 {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.status_mask .status_box .conwarp .sta_self .radiolist.data-v-25978ec0 {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.status_mask .status_box .btnli.data-v-25978ec0 {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
margin-top: 50rpx;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.status_mask .status_box .btnli .btn.data-v-25978ec0 {
|
|
width: 200rpx;
|
|
height: 60rpx;
|
|
border-radius: 15rpx;
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 60rpx;
|
|
}
|
|
.status_mask .status_box .btnli .sure.data-v-25978ec0 {
|
|
background: #008EFF;
|
|
border: 1px solid #008EFF;
|
|
}
|
|
.status_mask .status_box .btnli .remove.data-v-25978ec0 {
|
|
background: none;
|
|
border: 1px solid #008EFF;
|
|
color: #008EFF;
|
|
}
|