information.module.less 3.1 KB

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