周口人民医院呼叫中心前端

login.css 5.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. html {
  2. height: 100%;
  3. }
  4. .signin{
  5. width: 100%;
  6. position: relative;
  7. height: 100%;
  8. }
  9. .signin_bg {
  10. /*position: absolute;
  11. left: 0;
  12. top: 0;*/
  13. }
  14. .signin .col-md-5{
  15. width: 50%;
  16. }
  17. .signin_bg .signin_bg_left{
  18. position: absolute;
  19. left: 0;
  20. top: 0;
  21. background: url(../img/login_bg.png) no-repeat left top;
  22. background-size: 100% 100%;
  23. height: 100%;
  24. padding: 0;
  25. }
  26. .signin_bg_mask{
  27. position: absolute;
  28. left: 0;
  29. top: 0;
  30. width: 50%;
  31. /*background-color: rgba(0,0,0,.5);*/
  32. height: 100%;
  33. padding: 0;
  34. }
  35. .signin_left {
  36. color: #fff;
  37. }
  38. .signin_left i{
  39. display: inline-block;
  40. width: 50px;
  41. height: 36px;
  42. vertical-align: middle;
  43. background: url(../img/login_logo.png) left top no-repeat;
  44. }
  45. .signin_left h2{
  46. font-size: 30px;
  47. font-family: '黑体';
  48. margin-top: 15%;
  49. margin-bottom: 0;
  50. }
  51. .signin_left h2 + p,.left_word>div h2 + p{
  52. margin-top: 22.163%;
  53. margin-bottom: 22.163%;
  54. font-size: 18px;
  55. }
  56. .signin_left h3,.left_word>div h3{
  57. font-size: 24px;
  58. color: #01b2fe;
  59. margin-top:26%;
  60. }
  61. .signin_left h3 + p,.left_word>div h3 + p{
  62. line-height: 30px;
  63. font-size: 16px;
  64. color: #fff;
  65. margin-top: 6%;
  66. }
  67. .signin_right{
  68. width: 100%;
  69. }
  70. .signin_right .signin_panel{
  71. float: right;
  72. text-align: center;
  73. margin-top: 27.21%;
  74. width: 65%;
  75. }
  76. .signin_right .signin_panel h1{
  77. font-size: 24px;
  78. font-family: '华文仿宋';
  79. margin: 0 0 19.46% 0;
  80. font-weight: 600;
  81. }
  82. .signin_panel .signin_user,
  83. .signin_panel .signin_password,
  84. .signin_panel .signin_seat{
  85. margin-bottom: 11px;
  86. position: relative;
  87. }
  88. .signin_icons{
  89. position: absolute;
  90. left: 13.5px;
  91. top: 11.5px;
  92. width: 17px;
  93. height: 17px;
  94. display: inline-block;
  95. background: url(../img/signin_icon.png) left top no-repeat;
  96. }
  97. .signin_password .signin_icons{
  98. background-position: 0 -30px;
  99. }
  100. .signin_seat .signin_icons{
  101. background-position: 0 -16px;
  102. height: 15px;
  103. }
  104. .signin_panel .form-control{
  105. padding-left: 44px;
  106. height: 40px;
  107. line-height: 40px;
  108. font-size: 16px;
  109. color: #000;
  110. }
  111. .singin_rpassword{
  112. margin-top: 4px;
  113. margin-top: 7px;
  114. }
  115. .rpassword {
  116. float: left;
  117. }
  118. .rpassword input[type="checkbox"]{
  119. appearance: none;
  120. -webkit-appearance: none;
  121. outline: none;
  122. display:none;
  123. }
  124. .rpassword .checkbox_icon{
  125. width: 16px;
  126. height: 16px;
  127. display: inline-block;
  128. background: url("../img/checkbox.png") no-repeat;
  129. background-position:0 0;
  130. vertical-align: sub;
  131. border: 1px solid #5c616b;
  132. cursor: pointer;
  133. }
  134. .rpassword input[type="checkbox"]:checked + .checkbox_icon{
  135. background-position:0 -14px;
  136. }
  137. .rpassword label{
  138. color: #5c616b;
  139. font-size: 14px;
  140. font-family: '宋体';
  141. font-weight: normal;
  142. line-height: 14px;
  143. height: 14px;
  144. cursor: pointer;
  145. }
  146. .fpassword{
  147. float: right;
  148. }
  149. .fpassword a{
  150. color: #5c616b;
  151. text-decoration: none;
  152. font-size: 14px;
  153. font-family: '宋体';
  154. }
  155. .ts{
  156. position: absolute;
  157. right: 12.5px;
  158. top: 12.5px;
  159. height: 15px!important;
  160. }
  161. .Yz_error{
  162. width: 15px;
  163. background: url("../img/yz.png") no-repeat 0 -15px;
  164. }
  165. .Yz_success{
  166. width: 20px;
  167. background: url("../img/yz.png") no-repeat 0 0;
  168. }
  169. .btns{
  170. width: 100%;
  171. background-color: #01b2fe;
  172. color: #fff;
  173. height: 40px;
  174. line-height: 40px;
  175. text-align: center;
  176. border: 0;
  177. outline: none;
  178. border-radius: 40px;
  179. cursor: pointer;
  180. margin-top: 40px;
  181. margin-bottom: 12px;
  182. font-size: 16px;
  183. letter-spacing: 6px;
  184. }
  185. .btns:hover{
  186. background-color: #00a5ec;
  187. }
  188. .fregister{
  189. font-size: 13px;
  190. font-family: '宋体';
  191. }
  192. .fregister span{
  193. color: #5c616b;
  194. }
  195. .fregister a{
  196. color: #1582b4;
  197. }
  198. .signfooter {
  199. margin-top: 60%;
  200. }
  201. .signfooter p{
  202. height: 14px;
  203. color: #a1a1a1;
  204. line-height: 14px;
  205. margin-bottom: 0;
  206. font-family: 'Calibri';
  207. }
  208. ._success{
  209. border-color: #c91e32!important;
  210. }
  211. ._fail{
  212. border-color: red!important;
  213. }
  214. input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  215. font-family: '华文仿宋';
  216. color: #999999;
  217. }
  218. input:-moz-placeholder, textarea:-moz-placeholder {
  219. font-family: '华文仿宋';
  220. color: #999999;
  221. }
  222. input::-moz-placeholder, textarea::-moz-placeholder {
  223. font-family: '华文仿宋';
  224. color: #999999;
  225. }
  226. input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  227. font-family: '华文仿宋';
  228. color: #999999;
  229. }
  230. @media only screen and (max-width: 1920px) {
  231. }
  232. @media only screen and (max-width: 1366px) {
  233. body.signin{
  234. height: 100%;
  235. }
  236. div.signfooter{
  237. margin-top: 20%;
  238. }
  239. }
  240. @media only screen and (max-width: 1200px) {
  241. }
  242. @media only screen and (max-width: 992px) {
  243. body.signin .col-md-5 {
  244. width: 100%;
  245. }
  246. div.signin_bg_mask {
  247. width: 100%;
  248. }
  249. div.left_word_bj {
  250. width: 100%;
  251. z-index: 0;
  252. }
  253. div.signin_left{
  254. display: none;
  255. }
  256. div.left_word{
  257. display: none;
  258. }
  259. div.signin_right .signin_panel {
  260. margin: 10% auto 0 auto;
  261. float: none;
  262. color: #fff;
  263. }
  264. .rpassword label,.fpassword a,div.fregister span,div.signfooter p{
  265. color: #fff;
  266. }
  267. div.signfooter{
  268. margin-top: 20%;
  269. }
  270. }
  271. @media only screen and (max-width: 768px) {
  272. div.signin .col-md-5 {
  273. width: 100%;
  274. }
  275. div.left_word_bj {
  276. width: 100%;
  277. }
  278. div.signin_bg_mask {
  279. width: 100%;
  280. }
  281. div.signin_left{
  282. display: none;
  283. }
  284. div.signin_right .signin_panel {
  285. margin-top: 10%;
  286. }
  287. div.signfooter{
  288. margin-top: 20%;
  289. }
  290. }