add-student.wxss 1.4 KB
/* pages/index/confirm-appointment-info/add-student/add-student.wxss */
.input-box {
    width: 100%;
    padding: 30rpx 32rpx 70rpx 32rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.name-box {
    width: 100%;
    height: 88rpx;
    display: flex;
    align-items: center;
    border-bottom: 1rpx solid #C3C3C3;
    font-size: 32rpx;
    color: #c3c3c3;
    margin-bottom: 30rpx;
}
.name-box input {
    padding: 20rpx 20rpx;
}
.placeholder-style {
    color: #c3c3c3;
}
picker {
    width: 100%;
    height: 88rpx;
    border-bottom: 1rpx solid #C3C3C3;
    margin-bottom: 30rpx;
}
.select-box {
    width: 100%;
    line-height: 88rpx;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #c3c3c3;
    font-size: 32rpx;
}
.select-picker {
    display: flex;
    align-items: center;
}
.sex {
    margin-right: 20rpx;
}
.icon-daosanjiao {
    font-size: 26rpx;
    color: #6F6F6F;
}
.save-btn {
    width: 100%;
    height: 80rpx;
    text-align: center;
    padding: 0 32rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.save-box text {
    color: #ffffff;
    font-size: 36rpx;
    line-height: 80rpx;
}
.save-box {
    width: 100%;
    background-color: #3FA9F5;
    border-radius: 10rpx;
}