personal.wxss 1.9 KB
/* pages/personal/personal.wxss */

.main1 {
    background-color: white;
}

.main1_li {
    padding: 36rpx 32rpx;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.main1_liTxt1 {
    font-size: 30rpx;
    color: rgba(6, 18, 30, 1);
}

.main1_liImg1 {
    width: 58rpx;
    height: 58rpx;
    margin-left: auto;
    margin-right: 24rpx;
}

.main1_liImg1 image {
    border-radius: 50%;
}

.main1_liImg2 {
    width: 48rpx;
    height: 48rpx;
}

.main1_liTxt2 {
    margin-left: auto;
    font-size: 28rpx;
    color: rgba(140, 145, 152, 1);
}

.main2 {
    background-color: white;
    margin-top: 20rpx;
}

.switchWid {
    margin-left: auto;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(20, 20, 20, 0.6);
}

.maskCon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 490rpx;
    height: 360rpx;
    background-color: white;
    border-radius: 22rpx;
}

.maskConBottom {
    width: 100%;
    height: 80rpx;
    display: flex;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #d9d9dd;
}

.maskConBottom1, .maskConBottom2 {
    width: 50%;
    height: 80rpx;
    line-height: 80rpx;
    color: #5592f7;
    text-align: center;
}

.maskConBottom1 {
    border-right: 1px solid #d9d9dd;
    box-sizing: border-box;
}
.maskCon1{
    padding: 42rpx 30rpx 0;
}
.maskConTiele {
    font-size: 36rpx;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
}
.mask_ConInput {
    margin-top: 40rpx;
}

.mask_ConInput2 {
    padding-bottom: 14rpx;
    border-bottom: 2px solid rgba(235, 235, 235, 1);
}

.mask_ConInput2 input {
    font-size: 32rpx;
    color: black;
}

.maks_ConWrong {
    line-height: 1;
    margin-top: 20rpx;
    font-size: 24rpx;
    color: rgba(255, 81, 81, 1);
}