base.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. *{
  2. margin: 0;
  3. padding: 0;
  4. font-size: 100%;
  5. }
  6. a{
  7. text-decoration: none;
  8. }
  9. .main{
  10. width: 100%;
  11. height: 100%;
  12. position: absolute;
  13. }
  14. .heared{
  15. width: 100%;
  16. height: 9%;
  17. background-color: #242938;
  18. color: #ffffff;
  19. }
  20. .head-logo{
  21. font-size: 1.5rem;
  22. margin-left: 10px;
  23. line-height: 2.5;
  24. float: left;
  25. margin-right: 15px;
  26. }
  27. .head-ul{
  28. list-style: none;
  29. }
  30. .head-ul>li{
  31. float: left;
  32. padding: 5px 15px;
  33. line-height: 2.5;
  34. }
  35. .head-ul>li>a{
  36. color: #ffffff;
  37. display: inline-block;
  38. padding: 3px;
  39. }
  40. .active-a{
  41. color: #ffffff !important;
  42. font-weight: bold;
  43. text-shadow: 1px 2px 2px #ffffff;
  44. border-bottom: 2px solid #ffffff;
  45. }
  46. .head-ul>li>ul{
  47. background-color: #242938;
  48. color: #ffffff;
  49. padding: 5px;
  50. border-radius: 5px;
  51. display: none;
  52. }
  53. .head-ul>li>ul li{
  54. list-style: none;
  55. padding: 0 10px;
  56. }
  57. .head-ul>li>ul li a{
  58. color: #ffffff;
  59. font-size: 1rem;
  60. }
  61. .head-right{
  62. float: right;
  63. margin-right: 10px;
  64. line-height:3;
  65. }
  66. .head-right span{
  67. margin-right: 10px;
  68. }
  69. .head-right span:nth-child(1){
  70. font-size: 0.85rem;
  71. }
  72. .section{
  73. width: 100%;
  74. height: 90%;
  75. }
  76. .home{
  77. background-image: url("../img/bg-home.jpg");
  78. background-size: 100% 100%;
  79. background-repeat: no-repeat;
  80. text-align: center;
  81. }
  82. .home-child{
  83. width: 25%;
  84. height: 45%;
  85. display: inline-block;
  86. border:2px solid #738bbd;
  87. box-shadow: 2px 2px 2px #67b7e4 ;
  88. border-radius: 5px;
  89. margin-right: 2%;
  90. margin-top: 1%;
  91. background-color: #314e8085;
  92. }
  93. .home-child a{
  94. color: #ffffff;
  95. }
  96. .home-child p{
  97. padding-top: 10%;
  98. font-size: 2rem;
  99. }
  100. .home-child p img{
  101. width: 85px;
  102. height: 85px;
  103. }
  104. .map_box{
  105. width: 100%;
  106. height: 100%;
  107. }
  108. .map_top{
  109. position:absolute;
  110. top:10%;
  111. left: 0;
  112. height: 35px;
  113. width: 100%;
  114. border-bottom: 1px solid #4b8df8;
  115. background-color: rgba(255, 255, 255, 0.84);
  116. z-index: 99;
  117. }
  118. .map_top>ul{
  119. list-style: none;
  120. font-size: 14px;
  121. float: right;
  122. }
  123. .map_top>ul>li{
  124. display: inline-block;
  125. line-height: 35px;
  126. padding: 0 10px;
  127. }
  128. .map_top>ul>li i{
  129. margin-right: 5px;
  130. }
  131. .map_top>ul>li a{
  132. color: #2E2D3C !important;
  133. }
  134. .map_top>ul .active,.map_top>ul>li .active{
  135. color: #0D8BBD;
  136. }
  137. .map_select{
  138. position: absolute;
  139. top:16%;
  140. right: 16px;
  141. box-shadow: -10px 0px 15px #034c6a inset, /*左边阴影*/
  142. 0px -10px 15px #034c6a inset, /*上边阴影*/
  143. 10px 0px 15px #034c6a inset, /*右边阴影*/
  144. 0px 10px 15px #034c6a inset;
  145. border: 1px solid #034c6a;
  146. width: 120px;
  147. padding-top: 8px;
  148. padding-bottom: 8px;
  149. border-radius: 5px;
  150. background-color: #081832e3;
  151. }
  152. .map_select p{
  153. padding: 8px 15px;
  154. color: #FFFFff;
  155. font-size: 14px;
  156. }
  157. .map_select p input[type=checkbox]{
  158. width: 15px;
  159. height: 15px;
  160. position: relative;
  161. top:3px;
  162. margin-right: 10px;
  163. }
  164. .icon{margin:3px 4px 0 0}
  165. .news_check{padding: 16px 15px 16px 15px;border: 1px #ccc solid;margin-bottom: 4px;background-color: #fff;box-shadow: 2px 2px 5px #b1afaf;}
  166. .check_left input{height: 28px;width: 198px;border-radius: 4px;border: 1px #ccc solid}
  167. .check_left button{height: 28px;border: none;margin-left: 6px;width: 65px;border-radius: 4px;background-color: #337ab7;color: #fff;padding-left: 18px;
  168. background-image: url(../img/100_03.png);background-repeat: no-repeat;background-position: 11px 8px}