information.module.less 3.4 KB

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