index.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .login{
  2. position: relative;
  3. min-height: 100vh;
  4. z-index: 1;
  5. //background: #4564DC;
  6. .welcome{
  7. position: absolute;
  8. z-index: -1;
  9. top:0;
  10. width: 100%;
  11. padding: 200px 80px 300px 80px;
  12. .bg{
  13. position: absolute;
  14. z-index: -1;
  15. top: 0;
  16. left: 0;
  17. width: 100vw;
  18. height: 48vh;
  19. }
  20. .welcomeTitle{
  21. font-size: 60px;
  22. color: white;
  23. font-weight: bolder;
  24. line-height: 60px;
  25. padding-bottom: 20px;
  26. }
  27. }
  28. .loginContent{
  29. position: relative;
  30. margin: 316px 50px 0 50px;
  31. background: #ffffff;
  32. padding: 100px 30px 227px 30px;
  33. border-radius: 30px;
  34. box-shadow: 0 3px 23px 1px #999999;
  35. .loginItem{
  36. display: flex;
  37. flex-flow: row nowrap;
  38. align-items: center;
  39. padding-bottom: 10px;
  40. border-bottom: 1px #dac3c3 solid;
  41. margin-bottom: 100px;
  42. .usernameContent{
  43. position: relative;
  44. }
  45. }
  46. .rememberPassword{
  47. margin-bottom: 100px;
  48. display: flex;
  49. justify-content: flex-end;
  50. margin-top: -70px;
  51. font-size: 26px;
  52. }
  53. .usernameListContent{
  54. position: relative;
  55. .usernameList{
  56. position: absolute;
  57. z-index: 100;
  58. left: 0;
  59. right: 0;
  60. top: -100px;
  61. background: white;
  62. padding: 30px 20px;
  63. box-shadow: -1px 5px 18px -8px #000;
  64. border-bottom-left-radius: 15px;
  65. border-bottom-right-radius: 15px;
  66. .usernameItem{
  67. display: flex;
  68. flex-flow: row nowrap;
  69. align-items: center;
  70. margin-bottom: 25px;
  71. .value{
  72. padding-left: 15px;
  73. color: #c6c4c4;
  74. .name{
  75. font-size: 20px;
  76. font-weight: bold;
  77. }
  78. .password{
  79. font-size: 20px;
  80. padding-top: 8px;
  81. font-weight: bold;
  82. }
  83. }
  84. }
  85. }
  86. }
  87. .tips{
  88. color: #3067d4;
  89. padding-top: 20px;
  90. font-size: 25px;
  91. padding-left: 10px;
  92. }
  93. .company{
  94. position: absolute;
  95. bottom: 20px;
  96. left: 0;
  97. right: 0;
  98. text-align: center;
  99. color: #aeafb1;
  100. padding-top: 20px;
  101. font-size: 18px;
  102. margin-top: auto;
  103. }
  104. }
  105. .lxy-nav-bar__center{
  106. position: absolute;
  107. left: 50px;
  108. font-family: cursive;
  109. font-size: 38px;
  110. letter-spacing: 6px;
  111. }
  112. }