backgroundLayer.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  1. .assembly-html-body {
  2. margin: 0;
  3. padding: 0;
  4. border: 0;
  5. overflow: auto
  6. }
  7. .assembly-html-body {
  8. display: block;
  9. -webkit-box-sizing: border-box;
  10. box-sizing: border-box;
  11. width: 100%;
  12. height: 100%
  13. }
  14. .center-assembly {
  15. overflow: hidden;
  16. display: flex;
  17. align-items: center;
  18. }
  19. .assembly-page {
  20. display: block;
  21. -webkit-box-sizing: border-box;
  22. box-sizing: border-box;
  23. overflow: hidden;
  24. position: relative;
  25. background-repeat: no-repeat;
  26. height: 1080px;
  27. width: 1920px;
  28. }
  29. .assembly-page>.assembly-page-background,
  30. .assembly-page>.assembly-page-backweb {
  31. position: absolute;
  32. -webkit-box-sizing: border-box;
  33. box-sizing: border-box;
  34. top: 0;
  35. left: 0;
  36. bottom: 0;
  37. right: 0
  38. }
  39. .assembly-page-background {
  40. background: url("../images/background.png");
  41. }
  42. .assembly-page>.assembly-page-backweb {
  43. width: 100%;
  44. height: 100%;
  45. z-index: 1
  46. }
  47. .assembly-page>.assembly-grid-item {
  48. top: 0px;
  49. left: 0px;
  50. width: 1920px;
  51. height: 1080px;
  52. position: absolute;
  53. z-index: 10;
  54. -webkit-box-sizing: border-box;
  55. box-sizing: border-box;
  56. overflow: visible;
  57. background-repeat: no-repeat
  58. }
  59. .assembly-page>.assembly-grid-item>.assembly-grid-item-border {
  60. z-index: 1999;
  61. width: 100%;
  62. height: 100%;
  63. top: 0;
  64. left: 0
  65. }
  66. .assembly-page>.assembly-grid-item>.assembly-grid-item-angle,
  67. .assembly-page>.assembly-grid-item>.assembly-grid-item-border {
  68. -webkit-box-sizing: border-box;
  69. box-sizing: border-box;
  70. pointer-events: none;
  71. position: absolute;
  72. border: 0 solid transparent;
  73. display: block
  74. }
  75. .assembly-page>.assembly-grid-item>.assembly-grid-item-angle {
  76. z-index: 2000;
  77. width: 0;
  78. height: 0
  79. }
  80. .assembly-page>.assembly-grid-item .assembly-grid-item-title {
  81. position: absolute;
  82. padding-left: 0;
  83. display: inline-block;
  84. height: 0;
  85. line-height: 0;
  86. overflow: hidden;
  87. white-space: nowrap;
  88. width: 100%;
  89. -webkit-box-sizing: border-box;
  90. box-sizing: border-box
  91. }
  92. .assembly-page>.assembly-grid-item .assembly-grid-item-content {
  93. border-top: 0 solid transparent;
  94. display: block;
  95. width: 100%;
  96. height: 100%;
  97. position: relative;
  98. -webkit-box-sizing: border-box;
  99. box-sizing: border-box;
  100. overflow: visible;
  101. padding: 0px;
  102. }
  103. .assembly-page .assembly-wrap {
  104. display: block;
  105. position: relative;
  106. width: 0;
  107. height: 0;
  108. overflow: hidden;
  109. background-size: contain;
  110. background-repeat: no-repeat
  111. }
  112. .assembly-page .assembly-wrap,
  113. .component-element {
  114. border: 0;
  115. padding: 0;
  116. margin: 0;
  117. -webkit-box-sizing: border-box;
  118. box-sizing: border-box
  119. }
  120. .assembly-page .assembly-wrap.top-wrap {
  121. padding: 0px;
  122. width: 1920px;
  123. height: 133px;
  124. overflow: hidden;
  125. position: absolute;
  126. top: -58px;
  127. background-repeat: no-repeat;
  128. background-size: cover;
  129. }
  130. .assembly-page .assembly-wrap.top-background {
  131. background-image: url(../images/topTitle.png);
  132. padding: 0px;
  133. width: 100%;
  134. height: 100%;
  135. overflow: hidden;
  136. position: absolute;
  137. }
  138. .assembly-page .assembly-wrap.time-wrap {
  139. padding: 0px;
  140. width: 25%;
  141. height: 40px;
  142. overflow: hidden;
  143. position: absolute;
  144. left: 37px;
  145. top: 8px;
  146. font-weight: 600;
  147. display: flex;
  148. flex-flow: row;
  149. align-items: center;
  150. }
  151. .assembly-page .assembly-wrap.weather-wrap {
  152. padding: 0px;
  153. height: 40px;
  154. overflow: hidden;
  155. position: absolute;
  156. top: 8px;
  157. /* width: 23%;
  158. right: 10px; */
  159. width: auto;
  160. right: -30px;
  161. }
  162. .assembly-page .assembly-wrap.earth-wrap {
  163. padding: 55px;
  164. width: 838px;
  165. height: 838px;
  166. overflow: hidden;
  167. position: absolute;
  168. left: 552px;
  169. top: 166px;
  170. }
  171. .assembly-page .assembly-wrap.earth-text-wrap {
  172. padding: 0px;
  173. height: 140px;
  174. overflow: hidden;
  175. position: absolute;
  176. top: 498px;
  177. font-family: youshe-font;
  178. /* left: 744px;
  179. width: 432px; */
  180. width: 100%;
  181. text-align: center;
  182. }
  183. .assembly-page .assembly-wrap.top-title-wrap {
  184. padding: 0px;
  185. height: 4%;
  186. overflow: hidden;
  187. position: absolute;
  188. top: 6px;
  189. font-family: youshe-font;
  190. /* width: 25%;
  191. left: 748px; */
  192. width: 100%;
  193. left: 8px;
  194. text-align: center;
  195. }
  196. .assembly-page .assembly-wrap.nav-one-wrap {
  197. padding: 0px;
  198. width: 780px;
  199. height: 185px;
  200. overflow: hidden;
  201. position: absolute;
  202. left: 64px;
  203. top: 205px;
  204. z-index: 3;
  205. cursor: pointer;
  206. }
  207. .assembly-page .assembly-wrap.nav-two-wrap {
  208. padding: 0px;
  209. width: 780px;
  210. height: 185px;
  211. overflow: hidden;
  212. position: absolute;
  213. left: 62px;
  214. top: 390px;
  215. }
  216. .assembly-page .assembly-wrap.nav-three-wrap {
  217. padding: 0px;
  218. width: 780px;
  219. height: 185px;
  220. overflow: hidden;
  221. position: absolute;
  222. bottom: 321px;
  223. left: 62px;
  224. }
  225. .assembly-page .assembly-wrap.nav-four-wrap {
  226. padding: 0px;
  227. width: 780px;
  228. height: 185px;
  229. overflow: hidden;
  230. position: absolute;
  231. bottom: 136px;
  232. left: 62px;
  233. }
  234. .assembly-page .assembly-wrap.nav-five-wrap {
  235. padding: 0px;
  236. width: 780px;
  237. height: 185px;
  238. overflow: hidden;
  239. position: absolute;
  240. right: 58px;
  241. top: 206px;
  242. }
  243. .assembly-page .assembly-wrap.nav-six-wrap {
  244. padding: 0px;
  245. width: 780px;
  246. height: 185px;
  247. overflow: hidden;
  248. position: absolute;
  249. right: 58px;
  250. top: 390px;
  251. }
  252. .assembly-page .assembly-wrap.nav-seven-wrap {
  253. padding: 0px;
  254. width: 780px;
  255. height: 185px;
  256. overflow: hidden;
  257. position: absolute;
  258. bottom: 319px;
  259. right: 59px;
  260. }
  261. .assembly-page .assembly-wrap.nav-eight-wrap {
  262. padding: 0px;
  263. width: 780px;
  264. height: 185px;
  265. overflow: hidden;
  266. position: absolute;
  267. bottom: 135px;
  268. right: 58px;
  269. }
  270. .component-element {
  271. height: 100%;
  272. width: 100%
  273. }
  274. .component-element>.scale-box {
  275. width: 100%;
  276. height: 100%;
  277. float: left;
  278. -webkit-transform-origin: 0 0;
  279. transform-origin: 0 0;
  280. display: -webkit-box;
  281. display: -ms-flexbox;
  282. display: flex;
  283. -webkit-box-align: start;
  284. -ms-flex-align: start;
  285. align-items: flex-start
  286. }
  287. .component-element>.scale-box .search-btn {
  288. margin-left: 10px
  289. }
  290. .component-element>.scale-box .label {
  291. line-height: 28px;
  292. padding-right: 10px;
  293. text-align: right;
  294. -webkit-box-sizing: border-box;
  295. box-sizing: border-box;
  296. -ms-flex-negative: 0;
  297. flex-shrink: 0
  298. }
  299. .component-element.data-view-echarts {
  300. display: -webkit-box;
  301. display: -ms-flexbox;
  302. display: flex;
  303. -webkit-box-orient: horizontal;
  304. -webkit-box-direction: normal;
  305. -ms-flex-direction: row;
  306. flex-direction: row;
  307. -ms-flex-wrap: wrap;
  308. flex-wrap: wrap;
  309. -webkit-box-pack: center;
  310. -ms-flex-pack: center;
  311. justify-content: center;
  312. -webkit-box-align: center;
  313. -ms-flex-align: center;
  314. align-items: center
  315. }
  316. .component-element.data-view-echarts>.hd-chart-box {
  317. width: 100%;
  318. height: 100%
  319. }
  320. .component-element.data-view-echarts>.hd-chart-box>div.hd-chart {
  321. background: transparent
  322. }
  323. .earth-text-basic {
  324. text-align: center;
  325. }
  326. .earth-text-style {
  327. font-size: 48px;
  328. color: #ffffff;
  329. }