index.module.less 2.2 KB

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