伊川12345

login.css 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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. background-image: url(../img/bac.png);
  14. background-size: 100% 100%;
  15. background-repeat: no-repeat;
  16. }
  17. .logoInfo{
  18. text-align: center;
  19. margin-top: 50px;
  20. }
  21. .logoInfo span{
  22. display: inline-block;
  23. font-size: 56px;
  24. vertical-align: middle;
  25. color: #fff;
  26. padding-left: 43px;
  27. text-shadow: 1px 2px #757575;
  28. font-family: cursive;
  29. }
  30. .wrap_right {
  31. float: left;
  32. width: 50%;
  33. height: 100%;
  34. }
  35. .wrap_left {
  36. float: left;
  37. width: 50%;
  38. height: 100%;
  39. }
  40. .wrap_right {
  41. position: relative;
  42. }
  43. .wrap_bj {
  44. width: 100%;
  45. height: 100%;
  46. background: url(../img/left_amg_01.jpg) no-repeat;
  47. background-size: 100% 100%;
  48. }
  49. .tab_box {
  50. /* border: 1px solid rgb(65, 202, 242); */
  51. border-top-right-radius: 15px;
  52. border-bottom-left-radius: 15px;
  53. /* margin: 50px auto 65px; */
  54. padding: 0px;
  55. overflow: hidden;
  56. width: 45%;
  57. position: absolute;
  58. right: 2%;
  59. top: 4%;
  60. }
  61. .tab_box ul {
  62. list-style: none;
  63. margin: 0px;
  64. padding: 0px;
  65. width: 100%;
  66. height: 70px;
  67. line-height: 70px;
  68. font-size: 20px;
  69. color: #000;
  70. font-weight: 600;
  71. border-bottom: 2px solid #d9d9d9;
  72. text-align: center;
  73. }
  74. .tab_box ul li {
  75. width: 50%;
  76. float: left;
  77. border-right: 1px solid #d9d9d9;
  78. }
  79. .active {
  80. color: #0096ff;
  81. font-size: 20px;
  82. font-weight: 600;
  83. border-bottom: 4px solid #0096ff;
  84. }
  85. .tab_content {
  86. margin: 57px 0 35px 0;
  87. }
  88. .tab_content div p {
  89. width: 80%;
  90. margin: 0px auto 40px;
  91. height: 42px;
  92. background-color: #f3f4f6;
  93. border-radius: 15px;
  94. line-height: 42px;
  95. box-sizing: border-box;
  96. padding-left: 20px;
  97. }
  98. .tab_content div p input {
  99. width: 75%;
  100. border: 0px;
  101. font-size: 16px;
  102. outline: none;
  103. background-color: #f3f4f6;
  104. font-family: 仿宋, 宋体;
  105. }
  106. .login_icon {
  107. display: inline-block;
  108. width: 17px;
  109. height: 19px;
  110. vertical-align: middle;
  111. margin-right: 15px;
  112. }
  113. .login_icon_user {
  114. background:url(../img/login_user.png)r;
  115. }
  116. .login_icon_lock {
  117. background: url(../img/login_lock.png) no-repeat;
  118. }
  119. .login_icon_hua {
  120. background: url(../img/login_hua.png) no-repeat;
  121. }
  122. .login_go {
  123. text-align: center;
  124. font-size: 17px;
  125. letter-spacing: 16px;
  126. font-weight: 600;
  127. font-family: 仿宋, 宋体;
  128. color: rgb(255, 255, 255);
  129. background: -webkit-linear-gradient(top, #00dbff, #009bff);
  130. cursor: pointer;
  131. padding: 0px !important;
  132. }
  133. .error {
  134. height: 13px;
  135. background: url(../img/yz.png) no-repeat 0 -8px;
  136. display: none;
  137. }
  138. .errorShow {
  139. display: inline-block;
  140. }
  141. .rightCon {
  142. background: url(../img/secBac.png) no-repeat ;
  143. background-size: 100% 100%;
  144. width: 70%;
  145. height: 68%;
  146. position: absolute;
  147. top: 16%;
  148. left: 15%;
  149. margin: 0 auto;
  150. /* height: 580px; */
  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. }