login.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. body{
  2. background: url(../../images/hardware/pad/tablet_login.jpg) center center no-repeat;
  3. background-size:100% 100%;
  4. width: 100%;
  5. height: 100%;
  6. overflow: hidden;
  7. }
  8. /**/修改内容
  9. /*.main{
  10. position: relative;
  11. }
  12. .bg{
  13. position: absolute;
  14. z-index: -1;
  15. width:100%;
  16. height:100%;
  17. }*/
  18. .bg{
  19. width:100%;
  20. height:100%;
  21. z-index: -1;
  22. }
  23. .header{
  24. background: #2cced3;
  25. border: none;
  26. }
  27. .menu_title{
  28. color: #fff;
  29. }
  30. .return{
  31. top: 12px;
  32. background:url(../../images/hardware/pad/left_white.png) center center no-repeat;
  33. background-size: 100%;
  34. }
  35. .logo{
  36. width: 100%;
  37. height: 15%;
  38. /*background:url(../images/logo1.jpg) center center no-repeat;*/
  39. background-size: 100%;
  40. display: block;
  41. position: relative;
  42. left: 0%;
  43. top: 6%;
  44. }
  45. @media screen and (min-width: 768px){
  46. .logo{
  47. height: 20%;
  48. }
  49. }
  50. .login{
  51. width: 100%;
  52. max-width: 508px;
  53. margin: 100px auto;
  54. text-align: center;
  55. padding: 100px 40px 0 40px;
  56. }
  57. .login_img{
  58. width: 80px;
  59. height: 80px;
  60. border-radius: 40px;
  61. margin: 0 auto;
  62. }
  63. .user{
  64. height: 56px;
  65. border-radius: 10px 10px 0px 0px;
  66. padding-left: 52px;
  67. margin-top: 22%;
  68. color: #666;
  69. outline: none;
  70. font-size: 18px;
  71. background: #FFF;
  72. }
  73. .password{
  74. height: 56px;
  75. border-radius: 0px 0px 10px 10px;
  76. padding-left: 52px;
  77. outline: none;
  78. font-size: 18px;
  79. background: #FFF;
  80. }
  81. .password_info{
  82. overflow: hidden;
  83. *zoom: 1;
  84. color: #60b794;
  85. line-height: 30px;
  86. padding: 0 10px;
  87. }
  88. .fot_des{ margin-top: 22%; color:#FFF; }
  89. .forget_password{
  90. float: right;
  91. color: #fff;
  92. }
  93. .remmend_password{
  94. float: right;
  95. }
  96. input[type=checkbox]{
  97. -webkit-appearance: none;
  98. appearance: none;
  99. width: 14px;
  100. height: 14px;
  101. margin: 0;
  102. cursor: pointer;
  103. vertical-align: middle;
  104. border: 1px solid #d8d8d8;
  105. -webkit-border-radius: 1px;
  106. -moz-border-radius: 1px;
  107. border-radius: 3px;
  108. -webkit-box-sizing: border-box;
  109. -moz-box-sizing: border-box;
  110. box-sizing: border-box;
  111. position: relative;
  112. margin-right: 5px;
  113. background: #fff;
  114. }
  115. input[type=checkbox]:checked::after {
  116. content: url(../../images/hardware/pad/checkbox.png);
  117. display: block;
  118. position: absolute;
  119. top: -3px;
  120. right: 0px;
  121. left: 0px
  122. }
  123. input[type=checkbox]:focus {
  124. outline: none;
  125. }
  126. .btn{
  127. width: 100%;
  128. overflow: hidden;
  129. *zoom: 1;
  130. padding: 0;
  131. margin-top: 14%;
  132. }
  133. .register_link,.login_btn{
  134. width: 100%;
  135. height: 60px;
  136. text-align: center;
  137. line-height: 40px;
  138. display: block;
  139. float: left;
  140. border-radius: 10px;
  141. font-size: 24px;
  142. }
  143. .register_link{
  144. background: #fff;
  145. border:1px solid #caccc7;
  146. color: #333;
  147. }
  148. .login_btn{
  149. border: none;
  150. background: #0190dc;
  151. color: #fff;
  152. }
  153. .threeparty{
  154. width: 100%;
  155. height: 25%;
  156. *zoom: 1;
  157. padding-top: 10%;
  158. border-top: 1px solid #fff;
  159. margin-top: 5%;
  160. position: relative;
  161. }
  162. .threeparty a{
  163. width: 23%;
  164. height: 100%;
  165. display: block;
  166. position: absolute;
  167. top: 12%;
  168. }
  169. .weixin_link{
  170. left: 38.5%;
  171. background:transparent url(../../images/hardware/pad/wechat.png) center center no-repeat;
  172. background-size: 100%;
  173. }
  174. .QQ_link{
  175. left: 0;
  176. background:url(../../images/hardware/pad/qq.png) center center no-repeat;
  177. background-size: 100%;
  178. }
  179. .weibo_link{
  180. right: 0;
  181. background:url(../../images/hardware/pad/weibo.png) center center no-repeat;
  182. background-size: 100%;
  183. }
  184. .login_rel{
  185. width: 100%;
  186. display: block;
  187. position: relative;
  188. margin: 0;
  189. padding: 0;
  190. font-weight: normal;
  191. }
  192. .login_user,.login_pass{
  193. width: 28px;
  194. height: 29px;
  195. position: absolute;
  196. left: 10px;
  197. top: 14px;
  198. display: block;
  199. }
  200. .login_user{
  201. background: url(../../images/hardware/pad/user_icon.png) center center no-repeat;
  202. background-size: 100%;
  203. }
  204. .login_pass{
  205. background: url(../../images/hardware/pad/password_icon.png) center center no-repeat;
  206. background-size: 100%;
  207. }