index.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. *{margin: 0;padding: 0;}
  2. a{text-decoration: none;}
  3. ul,li{list-style: none;}
  4. body{font-size: 14px;font-family: "微软雅黑";}
  5. .header{
  6. display: flex;
  7. width: 100%;
  8. height: 64px;
  9. background: #2196f3;
  10. }
  11. .header-title_row {
  12. display: flex;
  13. align-items: center;
  14. flex: 1;
  15. }
  16. .header-title_row span {
  17. margin: 0 16px;
  18. font-size: 23px;
  19. color: white;
  20. }
  21. .header-btn_row {
  22. display: flex;
  23. justify-content: flex-end;
  24. align-items: center;
  25. flex: 2;
  26. }
  27. .header-btn-col {
  28. position: relative;
  29. display: inline-block;
  30. min-width: 88px;
  31. height: 36px;
  32. box-sizing: border-box;
  33. padding: 0 16px;
  34. margin: 0;
  35. overflow: hidden;
  36. font-size: 14px;
  37. font-weight: 500;
  38. line-height: 36px;
  39. color: #fff;
  40. text-align: center;
  41. text-decoration: none;
  42. text-transform: uppercase;
  43. letter-spacing: .04em;
  44. white-space: nowrap;
  45. vertical-align: middle;
  46. cursor: pointer;
  47. }
  48. .body{
  49. height: 590px;
  50. width: 870px;
  51. margin: auto;
  52. margin-top: 140px;
  53. }
  54. .ziti1{
  55. font-size: 33px;
  56. }
  57. .content{
  58. height: 511px;
  59. width: 867px;
  60. border: 1px solid black;
  61. margin-top: 27px;
  62. display: flex;
  63. }
  64. .content_row1{
  65. flex:1;
  66. }
  67. .content_row2{
  68. flex: 2;
  69. display: flex;
  70. justify-content: center;
  71. }
  72. .content_row3{
  73. flex:1;
  74. }
  75. .content_content{
  76. height:500px;
  77. width:399px;
  78. }
  79. .rectangle{
  80. height: 60px;
  81. width: 486px;
  82. margin-top: 29px;
  83. /* margin-left:134px; */
  84. }
  85. .picture{
  86. float: left;
  87. height: 25px;
  88. width: 25px;
  89. color: #873939;
  90. margin-top: 16px;
  91. }
  92. .picture1{
  93. height: 45px;
  94. width: 66px;
  95. float: left;
  96. margin-top: 7px;
  97. }
  98. .input{
  99. float: left;
  100. height: 37px;
  101. width: 340px;
  102. border: none;
  103. margin-top: 12px;
  104. margin-left: 26px;
  105. border-bottom: 1px solid black;
  106. }
  107. .input1{
  108. float: left;
  109. height: 37px;
  110. width: 301px;
  111. border: none;
  112. margin-top: 12px;
  113. margin-left: 26px;
  114. border-bottom: 1px solid black;
  115. }
  116. .input1:hover{
  117. border-bottom: 1px solid #3ed3ff;
  118. }
  119. .input:hover{
  120. border-bottom: 1px solid #3ed3ff;
  121. }
  122. .ziti2{
  123. color: #40c4ff;
  124. font-size: 15px;
  125. /* margin-left: 134px; */
  126. margin-top: 27px;
  127. }
  128. .button{
  129. height: 40px;
  130. width: 399px;
  131. margin-top: 33px;
  132. background: #40c4ff;
  133. /* margin-left: 134px; */
  134. }
  135. .ziti3{
  136. margin-top: 9px;
  137. margin-left: 187px;
  138. position: absolute;
  139. }
  140. .underline{
  141. width:133px;
  142. margin-left:234px;
  143. border:1px solid #40c4ff ;
  144. display: none;
  145. }
  146. .bottom{
  147. width:100%;
  148. height:80px;
  149. background:#424242;
  150. margin-top: 45px;
  151. display: flex;
  152. }
  153. .bottom_row1{
  154. flex:3;
  155. }
  156. .bottom_row2{
  157. flex: 3;
  158. display: flex;
  159. align-items: center;
  160. justify-content: center;
  161. }
  162. .bottom_row3{
  163. flex:3;
  164. }
  165. .bottom_row2 span{
  166. color: #9e9e9e;
  167. line-height: 93px;
  168. margin: 8px;
  169. }