classSet.wxss 2.6 KB
/* pages/classSet/classSet.wxss */

.main1 {
    background-color: white;
}

.main1_li {
    padding: 36rpx 32rpx;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.main1_fen{
    padding: 36rpx 32rpx;
    box-sizing: border-box;
    display: flex;
    line-height: 1;
    align-items: center;
    background-color: white;
}
.main1_fen::after{
    content:'';
    border: 0;
}
.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_liImg3 {
    width: 48rpx;
    height: 48rpx;
    margin-left: auto;
}

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

.switchWid {
    margin-left: auto;
}

.setRemove {
    width: 100%;
    height: 120rpx;
    margin-top: 38rpx;
    background-color: white;
    text-align: center;
    line-height: 120rpx;
    font-size: 32rpx;
    color: rgba(213, 72, 88, 1);
}

.mask {
    position: absolute;
    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: 282rpx;
    background-color: white;
    border-radius: 22rpx;
}
.maskConTxt1{
    font-size:30rpx;
    color:rgba(34,34,34,1);
    padding-top: 80rpx;
    text-align: center;
}
.maskConTxt2{
    text-align: center;
    font-size:30rpx;
    color:rgba(34,34,34,1);
}
.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;
}
.mask2Con{
    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;
}
.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);
}
.maskCon1{
    padding: 42rpx 30rpx 0;
}