124 lines
2.3 KiB
Plaintext
124 lines
2.3 KiB
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.box.data-v-58a9cb2c {
|
|
height: 100vh;
|
|
background-color: #fff;
|
|
}
|
|
input.data-v-58a9cb2c {
|
|
border: none;
|
|
background: inherit;
|
|
}
|
|
.headbox.data-v-58a9cb2c {
|
|
height: 180rpx;
|
|
padding-top: 10px;
|
|
border-radius: 0 0 5px 5px;
|
|
background: #37cc92;
|
|
}
|
|
.headimage.data-v-58a9cb2c {
|
|
display: block;
|
|
padding-top: 10px;
|
|
width: 70px;
|
|
height: 70px;
|
|
border-radius: 50%;
|
|
font-size: 140rpx;
|
|
margin: auto;
|
|
color: #fff;
|
|
}
|
|
.lan.data-v-58a9cb2c {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 32rpx;
|
|
padding: 5px 0;
|
|
margin: 5px 15px;
|
|
border-bottom: 1px solid #f7f7f7;
|
|
}
|
|
.left.data-v-58a9cb2c {
|
|
width: 24%;
|
|
text-align: left;
|
|
}
|
|
.right.data-v-58a9cb2c {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
width: 72%;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
text-align: right;
|
|
}
|
|
.right picker.data-v-58a9cb2c {
|
|
width: 100%;
|
|
text-align: right;
|
|
border: none;
|
|
margin-right: 15px;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
}
|
|
.right.data-v-58a9cb2c input {
|
|
height: 35px;
|
|
padding-top: 1px;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
margin-right: 15px;
|
|
}
|
|
.right .iconfont.data-v-58a9cb2c {
|
|
color: #333333;
|
|
font-size: 32rpx;
|
|
position: absolute;
|
|
right: -10px;
|
|
top: 0;
|
|
}
|
|
.btn.data-v-58a9cb2c {
|
|
width: auto;
|
|
margin: 40px 15px 0;
|
|
background: #fea606 !important;
|
|
}
|
|
.visible.data-v-58a9cb2c {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 9999;
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
}
|
|
.visible .groupBtn.data-v-58a9cb2c {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
background-color: #fff;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0 15px;
|
|
border-bottom: 1px solid #dfdfdf;
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 45%;
|
|
z-index: 999;
|
|
}
|
|
.visible .groupBtn view.data-v-58a9cb2c {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding: 0 10px;
|
|
background-color: #dfdfdf;
|
|
border-radius: 5px;
|
|
margin-top: 10px;
|
|
}
|
|
.visible .groupBtn .sure.data-v-58a9cb2c {
|
|
background-color: #37cc92;
|
|
color: #fff !important;
|
|
}
|
|
.visible .picker-view.data-v-58a9cb2c {
|
|
width: 100%;
|
|
height: 45%;
|
|
bottom: 0;
|
|
position: absolute;
|
|
background-color: #fff;
|
|
}
|
|
.visible .item.data-v-58a9cb2c {
|
|
line-height: 45px;
|
|
text-align: center;
|
|
}
|
|
|