joinClass.wxss 2.9 KB
/* pages/joinClass/joinClass.wxss */

.joinBox {
    margin: 64rpx 58rpx 0;
}

.joinTitle {
    font-size: 48rpx;
    font-weight: bold;
    color: rgba(6, 18, 30, 1);
}

.joinCon {
    border-radius: 10rpx;
    padding: 36rpx 40rpx;
    box-sizing: border-box;
    margin-top: 56rpx;
    background-color: white;
}

.joinConTit {
    font-size: 32rpx;
    font-weight: bold;
    color: rgba(6, 18, 30, 1);
}

.joinStudents {
    display: flex;
    flex-wrap: wrap;
    margin-top: 56rpx;
    width: calc(100% + 44rpx);
    border-bottom: 1px solid #f6f6f6;
}

.joinStudentsLi {
    width: 106rpx;
    height: 106rpx;
    background: rgba(245, 246, 250, 1);
    border-radius: 50%;
    font-size: 28rpx;
    text-align: center;
    margin-right: 40rpx;
    margin-bottom: 40rpx;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(127, 127, 127, 1);
}

.studentsActive {
    color: white;
    background: #4da9ff;
}

.joinStudentsAdd {
    width: 106rpx;
    height: 106rpx;
    margin-bottom: 40rpx;
}

.joinConTit2 {
    padding-top: 36rpx;
    font-size: 32rpx;
    font-weight: bold;
    color: rgba(6, 18, 30, 1);
}

.picker {
    position: relative;
    width: 100%;
    height: 80rpx;
    border-radius: 10rpx;
    margin-top: 40rpx;
    background: rgba(245, 246, 250, 1);
}

.pickerImg {
    position: absolute;
    top: 44%;
    right: 46rpx;
    width: 16rpx;
    height: 14rpx;
}

.pickerTxt {
    text-align: center;
    font-size: 30rpx;
    line-height: 80rpx;
    color: rgba(6, 18, 30, 1);
}

.joinBtn {
    height: 92rpx;
    font-size: 32rpx;
    line-height: 92rpx;
    margin-top: 56rpx;
    color: rgba(255, 255, 255, 1);
    background: rgba(77, 169, 255, 1);
}

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

.mask_Con {
    width: 490rpx;
    border-radius: 22rpx;
    padding: 50rpx 40rpx 36rpx;
    box-sizing: border-box;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.mask_ConTit {
    font-size: 36rpx;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
}

.mask_ConInput {
    margin-top: 100rpx;
}

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

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

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

.mask_Btns {
    width: 412rpx;
    height: 92rpx;
    background: rgba(77, 169, 255, 1);
    font-size: 32rpx;
    line-height: 92rpx;
    text-align:center;
    border-radius: 10rpx;
    margin-top: 70rpx;
    color: rgba(255, 255, 255, 1);
}
.mask_ConCha{
    position: absolute;
    right: 34rpx;
    top: 32rpx;
    width:26rpx;
    height: 26rpx;
}