index.module.less 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. .searchBand {
  2. display: inline-block;
  3. font-size: 14px;
  4. font-weight: 600;
  5. color: #333333;
  6. }
  7. .subjectContainer {
  8. display: flex;
  9. & > span {
  10. flex-shrink: 0;
  11. }
  12. .tagSubject {
  13. margin-right: 10px;
  14. margin-bottom: 4px;
  15. }
  16. }
  17. .manageCell {
  18. padding: 15px 13px;
  19. :global {
  20. .van-cell__title {
  21. flex: 1 auto;
  22. flex-basis: 48%;
  23. }
  24. }
  25. .teacherContent {
  26. display: flex;
  27. align-items: center;
  28. justify-content: space-between;
  29. .content {
  30. width: 70px;
  31. }
  32. .name {
  33. font-size: 16px;
  34. font-weight: 500;
  35. color: #333333;
  36. line-height: 22px;
  37. max-width: 70px;
  38. }
  39. .subject {
  40. }
  41. .classNum {
  42. text-align: center;
  43. width: 60px;
  44. }
  45. .num {
  46. font-size: 20px;
  47. font-weight: bold;
  48. color: #f67146;
  49. line-height: 24px;
  50. }
  51. .numText {
  52. font-size: 12px;
  53. color: #333333;
  54. line-height: 17px;
  55. }
  56. .messageImg {
  57. margin-top: 5px;
  58. width: 24px;
  59. height: 24px;
  60. }
  61. }
  62. .img {
  63. width: 48px;
  64. height: 48px;
  65. overflow: hidden;
  66. border-radius: 50%;
  67. margin-right: 10px;
  68. }
  69. .name {
  70. font-size: 16px;
  71. font-weight: 500;
  72. color: #333333;
  73. line-height: 22px;
  74. }
  75. .phone {
  76. font-size: 14px;
  77. color: #777777;
  78. line-height: 20px;
  79. }
  80. .status {
  81. font-size: 16px;
  82. font-weight: 500;
  83. color: #333333;
  84. }
  85. .frozen {
  86. color: #f44541;
  87. }
  88. }
  89. .codeContainer {
  90. .codeImg {
  91. width: 323px;
  92. height: 465px;
  93. // padding-left: 8px;
  94. background: url('./images/download.png') no-repeat center center;
  95. background-size: contain;
  96. margin: 0 auto;
  97. .codeContent {
  98. padding-left: 8px;
  99. }
  100. .codeTitle {
  101. text-align: center;
  102. padding-top: 13px;
  103. font-size: 24px;
  104. font-weight: bold;
  105. color: #ffffff;
  106. text-shadow: 1px 1px 7px #f4672a;
  107. max-width: 90%;
  108. padding-left: 5%;
  109. }
  110. .codeName {
  111. padding: 36px 8px 0;
  112. font-size: 18px;
  113. font-weight: 600;
  114. color: #ffffff;
  115. }
  116. .codeQr {
  117. margin: 23px auto 0;
  118. width: 231px;
  119. height: 231px;
  120. padding: 10px;
  121. background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  122. border-radius: 11px;
  123. overflow: hidden;
  124. img {
  125. width: 100%;
  126. height: 100%;
  127. }
  128. }
  129. .codeBtnText {
  130. margin: 15px auto 0;
  131. display: inline-block;
  132. background: linear-gradient(135deg, #ff9c63 0%, #ff7144 100%);
  133. border-radius: 18px;
  134. padding: 6px 16px;
  135. font-size: 16px;
  136. font-weight: 600;
  137. color: #ffffff;
  138. }
  139. .codeTips {
  140. padding-top: 10px;
  141. font-size: 13px;
  142. font-weight: 600;
  143. color: #f16437;
  144. line-height: 18px;
  145. text-align: center;
  146. }
  147. }
  148. .close {
  149. position: absolute;
  150. top: 12px;
  151. right: 15px;
  152. }
  153. .codeBottom {
  154. position: relative;
  155. margin-top: 32px;
  156. background: #ffffff;
  157. border-radius: 20px 20px 0px 0px;
  158. padding-bottom: 10px;
  159. }
  160. .title {
  161. font-size: 16px;
  162. font-weight: 600;
  163. color: #333333;
  164. line-height: 22px;
  165. padding: 15px 15px 0;
  166. i {
  167. display: inline-block;
  168. margin-right: 6px;
  169. width: 4px;
  170. height: 12px;
  171. background: #ff8057;
  172. border-radius: 2px;
  173. }
  174. }
  175. .shareImg {
  176. width: 47px;
  177. height: 47px;
  178. }
  179. .shareText {
  180. padding-top: 6px;
  181. font-size: 14px;
  182. color: #333333;
  183. line-height: 20px;
  184. }
  185. }