index.module.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. .login {
  2. min-height: 100vh;
  3. background: url('./images/top_bg.png') no-repeat top center,
  4. url('./images/bottom_bg.png') no-repeat bottom center;
  5. background-color: #fff;
  6. background-size: 100%;
  7. .backIcon {
  8. position: fixed;
  9. top: 20px;
  10. font-size: 22px;
  11. color: #333323;
  12. left: 0.22667rem;
  13. // background-color: rgba(0, 0, 0, .3);
  14. border-radius: 50%;
  15. padding: 6px;
  16. }
  17. .loginTitle {
  18. display: flex;
  19. align-items: center;
  20. padding-top: 100px;
  21. padding-left: 20px;
  22. padding-bottom: 23px;
  23. color: #1a1a1a;
  24. img {
  25. width: 46px;
  26. height: 46px;
  27. margin-right: 10px;
  28. }
  29. p {
  30. display: flex;
  31. flex-direction: column;
  32. font-size: 12px;
  33. .txt {
  34. font-size: 22px;
  35. font-weight: 500;
  36. }
  37. }
  38. }
  39. .codeText {
  40. color: var(--van-primary);
  41. }
  42. .margin34 {
  43. margin: 0 34px;
  44. }
  45. .formTitle {
  46. font-size: 18px;
  47. color: #000;
  48. font-weight: 500;
  49. }
  50. :global {
  51. .van-cell-group {
  52. margin-bottom: 35px;
  53. }
  54. .van-field {
  55. padding-left: 0;
  56. padding-right: 0;
  57. }
  58. .van-checkbox {
  59. display: inline-block;
  60. align-items: inherit;
  61. overflow: inherit;
  62. }
  63. .van-checkbox__icon {
  64. height: 15px;
  65. line-height: 15px;
  66. display: inline-block;
  67. vertical-align: middle;
  68. }
  69. .van-checkbox__label {
  70. line-height: 15px;
  71. color: #999;
  72. }
  73. }
  74. .teacherInfo {
  75. margin: 0 18px 55px;
  76. background: url('./images//teacher_card.png') no-repeat top center;
  77. background-size: 100%;
  78. padding: 14px 14px 27px;
  79. display: flex;
  80. align-items: center;
  81. .teacherLogo {
  82. width: 54px;
  83. height: 54px;
  84. border-radius: 50%;
  85. img {
  86. width: 54px;
  87. height: 54px;
  88. border-radius: 50%;
  89. }
  90. }
  91. .teacherName {
  92. font-size: 14px;
  93. color: #333;
  94. line-height: 20px;
  95. padding-left: 16px;
  96. span {
  97. font-weight: 500;
  98. font-size: 18px;
  99. color: #1a1a1a;
  100. }
  101. }
  102. }
  103. .itips {
  104. font-size: 12px;
  105. color: #666666;
  106. }
  107. .protocol {
  108. font-size: 12px;
  109. padding: 30px 0 15px;
  110. text-align: center;
  111. color: #999;
  112. .protocolText {
  113. color: var(--van-primary);
  114. line-height: 15px;
  115. }
  116. .boxStyle {
  117. background: transparent !important;
  118. width: 15px;
  119. height: 15px;
  120. border: transparent !important;
  121. }
  122. }
  123. }