memberLogin.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. @charset "utf-8";
  2. input::-webkit-input-placeholder {
  3. color: #7dbff5;
  4. font-size: 22px;
  5. }
  6. .member-login-content{
  7. margin: 0 auto;
  8. width: 1920px;
  9. height: 1080px;
  10. overflow: hidden;
  11. }
  12. .member-login-content-bgone{
  13. background: url(../../../images/hardware/aio/aio/index-bg.png) no-repeat;
  14. }
  15. .member-login-content-bgtwo{
  16. background: url(../../../images/hardware/aio/aio/index-bg.png) no-repeat;
  17. }
  18. .login-content-title{
  19. margin-top: 177px;
  20. width: 1920px;
  21. font-size:32px;
  22. color:#151515;
  23. text-align:center;
  24. letter-spacing: 5px;
  25. margin-bottom:40px;
  26. line-height:180px;
  27. }
  28. .login-content-img{
  29. display: block;
  30. width: 145px;
  31. margin: 0 auto;
  32. padding: 20px 0px;
  33. }
  34. .member-form{
  35. width: 780px;
  36. margin: 0 auto;
  37. height: 358px;
  38. }
  39. .loginUser{
  40. height: 90px;
  41. background-color:#fff;
  42. }
  43. .member-login-footer{
  44. margin-top: 65px;
  45. }
  46. .loginUser-left{
  47. float: left;
  48. }
  49. .loginUser-left-img{
  50. margin-top: 20px;
  51. margin-left: 50px;
  52. }
  53. .loginUser-left-input{
  54. background: #fff !important;
  55. display: inline-block;
  56. height: 90px;
  57. font-family: MicrosoftYaHei;
  58. font-size: 22px;
  59. font-weight: normal;
  60. font-stretch: normal;
  61. line-height:90px;
  62. letter-spacing: 0px;
  63. color: #151515;
  64. width: 680px;
  65. padding-left: 10px;
  66. padding-right: 10px;
  67. }
  68. .loginUser-left-input::-webkit-input-placeholder{color:#808080;}
  69. .loginUser-right{
  70. float: right;
  71. }
  72. .loginPwd{
  73. height: 90px;
  74. margin-top: 37px;
  75. background-color:#fff;
  76. }
  77. .loginPwd-left{
  78. float: left;
  79. }
  80. .loginPwd-left-img{
  81. margin-top: 20px;
  82. margin-left: 50px;
  83. }
  84. .loginPwd-left-input{
  85. background: #fff !important;
  86. display: inline-block;
  87. height: 90px;
  88. font-family: MicrosoftYaHei;
  89. font-size: 22px;
  90. font-weight: normal;
  91. font-stretch: normal;
  92. line-height:90px;
  93. letter-spacing: 0px;
  94. color: #151515;
  95. width: 680px;
  96. padding-left: 10px;
  97. padding-right: 10px;
  98. }
  99. .loginPwd-left-input::-webkit-input-placeholder{color:#808080;}
  100. .loginPwd-right{
  101. float: right;
  102. }
  103. .loginButton{
  104. width: 767px;
  105. height: 82px;
  106. margin: 0px auto 0px auto;
  107. }
  108. .Btnstyle{
  109. width: 124px;
  110. height: 36px;
  111. font-family: MicrosoftYaHei;
  112. font-size: 26px;
  113. font-weight: normal;
  114. font-stretch: normal;
  115. line-height: 36px;
  116. letter-spacing: 0px;
  117. color: #ffffff;
  118. background: none;
  119. border: none;
  120. outline:none;
  121. }
  122. .loginBtn{
  123. float: left;
  124. width:355px;
  125. height:80px;
  126. line-height:80px;
  127. background-color:#0064f6;
  128. border-radius:5px;
  129. text-align:center;
  130. }
  131. .registerBtn{
  132. float:right;
  133. width:355px;
  134. height:80px;
  135. line-height:80px;
  136. background-color:#e1871a;
  137. border-radius:5px;
  138. text-align:center;
  139. }
  140. .loginChange{
  141. width: 200px;
  142. height:80px;
  143. float: right;
  144. margin-right: 5px;
  145. }
  146. .loginChange-info{
  147. font-family: "SimHei";
  148. font-size: 22px;
  149. font-weight: normal;
  150. font-stretch: normal;
  151. line-height: 80px;
  152. letter-spacing: 0px;
  153. color: #fa4444;
  154. cursor: pointer;
  155. }
  156. .loginUser-left-phoneInput{
  157. background: #fff !important;
  158. display: inline-block;
  159. height: 90px;
  160. font-family: MicrosoftYaHei;
  161. font-size: 22px;
  162. font-weight: normal;
  163. font-stretch: normal;
  164. line-height:90px;
  165. letter-spacing: 0px;
  166. color: #151515;
  167. width: 440px;
  168. padding-left: 10px;
  169. padding-right: 10px;
  170. margin-left:20px;
  171. }
  172. .loginUser-left-phoneInput::-webkit-input-placeholder{color:#808080;}
  173. .loginUser-phoneRight{
  174. float: right;
  175. width: 228px;
  176. height: 90px;
  177. background-color:#e1871a;
  178. }
  179. .loginUser-phoneRight-tip{
  180. width: 130px;
  181. height: 25px;
  182. font-family: MicrosoftYaHei;
  183. font-size: 26px;
  184. font-weight: normal;
  185. font-stretch: normal;
  186. line-height: 36px;
  187. letter-spacing: 0px;
  188. color: #ffffff;
  189. margin: 24px auto 0px auto;
  190. display: block;
  191. }
  192. .phone-loginButton{
  193. width: 767px;
  194. height: 85px;
  195. margin: 0px auto 0px auto;
  196. }
  197. .phone-loginBtn{
  198. float: left;
  199. width:100%;
  200. height:80px;
  201. line-height:80px;
  202. background-color:#0064f6;
  203. border-radius:5px;
  204. text-align:center;
  205. }