安图前端代码

login.css 5.1KB

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