Sin descripción

login.min.css 5.9KB

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