开封利通水务前端

login.min.css 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. /*登录的样式*/
  2. html {
  3. height: 100%;
  4. }
  5. body {
  6. height: 100%;
  7. background-color: #ffffff;
  8. }
  9. .header {
  10. height: 110px;
  11. position: relative;
  12. }
  13. .header .logo {
  14. width: 600px;
  15. height: 154px;
  16. display: block;
  17. font-size: 0;
  18. position: absolute;
  19. left: 10%;
  20. top: 100px;
  21. }
  22. .footer {
  23. height: 126px;
  24. }
  25. .footer p {
  26. line-height: 30px;
  27. margin: 0;
  28. padding: 0;
  29. font-size: 12px;
  30. color: #000000;
  31. }
  32. .footer p a {
  33. text-decoration: none;
  34. color: #000000;
  35. }
  36. .footer p:nth-of-type(1) {
  37. padding-top: 36px;
  38. }
  39. .signin {
  40. width: 100%;
  41. position: relative;
  42. height: calc(100% - 236px);
  43. /* background-color: #000; */
  44. overflow: hidden;
  45. background: url("../img/background6.png") left top no-repeat;
  46. background-size: 100% 100%;
  47. }
  48. #logo1{
  49. width: 400px;
  50. height: 90px;
  51. font-size: 0;
  52. position: absolute;
  53. right:20%;
  54. top: 123px;
  55. }
  56. .signin_bgl {
  57. position: absolute;
  58. top: 50%;
  59. left: 20%;
  60. margin-top: -253px;
  61. width: 660px;
  62. height: 506px;
  63. background-size: 100% 100%;
  64. /* background: url("../img/background2.png") left no-repeat;
  65. background-size:100% 100%; */
  66. }
  67. .signin .signin_bg {
  68. position: absolute;
  69. top: 50%;
  70. margin-top: -183px;
  71. right: 20%;
  72. width: 394px;
  73. height: 366px;
  74. overflow: hidden;
  75. border-box: box-sizing;
  76. border-radius: 2px;
  77. background-color: #FFFFFF;
  78. border: 1px solid #cdcdcd;
  79. }
  80. .login_tab {
  81. list-style: none;
  82. border-bottom: 1px solid #cdcdcd;
  83. padding: 0px 50px;
  84. margin: 0;
  85. }
  86. .login_tab li {
  87. font-size: 16px;
  88. color: #243747;
  89. width: 50%;
  90. text-align: center;
  91. cursor: pointer;
  92. float: left;
  93. line-height: 60px;
  94. padding: 0 20px;
  95. border-bottom: 1px solid transparent;
  96. margin-bottom: -1px;
  97. }
  98. .login_tab li.active {
  99. border-bottom: 1px solid #249fea;
  100. }
  101. .signin .signin_panel {
  102. padding: 24px 50px;
  103. width: 100%;
  104. text-align: center;
  105. overflow: hidden;
  106. border-box: box-sizing;
  107. }
  108. .signin_panel input.form-control {
  109. height: 38px;
  110. line-height: 38px;
  111. border-box: box-sizing;
  112. border: 1px solid #E3E3E3;
  113. border-radius: 4px;
  114. font-size: 14px;
  115. color: #000;
  116. font-family: "微软雅黑";
  117. outline: 0;
  118. -webkit-box-shadow: none;
  119. box-shadow: none;
  120. padding-left: 42px;
  121. padding-right: 20px
  122. }
  123. .signin_panel input.form-control:focus .signin_password .signin_icons {
  124. background-image: url("../img/password_icons_active.png")
  125. }
  126. .signin_panel .signin_extensionnumber,
  127. .signin_panel .signin_password,
  128. .signin_panel .signin_user {
  129. position: relative;
  130. width: 100%;
  131. margin: 0 auto 10px
  132. }
  133. .signin_icons {
  134. position: absolute;
  135. left: 6px;
  136. top: 9.5px;
  137. height: 19px;
  138. width: 18px;
  139. display: inline-block;
  140. padding-right: 6px
  141. }
  142. .signin_icons::after {
  143. content: "";
  144. position: absolute;
  145. left: 25px;
  146. top: -2px;
  147. height: 24px;
  148. border-right: 1px solid #cdcdcd
  149. }
  150. .signin_extensionnumber .signin_icons::after{
  151. top: -5.5px;
  152. }
  153. .signin_user .signin_icons {
  154. background: url("../img/user_icons.png") center top no-repeat
  155. }
  156. .signin_extensionnumber .signin_icons {
  157. top: 13px;
  158. background: url("../img/extensionNumber_icons.png") center top no-repeat
  159. }
  160. .signin_password .signin_icons {
  161. background: url("../img/password_icons.png") center top no-repeat
  162. }
  163. .signin_panel .signin_user.active .signin_icons {
  164. background: url("../img/user_icons_active.png") center top no-repeat
  165. }
  166. .signin_panel .signin_extensionnumber.active .signin_icons {
  167. background: url("../img/extensionNumber_icons_active.png") center top no-repeat
  168. }
  169. .signin_panel .signin_password.active .signin_icons {
  170. background: url("../img/password_icons_active.png") center top no-repeat
  171. }
  172. .signin_panel .form-control-feedback {
  173. top: 0;
  174. right: -4px;
  175. font-size: 14px;
  176. font-weight: normal
  177. }
  178. .btns {
  179. position: absolute;
  180. bottom: 54px;
  181. left: 50px;
  182. width: calc(100% - 100px);
  183. margin: 0 auto;
  184. height: 50px;
  185. line-height: 50px;
  186. background-color: #249fea;
  187. border-radius: 4px;
  188. color: #ffffff;
  189. font-size: 16px;
  190. font-family: "微软雅黑";
  191. text-align: center;
  192. border: 0;
  193. outline: none;
  194. cursor: pointer
  195. }
  196. .btns[disabled] {
  197. cursor: no-drop
  198. }
  199. .login_panel_footer {
  200. position: absolute;
  201. width: calc(100% - 100px);
  202. bottom: 20px;
  203. font-size: 14px;
  204. color: #999999;
  205. }
  206. .login_panel_footer .footer_text::before {
  207. content: '';
  208. width: 104px;
  209. border-top: 2px solid #d7d7d7;
  210. display: inline-block;
  211. margin-bottom: 4px;
  212. margin-right: 5px;
  213. }
  214. .login_panel_footer .footer_text::after {
  215. content: '';
  216. width: 104px;
  217. border-top: 2px solid #d7d7d7;
  218. display: inline-block;
  219. margin-bottom: 4px;
  220. margin-left: 5px;
  221. }
  222. .alert {
  223. width: 100%;
  224. text-align: left;
  225. margin: -18px auto 0;
  226. display: none;
  227. padding: 10px 6px;
  228. background-color: transparent;
  229. border-color: transparent
  230. }
  231. #login_msg {
  232. font-size: 12px;
  233. color: #ec4747
  234. }
  235. .alert-danger {
  236. color: #ec4747
  237. }
  238. .glyphicon {
  239. top: 2px
  240. }
  241. .signin_panel input.form-control:focus {
  242. border-color: #249fea
  243. }
  244. .has-error .form-control-feedback {
  245. color: transparent
  246. }
  247. .has-error .form-control:focus {
  248. -webkit-box-shadow: none;
  249. box-shadow: none
  250. }
  251. .has-success .form-control-feedback {
  252. color: #249fea
  253. }
  254. .has-success .form-control:focus {
  255. -webkit-box-shadow: none;
  256. box-shadow: none
  257. }
  258. input::-webkit-input-placeholder,
  259. textarea::-webkit-input-placeholder {
  260. font-family: '微软雅黑';
  261. color: #cbcbcb;
  262. font-size: 14px
  263. }
  264. input:-moz-placeholder,
  265. textarea:-moz-placeholder {
  266. font-family: '微软雅黑';
  267. color: #cbcbcb;
  268. font-size: 14px
  269. }
  270. input::-moz-placeholder,
  271. textarea::-moz-placeholder {
  272. font-family: '微软雅黑';
  273. color: #cbcbcb;
  274. font-size: 14px
  275. }
  276. input:-ms-input-placeholder,
  277. textarea:-ms-input-placeholder {
  278. font-family: '微软雅黑';
  279. color: #cbcbcb;
  280. font-size: 14px
  281. }
  282. .header .logo,
  283. .signin_bgl,
  284. .signin .signin_bg {
  285. transition: all .3s;
  286. }
  287. @media only screen and (max-width: 1680px) {
  288. .header .logo,
  289. .signin_bgl {
  290. left: 10%;
  291. }
  292. .signin .signin_bg {
  293. right: 10%;
  294. }
  295. }
  296. @media only screen and (max-width: 1366px) {
  297. .signin .signin_bg,
  298. .header .logo,
  299. .signin_bgl {
  300. -webkit-transform: scale(.8);
  301. transform: scale(.8)
  302. }
  303. }
  304. @media only screen and (max-width: 1280px) {
  305. .signin .signin_bg,
  306. .header .logo,
  307. .signin_bgl {
  308. -webkit-transform: scale(.6);
  309. transform: scale(.6)
  310. }
  311. }
  312. @media only screen and (max-width: 1066px) {
  313. .signin_bgl {
  314. display: none;
  315. }
  316. .signin .signin_bg {
  317. left: 50%;
  318. margin-left: -197px;
  319. }
  320. }
  321. @media only screen and (max-width: 1170px) {}
  322. @media only screen and (max-width: 1024px) {}