index.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. @charset "utf-8";
  2. * {
  3. margin: 0;
  4. padding: 0;
  5. font-family: Microsoft YaHei, fontello;
  6. list-style: none;
  7. }
  8. body {
  9. margin: 0;
  10. padding: 0;
  11. }
  12. body,
  13. html {
  14. height: 100%;
  15. }
  16. a {
  17. text-decoration: none;
  18. cursor: pointer;
  19. color: #333;
  20. }
  21. input:focus {
  22. outline: none;
  23. border: 1px solid #38f
  24. }
  25. /* 分割线样式 */
  26. .Divider {
  27. height: 1px;
  28. border: none;
  29. border-top: 1px solid #cacaca;
  30. }
  31. /* 百度搜索图标样式 */
  32. .Baidu {
  33. width: 911px;
  34. height: 125px;
  35. margin: 0 auto;
  36. margin-top: 150px;
  37. }
  38. .Baidu-icon {
  39. width: 210px;
  40. height: 69px;
  41. margin: 0 auto;
  42. }
  43. /* 搜索框样式 */
  44. .Search {
  45. width: 646px;
  46. height: 43px;
  47. position: relative;
  48. margin: 0 auto;
  49. margin-top: 15px;
  50. }
  51. .Search-input {
  52. width: 537px;
  53. height: 41px;
  54. font-size: 14px;
  55. border: 1px solid #cacaca;
  56. float: left;
  57. }
  58. .Search-camera {
  59. width: 24px;
  60. height: 24px;
  61. position: absolute;
  62. top: 10px;
  63. left: 507px;
  64. }
  65. #Search-button {
  66. width: 107px;
  67. height: 43px;
  68. background-color: #3388ff;
  69. text-align: center;
  70. font-size: 18px;
  71. color: white;
  72. border: 1px solid #3388ff;
  73. cursor: pointer;
  74. }
  75. /* 模块样式 */
  76. .Modul {
  77. width: 700px;
  78. height: 470px;
  79. margin: 0 auto;
  80. margin-top: 67px;
  81. border: 1px solid #e9e9e9;
  82. overflow: hidden;
  83. }
  84. .Menu_icon {
  85. margin: 11px 0 0 20px;
  86. width: 14px;
  87. height: 14px;
  88. background: url(../imgs/icon.png);
  89. }
  90. .Modul_menu {
  91. width: 647px;
  92. height: 38px;
  93. padding: 12px 25px 0px 25px;
  94. }
  95. .tips {
  96. width: 230px;
  97. height: 10px;
  98. border-bottom: 1px solid #e9e9e9;
  99. float: left;
  100. }
  101. .tips_text {
  102. float: left;
  103. font-size: 15px;
  104. color: rgba(0, 0, 0, .4);
  105. width: 175px;
  106. margin-left: 10px;
  107. }
  108. .tips_text span {
  109. vertical-align: top;
  110. }
  111. .tips_icon {
  112. width: 25px;
  113. height: 25px;
  114. background: url(../imgs/logo.png);
  115. display: inline-block;
  116. }
  117. .Modul_Dbox {
  118. width: 650px;
  119. height: 265px;
  120. border-bottom: 1px solid #f0f0f0;
  121. padding: 0px 25px 0px 25px;
  122. }
  123. .Modul_Dbox h2 {
  124. font-size: 18px;
  125. font-family: arial, 'Microsoft Yahei', '微软雅黑';
  126. padding-top: 20px;
  127. padding-bottom: 12px;
  128. }
  129. .Modul_Dbox a:hover {
  130. text-decoration: underline;
  131. color: #07f;
  132. }
  133. .Modul_Dbox p {
  134. width: 650px;
  135. font-size: 16px;
  136. font-weight: normal;
  137. color: #ababab;
  138. padding-bottom: 19px;
  139. }
  140. .Modul_box {
  141. width: 650px;
  142. height: 180px;
  143. border-bottom: 1px solid #f0f0f0;
  144. padding: 0px 25px 0px 25px;
  145. }
  146. .Modul_box h2 {
  147. font-size: 18px;
  148. font-family: arial, 'Microsoft Yahei', '微软雅黑';
  149. padding-top: 40px;
  150. padding-bottom: 12px;
  151. }
  152. .Modul_box a:hover {
  153. text-decoration: underline;
  154. color: #07f;
  155. }
  156. .Modul_box p {
  157. width: 440px;
  158. font-size: 16px;
  159. font-weight: normal;
  160. color: #ababab;
  161. padding-bottom: 19px;
  162. }
  163. .Modul_text {
  164. width: 433px;
  165. height: 92px;
  166. float: right;
  167. }
  168. .Modul_img {
  169. padding: 30px 0;
  170. }
  171. #more_bar {
  172. width: 100px;
  173. height: 45px;
  174. padding-top: 20px;
  175. margin: 0 auto;
  176. cursor: pointer;
  177. color: #999;
  178. display: block;
  179. }
  180. .rect {
  181. height: 19px;
  182. width: 34px;
  183. font-size: 0;
  184. margin: 10px auto 0 auto;
  185. border: 0;
  186. background: url(../imgs/rect.png);
  187. }
  188. /* 页脚样式 */
  189. .Footer-banner {
  190. width: 650px;
  191. height: 85px;
  192. margin: 0 auto;
  193. margin-top: 20px;
  194. }