register.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .container.data-v-0b2c2ae2 {
  4. display: flex;
  5. flex-direction: column;
  6. min-height: 100vh;
  7. background-color: #f1f6fe;
  8. }
  9. .container .body.data-v-0b2c2ae2 {
  10. margin-top: 20rpx;
  11. padding-left: 20rpx;
  12. background-color: #fff;
  13. }
  14. .container .body .body_box.data-v-0b2c2ae2 {
  15. display: flex;
  16. justify-content: space-between;
  17. align-items: center;
  18. padding-right: 20rpx;
  19. height: 85rpx;
  20. font-size: 28rpx;
  21. border-bottom: 1rpx solid #e6e6e6;
  22. }
  23. .container .body .body_box .box_key .key_icon.data-v-0b2c2ae2 {
  24. color: #d43030;
  25. }
  26. .container .body .body_box .box_key .span.data-v-0b2c2ae2 {
  27. font-size: 20rpx;
  28. color: #999999;
  29. }
  30. .container .body .body_box .box_value.data-v-0b2c2ae2 {
  31. display: flex;
  32. justify-content: flex-end;
  33. align-items: center;
  34. width: 50%;
  35. }
  36. .container .body .body_box .box_value .value_input.data-v-0b2c2ae2 {
  37. text-align: right;
  38. }
  39. .container .body .body_box .box_value .value_text.data-v-0b2c2ae2 {
  40. margin-left: 20rpx;
  41. }
  42. .container .body .body_box .box_value .value_time.data-v-0b2c2ae2 {
  43. text-align: end;
  44. color: #cccccc;
  45. }
  46. .container .body .body_box .box_value .activeTime.data-v-0b2c2ae2 {
  47. color: #000;
  48. }
  49. .container .body .textarea.data-v-0b2c2ae2 {
  50. padding-right: 20rpx;
  51. width: 710rpx;
  52. }
  53. .container .body .filePicker.data-v-0b2c2ae2 {
  54. display: flex;
  55. margin-bottom: 20rpx;
  56. height: 100rpx;
  57. }
  58. .container .body .filePicker .img_box.data-v-0b2c2ae2 {
  59. position: relative;
  60. margin-right: 20rpx;
  61. width: 100rpx;
  62. height: 100rpx;
  63. }
  64. .container .body .filePicker .img_box .img.data-v-0b2c2ae2 {
  65. width: 100rpx;
  66. height: 100rpx;
  67. }
  68. .container .body .filePicker .img_box .close.data-v-0b2c2ae2 {
  69. position: absolute;
  70. top: 0;
  71. right: 0;
  72. width: 40rpx;
  73. height: 40rpx;
  74. background-color: rgba(0, 0, 0, 0.3);
  75. }
  76. .container .body .filePicker .uploading.data-v-0b2c2ae2 {
  77. width: 100rpx;
  78. height: 100rpx;
  79. }
  80. .container .body .no_border.data-v-0b2c2ae2 {
  81. border: none;
  82. }
  83. .container .body .student_list .student.data-v-0b2c2ae2 {
  84. display: flex;
  85. align-items: center;
  86. margin-bottom: 30rpx;
  87. width: 710rpx;
  88. height: 110rpx;
  89. border-radius: 18rpx;
  90. background-color: #f2f4f9;
  91. }
  92. .container .body .student_list .student .student_checked.data-v-0b2c2ae2 {
  93. margin-left: 48rpx;
  94. }
  95. .container .body .student_list .student .student_info.data-v-0b2c2ae2 {
  96. margin-left: 53rpx;
  97. font-size: 32rpx;
  98. }
  99. .container .auth.data-v-0b2c2ae2 {
  100. display: flex;
  101. align-items: center;
  102. margin: 20rpx 0 40rpx 20rpx;
  103. font-size: 24rpx;
  104. }
  105. .container .auth .auth_text.data-v-0b2c2ae2 {
  106. height: 35rpx;
  107. }
  108. .container .btn.data-v-0b2c2ae2 {
  109. display: flex;
  110. justify-content: center;
  111. align-items: center;
  112. margin: 0 auto 100rpx;
  113. width: 710rpx;
  114. height: 100rpx;
  115. color: #fff;
  116. font-size: 32rpx;
  117. border-radius: 8rpx;
  118. background-color: #95b8e6;
  119. }
  120. .container .active.data-v-0b2c2ae2 {
  121. background-color: #0061ff;
  122. }