FuWaiCallCenter_UI 阜外华中心血管病医院 - 最早演示版不用了

login.css 5.4KB

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