/* pages/home/integral/intergral-user/intergral-user.wxss */
|
|
.userInfo{
|
width: 100vw;
|
height: 100vh;
|
overflow: hidden;
|
background: rgba(243, 244, 245, 1);
|
}
|
.box{
|
width: 100vw;
|
height: auto;
|
background: #fff;
|
}
|
.userInfo-view{
|
width:694rpx;
|
height: 100rpx;
|
margin: 0 auto;
|
border-bottom: 1rpx solid rgba(151, 151, 151, .3);
|
display: flex;
|
justify-content: start;
|
align-items: center;
|
}
|
|
.userInfo-view .title{
|
padding-right: 52rpx;
|
font-size: 28rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #333333;
|
}
|
.placeholder{
|
font-size: 28rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: rgba(0, 0, 0, .4);
|
}
|
.userInfo-view input{
|
font-size: 28rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: rgba(0, 0, 0, 1);
|
}
|
.address{
|
flex: 1;
|
font-size: 28rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: rgba(0, 0, 0, .4);
|
}
|
|
.address1{
|
flex: 1;
|
font-size: 28rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: rgba(0, 0, 0, 1);
|
}
|
|
.remake view{
|
padding: 20rpx 28rpx;
|
}
|
|
.remake textarea{
|
width: 650rpx;
|
padding: 0 28rpx;
|
}
|
|
.pull{
|
position: fixed;
|
width: 694rpx;
|
height: 80rpx;
|
background: #4A4C59;
|
border-radius: 8rpx;
|
bottom: 28rpx;
|
left: 0;
|
right: 0;
|
margin: 0 auto;
|
text-align: center;
|
line-height: 80rpx;
|
font-size: 28rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #FFFFFF;
|
}
|
|
|
|
|
.close_view {
|
position: fixed;
|
width: 100%;
|
height: 100vh;
|
background: rgba(0, 0, 0, 0.5);
|
z-index: 1100;
|
top: 0;
|
}
|
|
.close_btn_close {
|
width: 600rpx;
|
height: 412rpx;
|
background: white;
|
position: fixed;
|
top: 0;
|
bottom: 0;
|
left: 0;
|
right: 0;
|
margin: auto;
|
border-radius: 12rpx;
|
text-align: center;
|
}
|
|
.close_title {
|
font-size: 36rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(39, 40, 45, 1);
|
padding: 54rpx 0 45rpx 0;
|
}
|
|
.close_other {
|
font-size: 30rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: rgba(102, 102, 102, 1);
|
}
|
|
.close_button {
|
width: 100%;
|
display: flex;
|
justify-content: space-around;
|
|
margin-top: 76rpx;
|
}
|
|
.close_no {
|
width: 260rpx;
|
height: 80rpx;
|
background: rgba(240, 240, 246, 1);
|
border-radius: 8rpx;
|
font-size: 30rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(152, 155, 176, 1);
|
line-height: 80rpx;
|
}
|
|
.close_y {
|
width: 260rpx;
|
height: 80rpx;
|
background: #4D8BFF;
|
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(0, 0, 0, 0.03);
|
border-radius: 8rpx;
|
font-size: 30rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
font-size: 30rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(255, 255, 255, 1);
|
line-height: 80rpx;
|
}
|
|
|
|
|
.pop{
|
width: 100vw;
|
height: 100vh;
|
position: fixed;
|
top: 0;
|
background: rgba(0, 0, 0, 0.5);
|
z-index: 9999999999;
|
}
|
|
.pop-center{
|
width: 600rpx;
|
height: 412rpx;
|
position: absolute;
|
bottom: 0;
|
right: 0;
|
left: 0;
|
top: 0;
|
margin: auto;
|
background: #fff;
|
border-radius: 12rpx;
|
}
|
.pop-center image{
|
width: 32rpx;
|
height: 32rpx;
|
position: absolute;
|
right: 20rpx;
|
top: 20rpx;
|
}
|
.title11{
|
font-size: 36rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 600;
|
color: #27282D;
|
text-align: center;
|
padding: 48rpx 0 60rpx 0;
|
}
|
|
.message{
|
font-size: 30rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #666666;
|
text-align: center;
|
}
|
|
.ok{
|
width: 536rpx;
|
height: 80rpx;
|
background: #4A4C59;
|
border-radius: 8rpx;
|
margin: 0 auto;
|
position: absolute;
|
bottom: 48rpx;
|
left: 0;
|
right: 0;
|
font-size: 30rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #FFFFFF;
|
text-align: center;
|
line-height: 80rpx;
|
}
|