style.less 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. @import url("../../themes/themes.less");
  2. @assetUrl: "../../assets/imgs/home";
  3. .gvc_home {
  4. background: url(../../assets/imgs/dataVimg/gvcBgDataV.png) no-repeat 0 -10em / 100% 120% #041b40 !important;
  5. // background: #000;
  6. :global {
  7. .rightContent .bottomContent3 {
  8. width: 100%;
  9. height: 100%;
  10. }
  11. .all_box {
  12. width: 100%;
  13. height: 100%;
  14. .gvc_video {
  15. background: url(../../assets/imgs/dataVimg/gvcBgDataV.png) no-repeat 0 -10em / 100% 120% #041b40 !important;
  16. align-items: flex-start;
  17. // background: #000;
  18. video {
  19. width: 100%;
  20. height: unset;
  21. padding: 0;
  22. }
  23. .alls {
  24. width: 64%;
  25. height: unset;
  26. padding: 2% 0 0 0;
  27. position: relative;
  28. }
  29. @media (min-height: 800px) {
  30. .alls {
  31. width: 73%;
  32. }
  33. }
  34. @media (min-height: 900px) {
  35. .alls {
  36. width: 64%;
  37. }
  38. }
  39. @media (min-height: 1000PX) {
  40. .alls {
  41. width: 70%;
  42. }
  43. }
  44. }
  45. .gvcHome {
  46. height: 100%;
  47. justify-content: flex-start;
  48. .leftContent {
  49. width: 17%;
  50. /* padding: 0 1em; */
  51. height: 70%;
  52. margin-top: 5%;
  53. margin-left: 1%;
  54. padding-right: 7%;
  55. >ul {
  56. width: 100%;
  57. display: flex;
  58. justify-content: center;
  59. height: 100%;
  60. flex-wrap: wrap;
  61. >li {
  62. height: 20%;
  63. width: 100%;
  64. color: #fff;
  65. display: block;
  66. .top_div {
  67. background: none;
  68. width: 100%;
  69. height: 60%;
  70. display: flex;
  71. align-items: center;
  72. justify-content: center;
  73. >div {
  74. width: 51%;
  75. position: relative;
  76. display: block;
  77. .img1 {
  78. width: 100%;
  79. }
  80. >span {
  81. font-size: 0.9em;
  82. position: absolute;
  83. width: 100%;
  84. bottom: 15%;
  85. left: 63%;
  86. transform: skew(4deg, 334deg);
  87. font-weight: normal;
  88. color: #ededed;
  89. }
  90. .img2 {
  91. width: 37%;
  92. position: absolute;
  93. left: 32%;
  94. top: 24%;
  95. }
  96. }
  97. }
  98. .text {
  99. width: 100%;
  100. display: flex;
  101. align-items: center;
  102. justify-content: space-between;
  103. margin-top: 1em;
  104. font-weight: normal;
  105. font-size: 0.9em;
  106. color: #CDF1FF;
  107. padding: 0.8em 0.5em 0.2em;
  108. background: linear-gradient(0deg, #ffffff26 0%, #ffffff00 100%);
  109. border-radius: 0.5em;
  110. .topMsg_number {
  111. color: #69FFDE;
  112. font-size: 1.2em;
  113. margin-right: 0.2em;
  114. margin-top: 0.2em;
  115. }
  116. }
  117. }
  118. }
  119. }
  120. @media (max-height: 900px) {
  121. .leftContent li {
  122. height: 15% !important;
  123. .text {
  124. width: 107% !important;
  125. margin-top: 1em !important;
  126. .topMsg_number {
  127. font-size: 1em !important;
  128. }
  129. }
  130. }
  131. }
  132. .centerCon {
  133. width: 62%;
  134. height: 80%;
  135. padding: 0;
  136. position: relative;
  137. margin: 0% 0 0 -1%;
  138. .rightCar {
  139. width: 4.5em;
  140. transform: skew(54deg, 306deg);
  141. position: absolute;
  142. left: 53%;
  143. top: 36%;
  144. -webkit-animation: antSpinMove 8s linear infinite;;
  145. animation: antSpinMove 8s linear infinite;;
  146. >img {
  147. width: 100%;
  148. }
  149. }
  150. }
  151. @media (min-height: 800px) {
  152. .centerCon {
  153. width: 65%;
  154. height: 78%;
  155. padding: 0;
  156. position: relative;
  157. margin: 0% 0 0 -3%;
  158. .rightCar {
  159. -webkit-animation: antSpinMove900 8s linear infinite;;
  160. animation: antSpinMove900 8s linear infinite;;
  161. }
  162. }
  163. }
  164. @media (min-height: 900px) {
  165. .centerCon {
  166. width: 62%;
  167. height: 80%;
  168. padding: 0;
  169. position: relative;
  170. margin: 0% 0 0 -1%;
  171. .rightCar {
  172. -webkit-animation: antSpinMove 8s linear infinite;;
  173. animation: antSpinMove 8s linear infinite;;
  174. }
  175. }
  176. }
  177. @media (min-height: 1000PX) {
  178. .centerCon {
  179. width: 63%;
  180. height: 75%;
  181. padding: 0;
  182. position: relative;
  183. margin: 0% 0 0 -3%;
  184. .rightCar {
  185. -webkit-animation: antSpinMove1100 8s linear infinite;;
  186. animation: antSpinMove1100 8s linear infinite;;
  187. }
  188. }
  189. }
  190. .imgMsg {
  191. width: 100%;
  192. position: absolute;
  193. left: 0;
  194. top: 0;
  195. height: 100%;
  196. color: #fff;
  197. li {
  198. position: absolute;
  199. width: 19em;
  200. height: 4em;
  201. opacity: 1;
  202. background: linear-gradient(0deg, #ffffff26 0%, #ffffff00 100%);
  203. border-radius: 0.5em;
  204. padding: 0.5em;
  205. box-sizing: border-box;
  206. font-size: 0.9em;
  207. color: #CDF1FF;
  208. .nums {
  209. font-size: 1.3em;
  210. color: #69FFDE;
  211. display: inline-block !important;
  212. }
  213. .topMsg_number_2 {
  214. display: inline-block !important;
  215. }
  216. .sma {
  217. font-size: 0.7em;
  218. color: #CDF1FF;
  219. display: inline-block;
  220. margin-left: 0.2em;
  221. }
  222. .chanL {
  223. background: unset;
  224. font-size: 0.9em;
  225. color: #CDF1FF;
  226. height: 4em;
  227. box-sizing: border-box;
  228. padding: 0 0.5em;
  229. display: flex;
  230. justify-content: space-between;
  231. >div {
  232. width: 50%;
  233. }
  234. }
  235. .hoverR {
  236. width: 100%;
  237. height: 12em;
  238. position: absolute;
  239. left: 0;
  240. top: -7em;
  241. padding-top: 11em;
  242. .hoverDiv {
  243. display: none;
  244. }
  245. }
  246. .hoverR:hover {
  247. .hoverDiv {
  248. display: flex;
  249. }
  250. }
  251. .hoverDiv {
  252. display: flex;
  253. align-items: center;
  254. justify-content: space-between;
  255. padding: 0 1em;
  256. background: linear-gradient(0deg, #292929f2 0%, #25252540 100%);
  257. // linear-gradient(0deg, #ffffff00 20%, #7a7a7a29 100%);
  258. width: 100%;
  259. border-radius: 0.5em;
  260. box-sizing: border-box;
  261. margin-top: 0.1em;
  262. font-size: 0.8em;
  263. padding: 0.2em 0em 0 1em;
  264. color: #d7d7d7;
  265. align-items: flex-start;
  266. height: auto;
  267. >div>span {
  268. display: block;
  269. }
  270. }
  271. }
  272. li:hover {
  273. background: linear-gradient(0deg, #42ca9840 0%, #42ca9800 98%);
  274. }
  275. }
  276. .rightContent {
  277. width: 15%;
  278. position: absolute;
  279. right: 0;
  280. bottom: 15%;
  281. z-index: 9;
  282. height: 45%;
  283. .title_ {
  284. text-align: left;
  285. color: #fff;
  286. width: 90%;
  287. height: 2em;
  288. border-radius: 0 8px 0 0;
  289. opacity: 1;
  290. background: linear-gradient(45deg, #ffdf5800 0%, #ffdf584d 100%);
  291. line-height: 2em;
  292. color: #F1E9E0;
  293. margin-bottom: 0.6em;
  294. }
  295. .eacharView {
  296. height: auto;
  297. overflow: hidden;
  298. }
  299. .slider_box {
  300. padding: 0 0.5em;
  301. box-sizing: border-box;
  302. }
  303. .slider_top {
  304. width: 100%;
  305. font-size: 0.9em;
  306. display: flex;
  307. align-items: center;
  308. justify-content: space-between;
  309. color: #d4d4d4;
  310. font-weight: normal;
  311. >p {
  312. width: 83%;
  313. display: flex;
  314. overflow: hidden;
  315. text-overflow: ellipsis;
  316. white-space: nowrap;
  317. >span {
  318. display: inline-block;
  319. width: 99%;
  320. overflow: hidden;
  321. text-overflow: ellipsis;
  322. white-space: nowrap;
  323. }
  324. }
  325. .p2 {
  326. width: 30%;
  327. display: inline-block;
  328. text-align: right;
  329. }
  330. }
  331. .ant-progress {
  332. height: 10px;
  333. .ant-progress-inner {
  334. top: -5px;
  335. background-color: #57575759;
  336. .ant-progress-bg {
  337. height: 5px !important;
  338. }
  339. }
  340. }
  341. }
  342. @media (min-height: 800px) {
  343. .rightContent {
  344. bottom: 15%;
  345. height: 38%;
  346. }
  347. }
  348. @media (min-height: 900px) {
  349. .rightContent {
  350. bottom: 15%;
  351. }
  352. }
  353. @media (min-height: 1000px) {
  354. .rightContent {
  355. bottom: 15%;
  356. height: 32%;
  357. }
  358. }
  359. }
  360. }
  361. }
  362. }