Нет описания

login.css 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. html {
  2. margin: 0 auto;
  3. padding: 0;
  4. height: 100%;
  5. }
  6. body {
  7. height: 100%;
  8. background: #fff;
  9. }
  10. .wrap {
  11. width: 100%;
  12. height: 100%;
  13. }
  14. .wrap_right {
  15. float: left;
  16. width: 50%;
  17. height: 100%;
  18. }
  19. .wrap_left {
  20. float: left;
  21. width: 50%;
  22. height: 100%;
  23. }
  24. .wrap_right {
  25. position: relative;
  26. }
  27. .wrap_bj {
  28. width: 100%;
  29. height: 100%;
  30. background: url(../image/left_amg_01.jpg) no-repeat;
  31. background-size: 100% 100%;
  32. }
  33. .tab_box {
  34. border: 1px solid #41caf2;
  35. border-top-right-radius: 15px;
  36. border-bottom-left-radius: 15px;
  37. margin: 50px auto 65px;
  38. padding: 0;
  39. overflow: hidden;
  40. width: 410px;
  41. }
  42. .tab_box ul {
  43. list-style: none;
  44. margin: 0;
  45. padding: 0;
  46. width: 100%;
  47. height: 50px;
  48. line-height: 50px;
  49. font-size: 16px;
  50. color: #41caf2;
  51. border-bottom: 1px solid #41caf2;
  52. text-align: center;
  53. }
  54. .active {
  55. background: #41caf2;
  56. color: #fff;
  57. }
  58. .tab_content {
  59. margin: 57px 0 35px 0;
  60. }
  61. .tab_content div p {
  62. width: 80%;
  63. margin: 0 auto;
  64. height: 35px;
  65. border: 1px solid #41caf2;
  66. border-radius: 15px;
  67. margin-bottom: 25px;
  68. line-height: 30px;
  69. padding-left: 20px;
  70. }
  71. .tab_content div p input {
  72. width: 75%;
  73. border: 0;
  74. font-size: 16px;
  75. outline: none;
  76. font-family: "仿宋", "宋体";
  77. }
  78. .login_icon {
  79. display: inline-block;
  80. width: 17px;
  81. height: 19px;
  82. vertical-align: middle;
  83. margin-right: 15px;
  84. }
  85. .login_icon_user {
  86. background: url(../image/login_user.png) no-repeat;
  87. }
  88. .login_icon_lock {
  89. background: url(../image/login_lock.png) no-repeat;
  90. }
  91. .login_icon_hua {
  92. background: url(../image/login_hua.png) no-repeat;
  93. }
  94. .login_go {
  95. text-align: center;
  96. padding: 0 !important;
  97. font-size: 16px;
  98. letter-spacing: 16px;
  99. font-family: "仿宋", "宋体";
  100. color: #fff;
  101. filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#1f90ec, endcolorstr=#1cb5ef, gradientType=1);
  102. background: -webkit-gradient(li near, 0 0, 100% 0, from(#1f90ec), to(#1cb5ef));
  103. background: -webkit-linear-gradient(left, #1f90ec, #1cb5ef);
  104. background: -moz-linear-gradient(left, #1f90ec, #1cb5ef);
  105. background: -o-linear-gradient(left, #1f90ec, #1cb5ef);
  106. background: linear-gradient(left, #1f90ec, #1cb5ef);
  107. cursor: pointer;
  108. }
  109. .error {
  110. height: 13px;
  111. background: url(../image/yz.png) no-repeat 0 -8px;
  112. display: none;
  113. }
  114. .errorShow {
  115. display: inline-block;
  116. }
  117. .rightCon {
  118. width: 100%;
  119. position: absolute;
  120. top: 0;
  121. bottom: 0;
  122. right: 0;
  123. left: 0;
  124. margin: auto;
  125. height: 580px;
  126. }
  127. .leftCon {
  128. width: 30%;
  129. position: absolute;
  130. top: 41%;
  131. bottom: 0;
  132. right: 0;
  133. left: 50%;
  134. margin: auto;
  135. }
  136. .leftCon img {
  137. width: 100%;
  138. }
  139. .leftCon p {
  140. font-size: 28px;
  141. letter-spacing: 10px;
  142. color: #e60111;
  143. line-height: 80px;
  144. }
  145. .service {
  146. width: 100%;
  147. position: absolute;
  148. bottom: 30px;
  149. }
  150. .tab_content div p {
  151. width: 80%;
  152. margin: 0 auto;
  153. height: 35px;
  154. border: 1px solid #41caf2;
  155. border-radius: 15px;
  156. margin-bottom: 20px;
  157. line-height: 30px;
  158. padding-left: 20px;
  159. }
  160. .tab_content div p .verification,
  161. .tab_content div p .verification_user {
  162. width: 48%;
  163. }
  164. .tab_content div p .btnVerifi,
  165. .tab_content div p .btnVerifi_user {
  166. width: 36%;
  167. border: 0;
  168. height: 35px;
  169. border-radius: 0px 15px 15px 0px;
  170. font-size: 16px;
  171. outline: none;
  172. font-family: "仿宋", "宋体";
  173. background: #41caf2;
  174. color: #FFFFFF;
  175. float: right;
  176. }
  177. input::-webkit-outer-spin-button,
  178. input::-webkit-inner-spin-button {
  179. -webkit-appearance: none;
  180. }
  181. input[type="number"] {
  182. -moz-appearance: textfield;
  183. }
  184. .SMSreminder {
  185. color: #C4C4C5;
  186. /*font-family: "仿宋", "宋体";*/
  187. font-size: 12px;
  188. padding: 0 37px;
  189. }