index.module.less 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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 20px;
  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. margin-top: -1px;
  57. background-color: #fff;
  58. padding-bottom: 12px;
  59. border-radius: 0 0 16px 16px;
  60. :global {
  61. .van-cell {
  62. padding-top: 6px;
  63. padding-left: 16px;
  64. padding-right: 16px;
  65. padding-bottom: 18px;
  66. background-color: transparent;
  67. --van-field-icon-size: 14px;
  68. --van-field-right-icon-color: #BBBBBB;
  69. }
  70. .van-field__label {
  71. font-weight: 600;
  72. font-size: 15px;
  73. color: #131415;
  74. line-height: 22px;
  75. margin-bottom: 10px;
  76. }
  77. input {
  78. color: #131415;
  79. font-size: 16px;
  80. height: 41px;
  81. &::placeholder {
  82. color: #BBBBBB;
  83. }
  84. }
  85. .van-field__value {
  86. background: #F4F4F4;
  87. padding: 0 10px;
  88. border-radius: 4px;
  89. }
  90. }
  91. .submitBtn {
  92. cursor: pointer;
  93. width: 275px;
  94. height: 66px;
  95. background: url('./images/update/signin-btn.png') no-repeat center;
  96. background-size: contain;
  97. display: block;
  98. margin: 6px auto 0;
  99. }
  100. }