login2.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. html {
  6. width: 100%;
  7. height: 100%;
  8. }
  9. body {
  10. width: 100%;
  11. height: 100%;
  12. /* background: url(../img/loginBj.jpg) no-repeat; */
  13. background-size: 100% 100%;
  14. position: relative;
  15. }
  16. #login-logo {
  17. margin-top: 100px;
  18. display: inline-block;
  19. vertical-align: middle;
  20. }
  21. @media (max-width: 1199px) and (min-width: 992px) {
  22. #login-logo {
  23. margin-top: 51px;
  24. }
  25. }
  26. .login-box {
  27. text-align: center;
  28. }
  29. .login-box-2 {
  30. text-align: center;
  31. z-index: -99;
  32. }
  33. #login {
  34. position: relative;
  35. left: 50%;
  36. width: 595px;
  37. height: 410px;
  38. transform: translate(-50%);
  39. margin-top: 80px;
  40. background: linear-gradient(180deg, rgba(51, 102, 204, 0.41), rgba(58, 121, 198, 0.41));
  41. border: 1px solid rgba(153, 204, 255, 1);
  42. border-radius: 25px;
  43. text-align: center;
  44. padding: 39px 122px 31px 122px;
  45. }
  46. #login-1 {
  47. position: relative;
  48. width: 595px;
  49. height: 410px;
  50. margin-top: 80px !important;
  51. margin: 0 auto;
  52. /* background: linear-gradient(180deg, #67D011, #10A65D); */
  53. background: linear-gradient(0deg, rgb(255,121,47) 0%, rgb(255,204,51) 100%);
  54. border-radius: 25px;
  55. text-align: center;
  56. padding: 39px 122px 31px 122px;
  57. }
  58. .autumn-left {
  59. position: absolute;
  60. left: -84px;
  61. bottom: 14px;
  62. z-index: -98;
  63. }
  64. .autumn-right {
  65. position: absolute;
  66. right: -103px;
  67. top: -69px;
  68. z-index: -98;
  69. }
  70. .loginTittle {
  71. height: 22px;
  72. font-size: 21px;
  73. font-family: 'Microsoft YaHei';
  74. font-weight: 400;
  75. color: rgba(250, 252, 255, 1);
  76. line-height: 16px;
  77. }
  78. #user {
  79. margin-top: 35px;
  80. }
  81. #user,
  82. #passWord {
  83. width: 348px;
  84. height: 45px;
  85. background: rgba(242, 248, 255, 1);
  86. /* box-shadow: 0px 0px 5px 0px rgba(30, 103, 196, 0.85); */
  87. box-shadow:0px 0px 5px 0px rgba(255, 97, 33, 0.85);
  88. border-radius: 5px;
  89. margin-bottom: 20px;
  90. overflow: hidden;
  91. }
  92. #passWord input,
  93. #user input {
  94. outline: none;
  95. box-sizing: border-box;
  96. width: 280px;
  97. line-height: 45px;
  98. color: #354e6a;
  99. float: left;
  100. border: none;
  101. background: rgba(242, 248, 255, 1)
  102. }
  103. input:-webkit-autofill {
  104. -webkit-text-fill-color: #354e6a !important;
  105. transition: background-color 5000s ease-in-out 0s;
  106. }
  107. #user .ml {
  108. font-size: 22px;
  109. }
  110. #passWord .ml {
  111. font-size: 15px;
  112. padding-left: 15px !important;
  113. padding-right: 17px !important;
  114. padding-top: 14px !important;
  115. }
  116. #user .ml,
  117. #passWord .ml {
  118. float: left;
  119. padding: 0 12px;
  120. padding-top: 12px;
  121. color: #ff6121;
  122. }
  123. #user .line,
  124. #passWord .line {
  125. float: left;
  126. padding-top: 12px;
  127. }
  128. #remember {
  129. font-size: 14px;
  130. color: #fff;
  131. cursor: pointer;
  132. text-align: right;
  133. }
  134. #loginBtn {
  135. width: 348px;
  136. height: 45px;
  137. background: rgba(231, 242, 250, 1);
  138. box-shadow: 0px 0px 5px 0px rbga(25, 84, 174, 0.85);
  139. border-radius: 5px;
  140. margin-top: 38px;
  141. margin-bottom: 15px;
  142. font-size: 16px;
  143. font-family: 'Microsoft YaHei';
  144. line-height: 45px;
  145. color: rgba(51, 51, 51, 1);
  146. cursor: pointer;
  147. }
  148. .text {
  149. text-align: center;
  150. }
  151. .text div {
  152. color: #fff;
  153. }
  154. .text a {
  155. color: #fff;
  156. font-size: 14px;
  157. cursor: pointer;
  158. color: #fff;
  159. }
  160. .text span {
  161. font-size: 14px;
  162. color: #fff;
  163. }
  164. .zixun {
  165. position: absolute;
  166. left: 50%;
  167. margin-top: 5px;
  168. transform: translate(-50%);
  169. font-size: 16px;
  170. }
  171. .zixun .jishu {
  172. cursor: pointer;
  173. }
  174. .zixun_mobile {
  175. margin-right: 90px;
  176. }
  177. .zixun_mobile,.jishu {
  178. color: #fff;
  179. }
  180. /* .zixun_mobile::before {
  181. content: url(../images/phone-1.png);
  182. vertical-align: middle;
  183. display: inline-block;
  184. margin-right: 3px;
  185. }
  186. .jishu::before {
  187. content: url(../images/erweimalogo-1.png);
  188. vertical-align: middle;
  189. display: inline-block;
  190. margin-right: 3px;
  191. } */
  192. #qrcode {
  193. position: absolute;
  194. width: 282px;
  195. height: 282px;
  196. left: 50%;
  197. top: 50%;
  198. transform: translate(-50%, -50%);
  199. background: url(../img/erweima-blue.png);
  200. }
  201. #qrcode-green {
  202. position: absolute;
  203. width: 275px;
  204. height: 275px;
  205. left: 50%;
  206. top: 50%;
  207. transform: translate(-50%, -50%);
  208. background: url(../img/erweima-orange.png);
  209. }
  210. .erweima-position {
  211. position: absolute;
  212. width: 242px;
  213. height: 242px;
  214. left: 50%;
  215. top: 50%;
  216. transform: translate(-50%, -50%);
  217. background-color: #fff;
  218. padding: 35px 38px;
  219. border-radius: 25px;
  220. }
  221. .guanbi-btn {
  222. position: absolute;
  223. width: 20px;
  224. height: 20px;
  225. right: 30px;
  226. top: 30px;
  227. z-index: 1;
  228. cursor: pointer;
  229. }
  230. .saoma-text {
  231. position: absolute;
  232. bottom: 30px;
  233. right: 72px;
  234. }