style.less 8.0 KB

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