| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-0b2c2ae2 {
- display: flex;
- flex-direction: column;
- min-height: 100vh;
- background-color: #f1f6fe;
- }
- .container .body.data-v-0b2c2ae2 {
- margin-top: 20rpx;
- padding-left: 20rpx;
- background-color: #fff;
- }
- .container .body .body_box.data-v-0b2c2ae2 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding-right: 20rpx;
- height: 85rpx;
- font-size: 28rpx;
- border-bottom: 1rpx solid #e6e6e6;
- }
- .container .body .body_box .box_key .key_icon.data-v-0b2c2ae2 {
- color: #d43030;
- }
- .container .body .body_box .box_key .span.data-v-0b2c2ae2 {
- font-size: 20rpx;
- color: #999999;
- }
- .container .body .body_box .box_value.data-v-0b2c2ae2 {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- width: 50%;
- }
- .container .body .body_box .box_value .value_input.data-v-0b2c2ae2 {
- text-align: right;
- }
- .container .body .body_box .box_value .value_text.data-v-0b2c2ae2 {
- margin-left: 20rpx;
- }
- .container .body .body_box .box_value .value_time.data-v-0b2c2ae2 {
- text-align: end;
- color: #cccccc;
- }
- .container .body .body_box .box_value .activeTime.data-v-0b2c2ae2 {
- color: #000;
- }
- .container .body .textarea.data-v-0b2c2ae2 {
- padding-right: 20rpx;
- width: 710rpx;
- }
- .container .body .filePicker.data-v-0b2c2ae2 {
- display: flex;
- margin-bottom: 20rpx;
- height: 100rpx;
- }
- .container .body .filePicker .img_box.data-v-0b2c2ae2 {
- position: relative;
- margin-right: 20rpx;
- width: 100rpx;
- height: 100rpx;
- }
- .container .body .filePicker .img_box .img.data-v-0b2c2ae2 {
- width: 100rpx;
- height: 100rpx;
- }
- .container .body .filePicker .img_box .close.data-v-0b2c2ae2 {
- position: absolute;
- top: 0;
- right: 0;
- width: 40rpx;
- height: 40rpx;
- background-color: rgba(0, 0, 0, 0.3);
- }
- .container .body .filePicker .uploading.data-v-0b2c2ae2 {
- width: 100rpx;
- height: 100rpx;
- }
- .container .body .no_border.data-v-0b2c2ae2 {
- border: none;
- }
- .container .body .student_list .student.data-v-0b2c2ae2 {
- display: flex;
- align-items: center;
- margin-bottom: 30rpx;
- width: 710rpx;
- height: 110rpx;
- border-radius: 18rpx;
- background-color: #f2f4f9;
- }
- .container .body .student_list .student .student_checked.data-v-0b2c2ae2 {
- margin-left: 48rpx;
- }
- .container .body .student_list .student .student_info.data-v-0b2c2ae2 {
- margin-left: 53rpx;
- font-size: 32rpx;
- }
- .container .auth.data-v-0b2c2ae2 {
- display: flex;
- align-items: center;
- margin: 20rpx 0 40rpx 20rpx;
- font-size: 24rpx;
- }
- .container .auth .auth_text.data-v-0b2c2ae2 {
- height: 35rpx;
- }
- .container .btn.data-v-0b2c2ae2 {
- display: flex;
- justify-content: center;
- align-items: center;
- margin: 0 auto 100rpx;
- width: 710rpx;
- height: 100rpx;
- color: #fff;
- font-size: 32rpx;
- border-radius: 8rpx;
- background-color: #95b8e6;
- }
- .container .active.data-v-0b2c2ae2 {
- background-color: #0061ff;
- }
|