index.less 2.3 KB

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