index.module.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. .per-register-active {
  2. min-height: calc(100vh - 176px);
  3. background: url('./images/banner.png') no-repeat top center #C7F4FF;
  4. background-size: contain;
  5. padding-top: 176px;
  6. overflow: hidden;
  7. }
  8. .flowPath {
  9. position: relative;
  10. margin: 0 10px 3px;
  11. background: url('./images/flow-path-bg.png') no-repeat center;
  12. background-size: contain;
  13. .flowPathTitle {
  14. display: block;
  15. position: absolute;
  16. top: -4px;
  17. left: 50%;
  18. margin-left: -72px;
  19. width: 144px;
  20. height: 42px;
  21. background: url('./images/flow-path-title.png') no-repeat center;
  22. background-size: contain;
  23. }
  24. .flowPathContent {
  25. padding: 41px 43px 43px;
  26. font-size: 14px;
  27. color: #2D1A18;
  28. line-height: 26px;
  29. span {
  30. color: #E15339;
  31. }
  32. }
  33. }
  34. .signin {
  35. position: relative;
  36. margin: 0 10px 20px;
  37. background: url('./images/signin-bg.png') no-repeat center;
  38. background-size: contain;
  39. min-height: 419px;
  40. overflow: hidden;
  41. .tips {
  42. margin: 27px 35px 0;
  43. display: flex;
  44. align-items: center;
  45. background: #F1F1F1;
  46. border-radius: 6px;
  47. font-size: 13px;
  48. color: #DC2A00;
  49. line-height: 18px;
  50. p {
  51. padding-top: 2px;
  52. }
  53. span {
  54. font-weight: bold;
  55. }
  56. .signinTips {
  57. margin: 0 2px 0 4px;
  58. width: 34px;
  59. height: 28px;
  60. object-fit: contain;
  61. }
  62. }
  63. }
  64. .cellGroup {
  65. margin: 0 40px;
  66. background-color: transparent;
  67. :global {
  68. .van-cell {
  69. padding-top: 18px;
  70. padding-left: 0;
  71. padding-right: 0;
  72. background-color: transparent;
  73. }
  74. .van-field__label {
  75. font-size: 16px;
  76. font-weight: 500;
  77. color: #333333;
  78. line-height: 22px;
  79. margin-bottom: 10px;
  80. }
  81. input {
  82. color: #666;
  83. font-size: 16px;
  84. &::placeholder {
  85. color: #dcdcdc;
  86. }
  87. }
  88. }
  89. .submitBtn {
  90. width: 190px;
  91. height: 53px;
  92. background: url('./images/signin-btn.png') no-repeat center;
  93. background-size: contain;
  94. border: none;
  95. display: block;
  96. margin: 18px auto 0;
  97. border-radius: 50px;
  98. }
  99. }