wpfw_ewei_wxapp/pages/member/accountalt/index.wxss
2023-02-26 08:10:18 +08:00

113 lines
1.7 KiB
Plaintext

.shadow-wp {
background: #000000;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0.6;
}
.dialog {
position: absolute;
left: 32rpx;
right: 32rpx;
background: #ffffff;
height: 912rpx;
top: 50%;
transform: translate(0,-50%);
border-radius: 6px;
padding: 32rpx 24rpx;
z-index: 999;
}
.dialog .alttith {
text-align: center;
color: #000000;
font-size: 36rpx;
font-weight: bold;
line-height: 50px;
margin-bottom: 16rpx;
}
.dialog .alt {
color: #FF5555;
font-style: 24rpx;
line-height: 34rpx;
margin-bottom: 32rpx;
text-align: center;
}
.dialog .up {
font-size: 24rpx!important;
line-height: 34px;
}
.dialog .info-wp {
margin-bottom: 36rpx;
}
.dialog .item {
border-bottom: 1px solid #E6E7EB;
padding-bottom: 20rpx;
margin-bottom: 20rpx;
display: flex;
justify-content: space-between;
font-size: 24rpx;
line-height: 40rpx;
font-weight: normal;
}
.dc {
text-align: right;
}
.dc .rc {
font-size: 24rpx;
line-height: 40rpx;
color: #000000;
vertical-align: middle;
}
.dc .pic {
font-weight: bold;
font-size: 36rpx;
line-height: 50rpx;
color: #FF5555;
vertical-align: middle;
}
.opts-wp {
position: absolute;
border-top: 1px solid #E6E7EB;
display: flex;
text-align: center;
left: 0;
right: 0;
bottom: 0;
}
.opts-wp .aitem {
flex: 1;
height: 80rpx;
line-height: 80rpx;
display: inline-block;
}
.opts-wp .ac {
background: #FF5555;
color: #ffffff;
}
.opts-wp .dis {
background: #999999;
color: #ffffff;
}
.opts-wp .r {
border-bottom-right-radius: 8rpx;
}
.navigator-hover {
opacity: 1;
}