leave-unused/unpackage/dist/dev/mp-weixin/pages/my/ucenter.wxss

144 lines
2.7 KiB
Plaintext
Raw Normal View History

.ucenter-bg.data-v-3982cd60{
width: 100%;
background-color: #f5f5f5;
padding-top: 20rpx;
}
.ucenter.data-v-3982cd60{
padding: 30rpx;
background-color: #FFFFFF;
}
.ucenter .item.data-v-3982cd60{
flex-wrap: nowrap;
align-items: center;
height: 100rpx;
position: relative;
}
.ucenter .item .title.data-v-3982cd60{
width: 170rpx;
font-size: 30rpx;
color: #000000;
}
.ucenter .item .more.data-v-3982cd60{
margin-left: 20rpx;
}
.ucenter .item .more image.data-v-3982cd60{
width: 14rpx;
height: 26rpx;
}
.ucenter .item .msg.data-v-3982cd60{
width: calc(100% - 204rpx);
height: 60rpx;
font-size: 24rpx;
color: #8c8c9b;
text-align: right;
}
.ucenter .item-first.data-v-3982cd60{
justify-content: space-between;
height: 146rpx;
padding: 5rpx 0;
}
.ucenter .item .img.data-v-3982cd60{
width: 136rpx;
height: 136rpx;
border-radius: 100%;
margin-right: 34rpx;
overflow: hidden;
}
.ucenter .item .img image.data-v-3982cd60{
width: 136rpx;
min-height: 136rpx;
}
.ucenter .get-phone-btn.data-v-3982cd60{
display: block;
width: 100%;
height: 100rpx;
opacity: 0;
position: absolute;
left: 0;
top: 0;
z-index: 9;
}
/* 弹窗 */
.pull-bg.data-v-3982cd60{
width: 100%;
height: 100vh;
background-color: rgba(0,0,0,.47);
position: fixed;
left: 0;
top: 0;
z-index: 99;
}
.pull-box-bg.data-v-3982cd60{
padding: 34rpx 60rpx 0;
width: 100%;
position: fixed;
left: 0;
top: 50%;
z-index: 999;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.pull-box.data-v-3982cd60{
padding: 40rpx 60rpx;
line-height: 1.5;
position: relative;
}
.pull-box .title.data-v-3982cd60{
text-align: center;
font-weight: bold;
}
.pull-box .input.data-v-3982cd60{
height: 80rpx;
border-bottom: 2rpx solid #e6e6e6;
}
.pull-box .close-btn.data-v-3982cd60{
width: 76rpx;
height: 76rpx;
position: absolute;
top: -34rpx;
right: -30rpx;
}
.pull-box .close-btn>image.data-v-3982cd60{
width: 100%;
}
.pull-box .submit-btn.data-v-3982cd60{
justify-content: center;
align-items: center;
height: 80rpx;
}
.pull-box .submit-btn>image.data-v-3982cd60{
width: 56rpx;
margin-right: 30rpx;
}
.pull-box .addr-input.data-v-3982cd60{
width: 100%;
justify-content: space-between;
align-items: center;
position: relative;
}
.pull-box .addr-input .input-box.data-v-3982cd60{
justify-content: space-between;
align-items: center;
width: calc(33% - 20rpx);
border-bottom: 2rpx solid #e6e6e6;
}
.pull-box .addr-input .input-box .input-flex.data-v-3982cd60{
width: calc(100% - 35rpx);
height: 80rpx;
}
.pull-box .addr-input .input-box>image.data-v-3982cd60{
width: 15rpx;
height: 28rpx;
}
.pull-box .shear-btn.data-v-3982cd60{
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}