index.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. body {
  2. margin: 0;
  3. }
  4. .red {
  5. color: red;
  6. }
  7. header a {
  8. text-decoration: none;
  9. color: black;
  10. }
  11. .header-top {
  12. /*line-height: 60px;*/
  13. /*border-bottom: 1px solid #EBEEF3;*/
  14. width: 66%;
  15. margin: 0 auto;
  16. /*background-color: #9acfea;*/
  17. overflow: hidden;
  18. line-height: 90px;
  19. height: 90px;
  20. }
  21. .header-top + hr {
  22. margin: 0;
  23. border: none;
  24. border-bottom: 1px solid #EBEEF3;
  25. }
  26. .header-top > div {
  27. float: left;
  28. }
  29. .header-logo {
  30. width: 150px;
  31. text-align: center;
  32. }
  33. .header-logo i {
  34. line-height: 90px;
  35. color: #3B85EB;
  36. font-size: 40px;
  37. }
  38. .header-area {
  39. padding: 0 15px;
  40. font-size: 14px;
  41. }
  42. .header-title {
  43. }
  44. .header-title div {
  45. /*background-color: grey;*/
  46. float: left;
  47. padding: 0 25px;
  48. font-size: 17px;
  49. }
  50. .header-title-active {
  51. background-color: #3B85EB !important;
  52. color: white;
  53. }
  54. .header-search input {
  55. width: 250px;
  56. height: 30px;
  57. border-radius: 50px;
  58. border: 1px solid #C4CBD3;
  59. margin-left: 80px;
  60. }
  61. .header-search input::placeholder {
  62. padding-left: 15px;
  63. font-size: 12px;
  64. color: #AAB0B7;
  65. }
  66. .header-tool {
  67. margin-left: 20px;
  68. color: #3b3f4f;
  69. font-size: 13px;
  70. }
  71. .header-tool input {
  72. background-color: white;
  73. border: 1px solid #CCCCCC;
  74. /*width: 70px;*/
  75. /*height: 35px;*/
  76. padding: 8px 10px 8px 10px;
  77. font-size: 13px;
  78. }
  79. .header-tool-student {
  80. border: none !important;
  81. background-color: #3388FF !important;
  82. color: white;
  83. }
  84. header .nav {
  85. text-align: center;
  86. }
  87. header .nav ul {
  88. display: inline-block;
  89. list-style-type: none;
  90. }
  91. header .nav li {
  92. float: left;
  93. padding: 5px 20px;
  94. }
  95. header .nav li a {
  96. font-size: 15px;
  97. }
  98. /*
  99. banner分割线
  100. banner分割线
  101. banner分割线
  102. banner分割线
  103. banner分割线
  104. */
  105. .banner {
  106. background-color: #4972CD;
  107. overflow: hidden;
  108. }
  109. .banner > div {
  110. float: left;
  111. }
  112. .banner-left {
  113. margin-left: 18%;
  114. width: 14%;
  115. }
  116. .banner-left ul {
  117. padding: 12px 10px;
  118. background-color: #2D323C;
  119. margin: 0;
  120. }
  121. .banner-left ul li {
  122. padding: 5px 10px;
  123. list-style-type: none;
  124. }
  125. .banner-left ul li a {
  126. font-size: 14px;
  127. color: white;
  128. text-decoration: none;
  129. }
  130. .banner-middle {
  131. background: url("./banner2.png");
  132. background-size: cover;
  133. height: 375px;
  134. width: 690px;
  135. background-repeat: no-repeat;
  136. border:1px solid transparent;
  137. }
  138. .banner-right {
  139. margin: 20px 0 0 20px;
  140. }
  141. .banner-right-top {
  142. text-align: center;
  143. padding: 10px 0;
  144. background-color: #E5EDFA;
  145. }
  146. .banner-right-main {
  147. background-color: #A4B9E6;
  148. }
  149. .banner-right-main ul {
  150. list-style-type: none;
  151. margin: 0;
  152. padding:0 0 0;
  153. overflow: hidden;
  154. width: 250px;
  155. }
  156. .banner-right-main li {
  157. /*border-radius: 50%;*/
  158. float: left;
  159. padding: 12px 12px;
  160. }
  161. .banner-right-main li img{
  162. border-radius: 50%;
  163. }
  164. .banner-right-main li span{
  165. /*border-radius: 50%;*/
  166. display: block;
  167. font-size: 13px;
  168. }