sensor_wenshidu.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  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: 50%;
  75. height: 100%;
  76. float: left;
  77. }
  78. .wrap-right{
  79. width: 49%;
  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-1b.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: 51.5%;
  97. margin-bottom: 1.5%;
  98. padding:0.15rem;
  99. background: url(../../../images/1-3.png);
  100. }
  101. .right-btm{
  102. height: 47%;
  103. }
  104. .r-btm-left{
  105. height: 100%;
  106. width: 100%;
  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. height: 4rem;
  164. }
  165. .right-top-ec{
  166. width: 100%;
  167. height: 4rem;
  168. }
  169. .right-btm-ec{
  170. width: 100%;
  171. height: 2rem;
  172. }
  173. .left-btm-ec{
  174. width: 100%;
  175. height: 4rem;
  176. }
  177. .left-top-ec span{
  178. width: 50%;
  179. float: left;
  180. text-align: center;
  181. font-size: 0.22rem;
  182. line-height: 0rem;
  183. }
  184. .left-top-ec div{
  185. width: 95%;
  186. float: center;
  187. height:600px;
  188. height: 90%;
  189. }
  190. .left-btm-ec div{
  191. width: 95%;
  192. float: left;
  193. height: 90%;
  194. /* background-color:red;*/
  195. }
  196. .right-btm-ec div{
  197. width: 95%;
  198. float: left;
  199. height: 1rem;
  200. /*height: 4rem;*/
  201. background-color:#ff8040;
  202. }
  203. .right_top_ec div{
  204. width: 95%;
  205. float: left;
  206. height: 1rem;
  207. }
  208. .litext{
  209. display: inline-block;
  210. vertical-align:middle;
  211. width:60%;
  212. white-space: nowrap;
  213. overflow: hidden;
  214. text-overflow: ellipsis;
  215. color: rgba(255,255,255,.7);
  216. padding: 0 24px;
  217. }
  218. .litext hover{
  219. display: inline-block;
  220. vertical-align:middle;
  221. width:60%;
  222. white-space: nowrap;
  223. overflow: hidden;
  224. text-overflow: ellipsis;
  225. color: rgba(255,255,255,.7);
  226. padding: 0 24px;
  227. }
  228. .litextsmall{
  229. display: inline-block;
  230. vertical-align:middle;
  231. width:100%;
  232. white-space: nowrap;
  233. overflow: hidden;
  234. text-overflow: ellipsis;
  235. color: green;
  236. padding: 0 4px;
  237. font-size: 13px;
  238. }
  239. .r {
  240. float: right;
  241. }
  242. .ec_line{
  243. width:80%;
  244. height:500px;
  245. }
  246. .ec_line_right{
  247. width:95%;
  248. height:3.5rem;
  249. }
  250. .ec_line_half{
  251. width:95%;
  252. height:1rem;
  253. }
  254. .ri-table{
  255. width: 100%;
  256. }
  257. .ri-table tr{
  258. width: 100%;
  259. }
  260. #ec4{
  261. width:100%;
  262. height:1.5rem;
  263. }
  264. #ecRiLi{
  265. width:100%;
  266. height:1.5rem;
  267. }
  268. .ri-table tr:nth-child(odd){
  269. background-color:rgba(255,255,255,0.1)!important;
  270. filter:Alpha(opacity=10);
  271. background:#fff;
  272. }
  273. .ri-table tr td {
  274. line-height: 0.25rem;
  275. border:1px solid rgba(38, 113, 148, 0.2);text-align: center;
  276. }
  277. .btn {
  278. color: #0080c0;
  279. background: transparent;
  280. border: 0px none; //去边框
  281. font-family: "宋体";
  282. font-size: 15px;
  283. text-decoration:underline; //加下划线
  284. }
  285. .btn:hover{
  286. color:red;
  287. border: none;
  288. cursor: hand;
  289. cursor: pointer;
  290. text-decoration:underline; //加下划线
  291. }
  292. .btn:focus {
  293. outline: none; //去边框
  294. }