53 lines
1007 B
Plaintext
53 lines
1007 B
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.box.data-v-2febccab {
|
|
min-height: 100vh;
|
|
background-color: #fff;
|
|
}
|
|
.lanBox.data-v-2febccab {
|
|
padding: 0px 15px 0;
|
|
}
|
|
.lan.data-v-2febccab {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 32rpx;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
justify-content: space-between;
|
|
border-bottom: 1px solid #f7f7f7;
|
|
}
|
|
.lan .left.data-v-2febccab {
|
|
display: flex;
|
|
align-items: center;
|
|
text-align: left;
|
|
font-size: 32rpx;
|
|
padding-left: 30px;
|
|
}
|
|
.lan .left .view.data-v-2febccab {
|
|
width: 18px;
|
|
height: 18px;
|
|
position: absolute;
|
|
left: 15px;
|
|
padding: 2px;
|
|
background-color: #c7c7c7;
|
|
border-radius: 50%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.lan .left .t-icon.data-v-2febccab,
|
|
.lan .left image.data-v-2febccab {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
.lan .right.data-v-2febccab {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
width: 50%;
|
|
min-height: 38px;
|
|
box-sizing: border-box;
|
|
line-height: 36px;
|
|
}
|
|
|