login.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:"Microsoft YaHei",Arial;-webkit-text-size-adjust:none;}
  4. html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
  5. input,select,textarea{font-size:12px;line-height:16px;}img{border:0;}ul,li{list-style-type:none;}
  6. a{color:#333;text-decoration:none;}
  7. .tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
  8. .dis{display:block;}.undis{display:none;}
  9. .fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
  10. .hr_1,.hr_10{font-size:1px;line-height:1px;clear:both;}
  11. .hr_1{height:1px;}.hr_10{height:10px;}
  12. input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
  13. input::-webkit-input-placeholder { font-size: 13px;color: #8b97ab;}
  14. input:-moz-placeholder { font-size: 13px;color: #8b97ab;}
  15. input:-ms-input-placeholder { font-size: 13px;color: #8b97ab;}
  16. .topbox {
  17. margin: 0 auto;
  18. margin-top: 100px;
  19. width: 400px;
  20. overflow: hidden;
  21. }
  22. /* Login_Style */
  23. .logsbox {
  24. margin: 0 auto;
  25. padding: 30px;
  26. width: 400px;
  27. overflow: hidden;
  28. background-color: #1f2636;
  29. border-radius: 15px;
  30. color: #8388a3;
  31. font-size: 14px;
  32. box-sizing: border-box;
  33. box-shadow: 0px 0px 3px 0px #c8c8c8;
  34. }
  35. .logsbox h2 {
  36. font-size: 30px;
  37. font-weight: 500;
  38. color: #22272f;
  39. }
  40. .logsbox .form-tips {
  41. margin: 20px 0 30px 0;
  42. }
  43. .logsbox .form-tips a {
  44. display: inline-block;
  45. position: relative;
  46. color: #00a7e1;
  47. }
  48. .logsbox .form-tips a:hover {
  49. text-decoration: underline;
  50. }
  51. .logsbox .form-other {
  52. margin-top: 20px;
  53. }
  54. .logsbox .form-other a {
  55. display: inline-block;
  56. position: relative;
  57. color: #8388a3;
  58. }
  59. .logsbox .form-group {
  60. margin-top: 20px;
  61. position: relative;
  62. }
  63. .logsbox .form-group .inputs {
  64. padding: 0 10px;
  65. width: 100%;
  66. height: 45px;
  67. border-radius: 3px;
  68. border: 1px solid #55575f;
  69. background: #171a25;
  70. box-sizing: border-box;
  71. }
  72. .logsbox .form-group .focus {
  73. border: 1px solid #41afff;
  74. -moz-box-shadow:0 0 3px #41afff;
  75. -webkit-box-shadow:0 0 3px #41afff;
  76. box-shadow:0 0 3px #41afff;
  77. }
  78. .logsbox .form-group .inputs i {
  79. display: inline-block;
  80. margin: -3px 6px 0 3px;
  81. width: 24px;
  82. height: 24px;
  83. vertical-align: middle;
  84. background: url(../ecshe_img/icon_login.png) no-repeat;
  85. }
  86. .logsbox .form-group .inputs input {
  87. display: inline-block;
  88. width: 88%;
  89. height: 100%;
  90. border: none;
  91. color: #fafcff;
  92. font-size: 16px;
  93. box-sizing: border-box;
  94. background-color: #171a25;
  95. }
  96. .logsbox .form-group .inputs i.icon-login-user {
  97. background-position: 0 0;
  98. }
  99. .logsbox .form-group .inputs i.icon-login-pwd {
  100. background-position: -48px 0;
  101. }
  102. .logsbox .form-group .inputs i.icon-login-verifycode {
  103. background-position: -24px 0;
  104. }
  105. .logsbox .form-group .imgcode {
  106. display: flex;
  107. position: absolute;
  108. top: 0;
  109. right: 5px;
  110. bottom: 0;
  111. align-items: center;
  112. z-index: 2;
  113. }
  114. .logsbox .form-group .imgcode img {
  115. cursor: pointer;
  116. height: 35px;
  117. }
  118. .logsbox .form-group .code-num {
  119. color: #00a7e1;
  120. position: absolute;
  121. top: 25%;
  122. right: 10px;
  123. z-index: 2;
  124. }
  125. .logsbox .form-group .code-num:hover {
  126. text-decoration: underline;
  127. }
  128. .logsbox .form-agreement {
  129. margin: 20px 0;
  130. position: relative;
  131. text-align: left;
  132. }
  133. .logsbox .form-agreement label {
  134. display: flex;
  135. position: relative;
  136. }
  137. .logsbox .form-agreement input {
  138. position: absolute;
  139. left: 0;
  140. top: 0;
  141. height: 100%;
  142. z-index: 10;
  143. margin-top: 2px;
  144. }
  145. .logsbox .form-agreement span {
  146. margin-left: 20px;
  147. }
  148. .logsbox .form-agreement a{
  149. color: #8388a3;
  150. }
  151. .logsbox .form-agreement a:hover {
  152. text-decoration: underline;
  153. }
  154. .logsbox .form-button .btn-primary {
  155. display: block;
  156. width: 100%;
  157. overflow: hidden;
  158. padding: 15px 0;
  159. color: #fff;
  160. font-size: 18px;
  161. border: none;
  162. outline: none;
  163. cursor: pointer;
  164. background-color: #4ea1ff;
  165. border-radius: 50px;
  166. }
  167. .logsbox .form-button .btn-primary:hover {
  168. background-color: #58a6ff;
  169. }
  170. .icon-loading {
  171. display: inline-block;
  172. margin-right: 5px;
  173. width: 16px;
  174. height: 16px;
  175. vertical-align: -3px;
  176. background: url(../ecshe_img/loading_icon.gif) no-repeat 0 0;
  177. }
  178. .form-button .login-btn .in {
  179. display: none;
  180. }
  181. .form-button .log-in .in {
  182. display: inline-block;
  183. }
  184. .form-button .log-in .on {
  185. display: none;
  186. }
  187. .check-tips {
  188. color: #ff0000;
  189. margin-top: 10px;
  190. text-align: center;
  191. }