网站
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

177 righe
2.9 KiB

  1. input:-webkit-autofill,
  2. input:-webkit-autofill:hover,
  3. input:-webkit-autofill:focus,
  4. input:-webkit-autofill:active {
  5. -webkit-transition-delay: 111111s;
  6. -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
  7. }
  8. .registerBody{
  9. background: url("../images/login_bg.jpg");
  10. width: 100%;
  11. height: 100%;
  12. background-size: 100% 100%;
  13. text-align: center;
  14. }
  15. .loginView_bg{
  16. background: rgba(18,105,211,0.3);
  17. text-align: center;
  18. width: 440px;
  19. margin: 0 auto;
  20. padding: 50px;
  21. position: absolute;
  22. top: 50%;
  23. left: 50%;
  24. transform: translate(-50%,-50%);
  25. border-radius: 8px;
  26. height: 402px;
  27. }
  28. .loginView{
  29. background: #FFFFFF;
  30. text-align: center;
  31. width: 420px;
  32. margin: 0 auto;
  33. padding: 50px;
  34. position: absolute;
  35. top: 50%;
  36. left: 50%;
  37. transform: translate(-50%,-50%);
  38. border-radius: 8px;
  39. height: 382px;
  40. }
  41. .loginView p{
  42. text-align: left;
  43. }
  44. .loginView img{
  45. width: 100%;
  46. height: 35px;
  47. }
  48. .loginView table{
  49. width: 100%;
  50. margin: 0 auto;
  51. }
  52. .loginView table tr td:nth-child(2){
  53. text-align: left;
  54. }
  55. .loginView table tr td{
  56. padding-top: 20px;
  57. position: relative;
  58. }
  59. .nameIcon{
  60. width: 23px;
  61. height: 23px;
  62. display: block;
  63. background: url('../images/login_01.png') no-repeat;
  64. position: absolute;
  65. bottom: 8px;
  66. }
  67. .passIcon{
  68. width: 23px;
  69. height: 23px;
  70. display: block;
  71. background: url('../images/login_02.png') no-repeat;
  72. position: absolute;
  73. bottom: 8px;
  74. }
  75. .codeIcon{
  76. width: 23px;
  77. height: 23px;
  78. display: block;
  79. background: url('../images/login_03.png') no-repeat;
  80. position: absolute;
  81. bottom: 8px;
  82. }
  83. .loginView table tr td input[type="text"],input[type="password"]{
  84. height: 35px;
  85. border-bottom: 1px solid #cfcfcf;
  86. padding-left: 30px;
  87. width: 100%;
  88. }
  89. .titleTab{
  90. background: var(--color);
  91. }
  92. .titleTab p{
  93. float: left;
  94. display: block;
  95. line-height: 76px;
  96. width: 50%;
  97. text-align: center;
  98. color: #7fbdba;
  99. }
  100. .titleTab p:hover{
  101. cursor: pointer;
  102. }
  103. .active{
  104. color: #ffffff!important;
  105. }
  106. .remberPsw{
  107. width: 100%;
  108. margin: 0 auto;
  109. text-align: left;
  110. margin-top: 50px;
  111. }
  112. .remberPsw input[type="checkbox"]{
  113. position: relative;
  114. top: 2px;
  115. }
  116. .loginBtn{
  117. width: 100%;
  118. padding: 10px 0;
  119. border: none;
  120. background: #1269d3;
  121. color: #ffffff;
  122. display: block;
  123. margin: 0 auto;
  124. margin-top: 20px;
  125. cursor: pointer;
  126. }
  127. .registerBtn{
  128. border: none;
  129. padding: 10px 0;
  130. display: block;
  131. margin: 0 auto;
  132. margin-top: 10px;
  133. color: var(--color);
  134. cursor: pointer;
  135. }
  136. .fsYzm{
  137. height: 35px;
  138. border: 1px solid #cfcfcf;
  139. width: 100%;
  140. }
  141. .topLogo{
  142. margin: 0 auto;
  143. padding-top: 2%;
  144. }
  145. .topLogo p{
  146. font-size: 60px;
  147. font-weight: bold;
  148. color: #1269d3;
  149. }
  150. .bottomInformation_login{
  151. position: absolute;
  152. bottom: 3%;
  153. width: 100%;
  154. color: #010101;
  155. }