index.module.less 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. .studentDetail {
  2. padding: 12px 13px;
  3. }
  4. .bg {
  5. position: fixed;
  6. top: 0;
  7. left: 0;
  8. right: 0;
  9. }
  10. .musicGroup {
  11. border-radius: 22px;
  12. margin-bottom: 16px;
  13. .iconMusic {
  14. width: 18px;
  15. height: 19px;
  16. margin-right: 4px;
  17. }
  18. :global {
  19. .van-cell__title {
  20. font-weight: 500;
  21. font-size: 15px;
  22. color: #333;
  23. line-height: 21px;
  24. }
  25. .van-cell__right-icon {
  26. transform: rotate(90deg);
  27. color: #333;
  28. font-weight: bold;
  29. font-size: 14px;
  30. }
  31. }
  32. }
  33. .box {
  34. position: relative;
  35. background: #fff;
  36. border-radius: 10px;
  37. z-index: 1;
  38. margin-bottom: 12px;
  39. }
  40. .infobox {
  41. padding: 16px 12px;
  42. position: relative;
  43. background: #fff;
  44. border-radius: 10px;
  45. z-index: 1;
  46. margin-bottom: 12px;
  47. .infoItem {
  48. display: flex;
  49. justify-content: space-between;
  50. font-size: 15px;
  51. line-height: 21px;
  52. color: #777;
  53. padding-bottom: 20px;
  54. &>div:last-child {
  55. color: #333;
  56. }
  57. }
  58. .infoItem:last-child {
  59. padding-bottom: 0;
  60. }
  61. .edit {
  62. display: flex;
  63. align-items: center;
  64. .iconPen {
  65. width: 14px;
  66. height: 15px;
  67. margin-left: 6px;
  68. }
  69. }
  70. }
  71. .attendanceTitle {
  72. position: relative;
  73. font-size: 14px;
  74. line-height: 20px;
  75. font-weight: bold;
  76. color: #333;
  77. margin-bottom: 12px;
  78. &>span {
  79. position: relative;
  80. z-index: 1;
  81. }
  82. &::before {
  83. content: '';
  84. position: absolute;
  85. left: 0;
  86. bottom: 0;
  87. width: 70px;
  88. height: 8px;
  89. background: #FFB4B4;
  90. }
  91. }
  92. .quitBox {
  93. width: calc(100vw - 60px);
  94. border-radius: 12px;
  95. background: #fff;
  96. }
  97. .quitTitle {
  98. font-size: 18px;
  99. font-weight: 600;
  100. line-height: 25px;
  101. text-align: center;
  102. padding: 20px;
  103. }
  104. .quitDes {
  105. font-size: 16px;
  106. line-height: 26px;
  107. padding: 10px 20px;
  108. }
  109. .quitLabel {
  110. font-size: 14px;
  111. color: #777777;
  112. line-height: 26px;
  113. padding: 10px 20px 0 20px;
  114. }
  115. .optionBox {
  116. padding: 0 20px;
  117. :global {
  118. .van-cell {
  119. margin: 5px 0;
  120. }
  121. .van-cell__value {
  122. display: flex;
  123. align-items: center;
  124. justify-content: flex-end;
  125. .van-checkbox {
  126. .van-badge__wrapper {
  127. border-radius: 2px;
  128. }
  129. }
  130. }
  131. }
  132. }
  133. .cellActive {
  134. border-radius: 10px;
  135. background: #F6F6F6;
  136. }
  137. .concatBox {
  138. .concatTitle {
  139. position: relative;
  140. font-size: 16px;
  141. font-weight: 500;
  142. color: #333333;
  143. line-height: 22px;
  144. padding: 15px 25px;
  145. &::before {
  146. content: '';
  147. position: absolute;
  148. left: 15px;
  149. top: 50%;
  150. transform: translateY(-50%);
  151. width: 4px;
  152. height: 12px;
  153. background: #01C1B5;
  154. border-radius: 2px;
  155. }
  156. }
  157. }
  158. :global{
  159. .van-popup__close-icon{
  160. color: #333;
  161. }
  162. }
  163. .concatContent{
  164. padding: 0 20px 50px 20px;
  165. .concatIcon{
  166. width: 47px;
  167. height: 47px;
  168. }
  169. }