Aucune description

login.css 5.3KB

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