juece.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. html{
  2. font-size: 100px;
  3. }
  4. html, body, header,article, nav, ul, li{margin: 0; padding: 0;}
  5. html, body, .container,.herder_bg {
  6. height: 100%;
  7. }
  8. *{
  9. box-sizing:border-box
  10. }
  11. ul, ol, dd {
  12. list-style-type:none;
  13. margin-left:0;
  14. padding-left:0;
  15. }
  16. a {
  17. text-decoration:none;
  18. color:#1580da;
  19. }
  20. body{
  21. font-size:0.16rem;
  22. color: #ffffff;
  23. font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
  24. }
  25. /*隐藏百度地图logo*/
  26. .BMap_cpyCtrl{display:none}
  27. .anchorBL{display:none}
  28. .container {
  29. padding:0.1rem;
  30. background-image: url(images/sybj.jpg);
  31. background-position: center center;
  32. background-repeat: no-repeat;
  33. background-attachment: fixed;
  34. background-size: cover;
  35. background-color:#1b2852;
  36. font-family: 'microsoft yahei',Arial,sans-serif;
  37. }
  38. header {
  39. height: 11%;
  40. padding-bottom: 0.1rem;
  41. }
  42. .herder_bg{
  43. width: 100%;
  44. /*color: #6cbbe6;*/
  45. /*font-size: 24px;*/
  46. /*font-weight: bold;*/
  47. /*text-align: center;*/
  48. background: url(images/topbg.png);
  49. background-size: 100% 100%;
  50. -moz-background-size: 100% 100%;
  51. -webkit-background-size: 100% 100%;
  52. }
  53. #switch_btn{
  54. background-image: url(images/4-1.png);
  55. width:0.45rem;
  56. height:0.45rem;
  57. position:absolute;
  58. top:0.2rem;
  59. right:0.2rem;
  60. z-index: 99999;
  61. background-size: cover;
  62. }
  63. article {
  64. width: 100%;
  65. height:89% ;
  66. padding-bottom: 0.1rem;
  67. }
  68. #hideleft{
  69. background-image: url(images/left.png);
  70. width:0.12rem;
  71. height:0.44rem;
  72. position:absolute;
  73. top:50%;
  74. left: 0;
  75. z-index: 99999;
  76. }
  77. #hideright{
  78. background-image: url(images/right.png);
  79. width:0.12rem;
  80. height:0.44rem;
  81. position:absolute;
  82. top:50%;
  83. right:0;
  84. z-index: 99999;
  85. }
  86. .wrap{
  87. width: 100%;
  88. height: 100%;
  89. float: left;
  90. }
  91. .wrap .center{
  92. margin:0 25%;
  93. height: 100%;
  94. background-image: url(images/5-3dt.png);
  95. background-size: 100% 100%;
  96. -moz-background-size: 100% 100%;
  97. -webkit-background-size: 100% 100%;
  98. }
  99. .left_margin,.right_margin{
  100. float: left;
  101. width: 25%;
  102. height: 100%;
  103. }
  104. .left_margin {
  105. margin-left: -100%;
  106. padding-right:0.15rem ;
  107. }
  108. .right_margin{
  109. margin-left: -25%;
  110. padding-left:0.15rem ;
  111. }
  112. .sun-div{
  113. width: 100%;
  114. height: 32%;
  115. background: url(images/1-2.png) no-repeat;
  116. background-size: 100% 100%;
  117. -moz-background-size: 100% 100%;
  118. -webkit-background-size: 100% 100%;
  119. margin-bottom: 0.17rem;
  120. padding:0.15rem;
  121. }
  122. .sun-title{
  123. height: 0.4rem;
  124. line-height: 0.4rem;
  125. padding-left: 0.1rem;
  126. font-size: 0.16rem;
  127. font-weight:normal;
  128. background: url(images/2-1.png) no-repeat;
  129. -moz-background-size:100% 100%;
  130. background-size:100% 100%;
  131. }
  132. .left-ec{
  133. width: 100%;
  134. height: 1.9rem;
  135. }
  136. /* 右侧列表样式 */
  137. .sun-div ul {
  138. padding: 0 15px;
  139. }
  140. .data-contents-height {
  141. box-sizing: border-box;
  142. min-height: 160px;
  143. }
  144. .sun-div ul li {
  145. /* height: 30px;
  146. */ line-height: 30px;
  147. border-bottom: 1px solid rgba(67,104,199,.2);
  148. color: #3690ff;
  149. }
  150. .litext{
  151. display: inline-block;
  152. vertical-align:middle;
  153. width:39%;
  154. white-space: nowrap;
  155. overflow: hidden;
  156. text-overflow: ellipsis;
  157. color: rgba(255,255,255,.7);
  158. padding: 0 24px;
  159. }
  160. .litext hover{
  161. display: inline-block;
  162. vertical-align:middle;
  163. width:39%;
  164. white-space: nowrap;
  165. overflow: hidden;
  166. text-overflow: ellipsis;
  167. color: rgba(255,255,255,.7);
  168. padding: 0 24px;
  169. }
  170. .r {
  171. float: right;
  172. }
  173. .sun-div ul li span.unchanged1 {
  174. width:70px;
  175. text-align: center;
  176. }
  177. .sun-div ul li span.unchanged {
  178. padding: 0 0 0 5px;
  179. width:45px;
  180. text-align: right;
  181. }