商丘12345 前端

login.css 3.2KB

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