84 lines
1.7 KiB
Plaintext
84 lines
1.7 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.list.data-v-4221017a {
|
|
padding: 20rpx 24rpx 150rpx;
|
|
background: #fff;
|
|
}
|
|
.list .li.data-v-4221017a {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
padding: 20rpx 0;
|
|
border-bottom: 1rpx solid #EAEAEA;
|
|
}
|
|
.list .li .li_name.data-v-4221017a {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
line-height: 55rpx;
|
|
}
|
|
.list .li .radio.data-v-4221017a {
|
|
width: 100%;
|
|
}
|
|
.list .li .staffimg.data-v-4221017a {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
border-radius: 50%;
|
|
margin-left: 24rpx;
|
|
}
|
|
.list .li .name.data-v-4221017a {
|
|
font-size: 24rpx;
|
|
color: #333333;
|
|
margin-left: 24rpx;
|
|
}
|
|
.list .li .post.data-v-4221017a {
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
margin-left: 24rpx;
|
|
}
|
|
.bottomli.data-v-4221017a {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 750rpx;
|
|
height: 120rpx;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
background: #fff;
|
|
border-top: 1rpx solid #EAEAEA;
|
|
}
|
|
.bottomli .botselect.data-v-4221017a {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.bottomli .botselect .se_text.data-v-4221017a {
|
|
font-size: 26rpx;
|
|
color: #008EFF;
|
|
}
|
|
.bottomli .btn.data-v-4221017a {
|
|
width: 240rpx;
|
|
height: 80rpx;
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
border-radius: 40rpx;
|
|
}
|
|
.bottomli .sure.data-v-4221017a {
|
|
background: #008EFF;
|
|
color: #fff;
|
|
}
|
|
.bottomli .remove.data-v-4221017a {
|
|
border: 1rpx solid #008EFF;
|
|
color: #008EFF;
|
|
line-height: 78rpx;
|
|
}
|
|
.radio radio.data-v-4221017a {
|
|
-webkit-transform: scale(0.6);
|
|
transform: scale(0.6);
|
|
}
|