tongji.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  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: 8%;
  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/tjtopbg.jpg);
  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. .wrap{
  69. width: 100%;
  70. height: 100%;
  71. float: left;
  72. }
  73. .wrap-left{
  74. width: 41%;
  75. height: 100%;
  76. float: left;
  77. }
  78. .wrap-right{
  79. width: 58%;
  80. height: 100%;
  81. float: left;
  82. margin-left:1%;
  83. }
  84. .left-top{
  85. height: 51.5%;
  86. margin-bottom: 1.5%;
  87. padding:0.15rem;
  88. background: url(../../../images/1-1.png) no-repeat;
  89. }
  90. .left-btm{
  91. height: 47%;
  92. padding:0.15rem;
  93. background: url(../../../images/1-2.png) no-repeat;
  94. }
  95. .right-top{
  96. height: 68%;
  97. margin-bottom: 1.5%;
  98. padding:0.15rem;
  99. background: url(../../../images/1-3.png);
  100. }
  101. .right-btm{
  102. height: 30%;
  103. }
  104. .r-btm-left{
  105. height: 100%;
  106. width: 57%;
  107. background: url(../../../images/1-4.png) no-repeat;
  108. -moz-background-size:100% 100%;
  109. background-size:100% 100%;
  110. padding:0.15rem;
  111. float: left;
  112. }
  113. .r-btm-righ{
  114. height: 100%;
  115. margin-left:1%;
  116. padding:0.15rem;
  117. width: 42%;
  118. background: url(../../../images/1-5.png) no-repeat;
  119. -moz-background-size:100% 100%;
  120. background-size:100% 100%;
  121. float: left;
  122. }
  123. .sun-div{
  124. background-size: 100% 100%;
  125. -moz-background-size: 100% 100%;
  126. -webkit-background-size: 100% 100%;
  127. }
  128. .sun-title
  129. {
  130. height: 0.4rem;
  131. line-height: 0.4rem;
  132. padding-left: 0.1rem;
  133. font-size: 0.16rem;
  134. font-weight:normal;
  135. }
  136. .left-top .sun-title{
  137. background: url(../../../images/2-1.png) no-repeat;
  138. -moz-background-size:100% 100%;
  139. background-size:100% 100%;
  140. }
  141. .left-btm .sun-title{
  142. background: url(../../../images/2-1.png) no-repeat;
  143. -moz-background-size:100% 100%;
  144. background-size:100% 100%;
  145. }
  146. .right-top .sun-title{
  147. background: url(../../../images/2-3.png) no-repeat;
  148. -moz-background-size:100% 100%;
  149. background-size:100% 100%;
  150. }
  151. .r-btm-left .sun-title{
  152. background: url(../../../images/2-1.png) no-repeat;
  153. -moz-background-size:100% 100%;
  154. background-size:100% 100%;
  155. }
  156. .r-btm-righ .sun-title{
  157. background: url(../../../images/2-1.png) no-repeat;
  158. -moz-background-size:100% 100%;
  159. background-size:100% 100%;
  160. }
  161. .left-top-ec{
  162. width: 100%;
  163. }
  164. .left-top-ec span{
  165. width: 50%;
  166. float: left;
  167. text-align: center;
  168. font-size: 0.22rem;
  169. line-height: 0.5rem;
  170. }
  171. .left-top-ec div{
  172. width: 50%;
  173. float: left;
  174. height:400px;
  175. /*height: 4rem;*/
  176. }
  177. .litext{
  178. display: inline-block;
  179. vertical-align:middle;
  180. width:60%;
  181. white-space: nowrap;
  182. overflow: hidden;
  183. text-overflow: ellipsis;
  184. color: rgba(255,255,255,.7);
  185. padding: 0 24px;
  186. }
  187. .litext hover{
  188. display: inline-block;
  189. vertical-align:middle;
  190. width:60%;
  191. white-space: nowrap;
  192. overflow: hidden;
  193. text-overflow: ellipsis;
  194. color: rgba(255,255,255,.7);
  195. padding: 0 24px;
  196. }
  197. .litextsmall{
  198. display: inline-block;
  199. vertical-align:middle;
  200. width:100%;
  201. white-space: nowrap;
  202. overflow: hidden;
  203. text-overflow: ellipsis;
  204. color: #80ff00;
  205. padding: 0 4px;
  206. font-size: 14px;
  207. }
  208. .litextsmallWarning{
  209. display: inline-block;
  210. vertical-align:middle;
  211. width:100%;
  212. white-space: nowrap;
  213. overflow: hidden;
  214. text-overflow: ellipsis;
  215. color: #f77373;
  216. padding: 0 4px;
  217. font-size: 20px;
  218. }
  219. .litextsmallOffline{
  220. display: inline-block;
  221. vertical-align:middle;
  222. width:100%;
  223. white-space: nowrap;
  224. overflow: hidden;
  225. text-overflow: ellipsis;
  226. color: yellow;
  227. padding: 0 4px;
  228. font-size: 14px;
  229. }
  230. .r {
  231. float: right;
  232. }
  233. #ec3{
  234. width:100%;
  235. height:2.4rem;
  236. }
  237. .ri-table{
  238. width: 100%;
  239. }
  240. .ri-table tr{
  241. width: 100%;
  242. }
  243. #ec4{
  244. width:100%;
  245. height:80%;
  246. }
  247. #ecRiLi{
  248. width:100%;
  249. height:85%;
  250. }
  251. .ri-table tr:nth-child(odd){
  252. background-color:rgba(255,255,255,0.1)!important;
  253. filter:Alpha(opacity=10);
  254. background:#fff;
  255. }
  256. .ri-table tr td {
  257. line-height: 0.25rem;
  258. border:1px solid rgba(38, 113, 148, 0.2);text-align: center;
  259. }