register.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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 .filePicker.data-v-0b2c2ae2 {
  50. display: flex;
  51. margin-bottom: 20rpx;
  52. height: 100rpx;
  53. }
  54. .container .body .filePicker .img_box.data-v-0b2c2ae2 {
  55. position: relative;
  56. margin-right: 20rpx;
  57. width: 100rpx;
  58. height: 100rpx;
  59. }
  60. .container .body .filePicker .img_box .img.data-v-0b2c2ae2 {
  61. width: 100rpx;
  62. height: 100rpx;
  63. }
  64. .container .body .filePicker .img_box .close.data-v-0b2c2ae2 {
  65. position: absolute;
  66. top: 0;
  67. right: 0;
  68. width: 40rpx;
  69. height: 40rpx;
  70. background-color: rgba(0, 0, 0, 0.3);
  71. }
  72. .container .body .filePicker .uploading.data-v-0b2c2ae2 {
  73. width: 100rpx;
  74. height: 100rpx;
  75. }
  76. .container .body .no_border.data-v-0b2c2ae2 {
  77. border: none;
  78. }
  79. .container .body .student_list .student.data-v-0b2c2ae2 {
  80. display: flex;
  81. align-items: center;
  82. margin-bottom: 30rpx;
  83. width: 710rpx;
  84. height: 110rpx;
  85. border-radius: 18rpx;
  86. background-color: #f2f4f9;
  87. }
  88. .container .body .student_list .student .student_checked.data-v-0b2c2ae2 {
  89. margin-left: 48rpx;
  90. }
  91. .container .body .student_list .student .student_info.data-v-0b2c2ae2 {
  92. margin-left: 53rpx;
  93. font-size: 32rpx;
  94. }
  95. .container .auth.data-v-0b2c2ae2 {
  96. display: flex;
  97. align-items: center;
  98. margin: 20rpx 0 40rpx 20rpx;
  99. font-size: 24rpx;
  100. }
  101. .container .auth .auth_text.data-v-0b2c2ae2 {
  102. height: 35rpx;
  103. }
  104. .container .btn.data-v-0b2c2ae2 {
  105. display: flex;
  106. justify-content: center;
  107. align-items: center;
  108. margin: 0 auto 100rpx;
  109. width: 710rpx;
  110. height: 100rpx;
  111. color: #fff;
  112. font-size: 32rpx;
  113. border-radius: 8rpx;
  114. background-color: #95b8e6;
  115. }
  116. .container .active.data-v-0b2c2ae2 {
  117. background-color: #0061ff;
  118. }