index.module.less 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. .per-register-active {
  2. min-height: 100vh;
  3. background: url('./images/update/bg.png') no-repeat top center #85E2FF;
  4. background-size: contain;
  5. padding-top: 250px;
  6. overflow: hidden;
  7. position: relative;
  8. .imgMan {
  9. position: absolute;
  10. top: 89px;
  11. left: 0;
  12. right: 0;
  13. width: 100%;
  14. height: 220px;
  15. }
  16. }
  17. .flowPath {
  18. position: relative;
  19. margin: 0 14px 12px;
  20. .flowPathTitle {
  21. display: block;
  22. width: 100%;
  23. height: 53px;
  24. background: url('./images/update/title-1.png') no-repeat center;
  25. background-size: contain;
  26. }
  27. .flowPathContent {
  28. margin-top: -1px;
  29. padding: 0 16px 20px;
  30. font-size: 15px;
  31. color: #000;
  32. line-height: 26px;
  33. border-radius: 0 0 16px 16px;
  34. background-color: #fff;
  35. :global {
  36. img {
  37. width: 100% !important;
  38. }
  39. }
  40. }
  41. }
  42. .signin {
  43. position: relative;
  44. margin: 0 14px 30px;
  45. min-height: 419px;
  46. overflow: hidden;
  47. .signinTitle {
  48. display: block;
  49. width: 100%;
  50. height: 53px;
  51. background: url('./images/update/title-2.png') no-repeat center;
  52. background-size: 100%;
  53. }
  54. }
  55. .cellGroup {
  56. background-color: #fff;
  57. padding-bottom: 12px;
  58. border-radius: 0 0 16px 16px;
  59. :global {
  60. .van-cell {
  61. padding-top: 6px;
  62. padding-left: 16px;
  63. padding-right: 16px;
  64. padding-bottom: 18px;
  65. background-color: transparent;
  66. --van-field-icon-size: 14px;
  67. --van-field-right-icon-color: #BBBBBB;
  68. }
  69. .van-field__label {
  70. font-weight: 600;
  71. font-size: 15px;
  72. color: #131415;
  73. line-height: 22px;
  74. margin-bottom: 10px;
  75. }
  76. input {
  77. color: #131415;
  78. font-size: 16px;
  79. height: 41px;
  80. &::placeholder {
  81. color: #BBBBBB;
  82. }
  83. }
  84. .van-field__value {
  85. background: #F4F4F4;
  86. padding: 0 10px;
  87. border-radius: 4px;
  88. }
  89. }
  90. .submitBtn {
  91. cursor: pointer;
  92. width: 275px;
  93. height: 66px;
  94. background: url('./images/update/signin-btn.png') no-repeat center;
  95. background-size: contain;
  96. display: block;
  97. margin: 6px auto 0;
  98. }
  99. }
  100. .wxPopupDialog {
  101. // position: relative;
  102. overflow: initial;
  103. // margin-top: -160px;
  104. &::before {
  105. position: absolute;
  106. content: ' ';
  107. top: -73px;
  108. left: 50%;
  109. margin-left: -86px;
  110. display: inline-block;
  111. background: url('../music-group/pre-apply/images/wx-no-top.png') no-repeat top center;
  112. background-size: contain;
  113. width: 172px;
  114. height: 154px;
  115. }
  116. }
  117. .popupContainer {
  118. background: url('../music-group/pre-apply/images/wx-no-bg.png') no-repeat top center;
  119. background-size: cover;
  120. border-radius: 20px;
  121. overflow: hidden;
  122. padding: 0 20px;
  123. .title {
  124. padding-top: 57px;
  125. text-align: center;
  126. font-size: 18px;
  127. font-weight: 500;
  128. color: #3b2300;
  129. }
  130. .popupTips {
  131. padding-top: 12px;
  132. padding-bottom: 47px;
  133. text-align: center;
  134. font-size: 15px;
  135. color: #777777;
  136. line-height: 21px;
  137. }
  138. }