index.module.less 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. .container {
  2. background: linear-gradient(179deg, #005CBA 0%, #B7EBFF 100%);
  3. .containerBg {
  4. min-height: 100vh;
  5. //
  6. background-image: url('./images/icon_bg.png');
  7. background-repeat: no-repeat;
  8. background-size: 100%;
  9. padding-top: 23Px;
  10. }
  11. .titleIcon {
  12. display: block;
  13. max-width: 100%;
  14. height: 26Px;
  15. margin: 8px auto 0;
  16. }
  17. }
  18. .title {
  19. font-size: 30px;
  20. font-family: AlimamaShuHeiTi-Bold, AlimamaShuHeiTi;
  21. font-weight: bold;
  22. color: #021F67;
  23. line-height: 36px;
  24. padding: 12px 16px 16px;
  25. text-align: center;
  26. }
  27. .tagWrap {
  28. display: flex;
  29. justify-content: center;
  30. .tag {
  31. font-size: 16px;
  32. font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
  33. font-weight: normal;
  34. color: #FFFFFF;
  35. line-height: 22px;
  36. background: linear-gradient(90deg, #02BAFF 0%, #007AFE 100%);
  37. border-radius: 8px;
  38. margin: 0 auto;
  39. display: flex;
  40. align-items: center;
  41. padding: 4px 6px;
  42. span {
  43. font-size: 28Px;
  44. color: #C5EEFD;
  45. }
  46. }
  47. }
  48. .contentWrap {
  49. padding-top: 208px;
  50. .content {
  51. background: rgba(255, 255, 255, 0.5);
  52. border-radius: 20Px 20Px 0 0;
  53. border: 2px solid #FFFFFF;
  54. border-bottom: none;
  55. padding: 12px;
  56. padding-bottom: 50Px;
  57. }
  58. .icon {
  59. display: block;
  60. max-width: 100%;
  61. height: 26Px;
  62. margin: 16px auto 8px;
  63. }
  64. .group {
  65. border-radius: 18Px;
  66. overflow: hidden;
  67. margin-bottom: 12Px;
  68. :global {
  69. .van-cell {
  70. padding: 18px 16px;
  71. }
  72. .van-field__control {
  73. justify-content: flex-end;
  74. }
  75. .van-field__label {
  76. font-size: 16Px;
  77. color: #666666;
  78. }
  79. .van-field__error-message {
  80. text-align: right;
  81. }
  82. }
  83. }
  84. .radio {
  85. padding: 4px 10px;
  86. background: #F5F6FA;
  87. border: none;
  88. font-size: 14Px;
  89. line-height: 22px;
  90. color: #626264;
  91. font-weight: 400;
  92. border-radius: 6px;
  93. margin: 0 6px;
  94. }
  95. }
  96. .tips {
  97. font-size: 13px;
  98. font-family: PingFangSC-Regular, PingFang SC;
  99. font-weight: 400;
  100. color: #F64650;
  101. line-height: 18px;
  102. background: #FFEBEB;
  103. border-radius: 8Px;
  104. padding: 8Px;
  105. }
  106. .submit {
  107. margin-top: 18Px;
  108. background-color: transparent;
  109. height: 50Px;
  110. padding: 0;
  111. border: none;
  112. &::before {
  113. display: none;
  114. }
  115. }
  116. .submitIcon {
  117. display: block;
  118. max-width: 100%;
  119. max-height: 50Px;
  120. }
  121. .successWrap {
  122. position: relative;
  123. max-width: 76vw;
  124. display: flex;
  125. flex-direction: column;
  126. align-items: center;
  127. .p1 {
  128. position: absolute;
  129. max-width: 94vw;
  130. transform: translate(12Px, -84Px);
  131. }
  132. .p2 {
  133. max-width: 100%;
  134. position: relative;
  135. z-index: 1;
  136. }
  137. .btnWrap {
  138. position: relative;
  139. top: -2Px;
  140. display: flex;
  141. flex-direction: column;
  142. align-items: center;
  143. background-color: #fff;
  144. width: 100%;
  145. border-radius: 0 0 16Px 16Px;
  146. padding: 0 0 20Px 0;
  147. .btnTitle {
  148. font-size: 17Px;
  149. font-family: PingFangSC-Semibold, PingFang SC;
  150. font-weight: 600;
  151. color: #021F67;
  152. line-height: 24Px;
  153. padding: 15Px 0;
  154. text-align: center;
  155. }
  156. .btnDes {
  157. font-size: 15Px;
  158. font-family: PingFangSC-Regular, PingFang SC;
  159. font-weight: 400;
  160. color: #777777;
  161. line-height: 21Px;
  162. text-align: center;
  163. padding-bottom: 20Px;
  164. }
  165. .btn {
  166. width: 172Px;
  167. height: 40Px;
  168. font-size: 16Px;
  169. font-family: PingFangSC-Semibold, PingFang SC;
  170. font-weight: 600;
  171. color: #EEF8FE;
  172. line-height: 22Px;
  173. background: linear-gradient(135deg, #00B9FF 0%, #007AFF 100%);
  174. margin: 0 auto;
  175. }
  176. }
  177. }
  178. .codeWrap {
  179. :global {
  180. .van-field__error-message {
  181. text-align: left !important;
  182. }
  183. }
  184. }