ReedawFoodApp/unpackage/dist/dev/mp-weixin/body/my/userInfo.wxss

128 lines
2.3 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.box.data-v-6be4873d {
height: 100vh;
background-color: #fff;
}
input.data-v-6be4873d {
border: none;
background: inherit;
}
.headbox.data-v-6be4873d {
height: 180rpx;
padding-top: 10px;
border-radius: 0 0 5px 5px;
background: #54d87c;
}
.headimage.data-v-6be4873d {
display: block;
padding-top: 10px;
width: 70px;
height: 70px;
border-radius: 50%;
font-size: 140rpx;
margin: auto;
color: #fff;
}
.lan.data-v-6be4873d {
display: flex;
align-items: center;
font-size: 32rpx;
padding: 5px 0;
margin: 5px 15px;
border-bottom: 1px solid #f7f7f7;
}
.left.data-v-6be4873d {
width: 24%;
text-align: left;
}
.right.data-v-6be4873d {
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 .radio.data-v-6be4873d {
display: flex;
align-items: center;
}
.right picker.data-v-6be4873d {
width: 100%;
text-align: right;
border: none;
margin-right: 15px;
font-size: 32rpx;
color: #333333;
}
.right.data-v-6be4873d input {
height: 35px;
padding-top: 1px;
font-size: 32rpx;
color: #333333;
margin-right: 15px;
}
.right .iconfont.data-v-6be4873d {
color: #333333;
font-size: 32rpx;
position: absolute;
right: -10px;
top: 0;
}
.btn.data-v-6be4873d {
width: auto;
margin: 40px 15px 0;
background: #fea606 !important;
}
.visible.data-v-6be4873d {
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-6be4873d {
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-6be4873d {
height: 30px;
line-height: 30px;
padding: 0 10px;
background-color: #dfdfdf;
border-radius: 5px;
margin-top: 10px;
}
.visible .groupBtn .sure.data-v-6be4873d {
background-color: #54d87c;
color: #fff !important;
}
.visible .picker-view.data-v-6be4873d {
width: 100%;
height: 45%;
bottom: 0;
position: absolute;
background-color: #fff;
}
.visible .item.data-v-6be4873d {
line-height: 45px;
text-align: center;
}