郑州颐和随访系统UI

login.min.css 6.0KB

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