newIndex.css 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  1. html,
  2. body {
  3. width: 7168px !important;
  4. min-height: 2576px;
  5. height: 100%;
  6. font-size: 20px;
  7. color: #fff;
  8. font-family: 'Microsoft YaHei';
  9. background-image: url("../images/indexBg.png");
  10. background-repeat: no-repeat;
  11. background-size: 100% 100%;
  12. /* overflow-y: hidden; */
  13. }
  14. /* 强制去掉滚动条 */
  15. /* html {
  16. overflow-x: hidden !important;
  17. } */
  18. * {
  19. -webkit-user-select: none;
  20. -moz-user-select: none;
  21. -ms-user-select: none;
  22. user-select: none;
  23. }
  24. img *,
  25. *,
  26. *:before,
  27. *:after {
  28. padding: 0;
  29. margin: 0;
  30. box-sizing: border-box;
  31. }
  32. a {
  33. text-decoration: none;
  34. cursor: pointer;
  35. }
  36. [v-cloak] {
  37. display: none;
  38. }
  39. .app_box {
  40. width: 100%;
  41. height: 100%;
  42. }
  43. .box_item_title {
  44. width: 100%;
  45. height: 145px;
  46. background: url("../images/indexittle@2x.png") no-repeat;
  47. background-size: 100% 100%;
  48. display: flex;
  49. justify-content: center;
  50. align-items: center;
  51. }
  52. .box_item_title span{
  53. font-size: 72px;
  54. font-weight: bold;
  55. background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
  56. -webkit-background-clip: text;
  57. -webkit-text-fill-color: transparent;
  58. }
  59. .box_item_main {
  60. width: 100%;
  61. height: calc(100% - 145px);
  62. display: flex;
  63. justify-content: space-between;
  64. align-items: center;
  65. padding: 30px 50px;
  66. box-sizing: border-box;
  67. }
  68. .box_left,
  69. .box_right {
  70. width: calc(40% - 30px);
  71. height: 100%;
  72. display: flex;
  73. flex-direction: column;
  74. justify-content: space-between;
  75. align-items: center;
  76. }
  77. .box_main {
  78. width: 20%;
  79. height: 100%;
  80. display: flex;
  81. flex-direction: column;
  82. justify-content: space-between;
  83. align-items: center;
  84. }
  85. .left_item {
  86. width: 100%;
  87. height: calc(20% - 15px);
  88. }
  89. .main_item_one {
  90. width: 100%;
  91. height: calc(60% - 10px);
  92. }
  93. .main_item {
  94. width: 100%;
  95. height: calc(20% - 10px);
  96. background: url("../images/rt-back.png") no-repeat;
  97. background-size: 100% 100%;
  98. padding: 30px;
  99. box-sizing: border-box;
  100. }
  101. .title {
  102. width: 200px;
  103. height: 65px;
  104. font-size: 35px;
  105. font-weight: bolder;
  106. text-align: center;
  107. line-height: 57px;
  108. box-sizing: border-box;
  109. border-radius: 10px;
  110. margin-bottom: 10px;
  111. }
  112. .left_main {
  113. width: 100%;
  114. height: calc(100% - 65px);
  115. }
  116. .left_main_else {
  117. width: 100%;
  118. height: calc(100% - 65px);
  119. display: flex;
  120. flex-direction: column;
  121. justify-content: space-between;
  122. }
  123. .left_main_top {
  124. width: 100%;
  125. height: 87%;
  126. display: flex;
  127. justify-content: space-between;
  128. align-items: center;
  129. }
  130. .left_main_top_left {
  131. width: calc(60% - 0px);
  132. height: calc(100% - 30px);
  133. background: url("../images/lb-back.png") no-repeat;
  134. background-size: 100% 100%;
  135. padding: 30px;
  136. box-sizing: border-box;
  137. }
  138. .left_main_top_right {
  139. width: calc(40% - 10px);
  140. height: calc(100% - 30px);
  141. background: url("../images/lb-back.png") no-repeat;
  142. background-size: 100% 100%;
  143. padding: 30px;
  144. box-sizing: border-box;
  145. }
  146. .left_main_btm {
  147. width: 100%;
  148. height: 13%;
  149. }
  150. .left_user_top {
  151. width: 100%;
  152. height: calc(14% - 10px);
  153. display: flex;
  154. justify-content: space-between;
  155. align-items: center;
  156. }
  157. .left_user_number {
  158. width: 25%;
  159. height: 100%;
  160. }
  161. .text_box {
  162. width: 100%;
  163. height: 100%;
  164. /* background: url("../images/man.png") no-repeat; */
  165. display: flex;
  166. flex-direction: column;
  167. justify-content: center;
  168. align-items: flex-start;
  169. position: relative;
  170. padding-left: 310px;
  171. box-sizing: border-box;
  172. }
  173. .text_box img {
  174. width: 60%;
  175. height: 100%;
  176. position: absolute;
  177. top: 50%;
  178. left: 50%;
  179. transform: translate(-50%, -50%);
  180. }
  181. .text_num {
  182. font-size: 40px;
  183. font-weight: bolder;
  184. font-style: italic;
  185. margin-top: -15px;
  186. color: #69C0FF;
  187. }
  188. .text_num span {
  189. font-size: 24px !important;
  190. }
  191. .text_title {
  192. font-size: 24px;
  193. }
  194. .left_user_main {
  195. width: 100%;
  196. height: calc(43% - 10px);
  197. display: flex;
  198. justify-content: space-between;
  199. }
  200. .left_user_main_item {
  201. width: calc(33% - 10px);
  202. height: 100%;
  203. padding: 20px;
  204. box-sizing: border-box;
  205. background: url("../images/rt-back.png") no-repeat;
  206. background-size: 100% 100%;
  207. display: flex;
  208. flex-direction: column;
  209. justify-content: space-between;
  210. align-items: center;
  211. }
  212. .left_salary_box,
  213. .left_salary_box_else {
  214. width: 100%;
  215. height: calc(50% - 10px);
  216. }
  217. .left_salary_box {
  218. background: url("../images/lb-back.png") no-repeat;
  219. background-size: 100% 100%;
  220. padding: 10px;
  221. box-sizing: border-box;
  222. }
  223. .left_salary_box_else {
  224. display: flex;
  225. justify-content: space-between;
  226. }
  227. .left_salary_item {
  228. width: calc(50% - 10px);
  229. height: 100%;
  230. background: url("../images/rt-back.png") no-repeat;
  231. background-size: 100% 100%;
  232. padding: 10px 30px;
  233. box-sizing: border-box;
  234. }
  235. .right_item {
  236. width: 100%;
  237. height: calc(25% - 10px);
  238. display: flex;
  239. justify-content: space-between;
  240. align-items: center;
  241. }
  242. .right_item_else {
  243. width: 100%;
  244. height: calc(25% - 10px);
  245. display: flex;
  246. flex-direction: column;
  247. justify-content: space-between;
  248. }
  249. .right_item_item_top {
  250. width: 100%;
  251. height: 100px;
  252. background-color: blueviolet;
  253. }
  254. .right_item_item_btm {
  255. width: 100%;
  256. height: calc(100% - 110px);
  257. display: flex;
  258. justify-content: space-between;
  259. }
  260. .right_item_item {
  261. width: calc(33% - 10px);
  262. height: 100%;
  263. background-color: aquamarine;
  264. }
  265. .right_item_item_else {
  266. width: calc(50% - 10px);
  267. height: 100%;
  268. }
  269. .right_echarts {
  270. width: calc(50% - 10px);
  271. height: 100%;
  272. }
  273. .right_echarts_else {
  274. width: calc(50% - 10px);
  275. height: 100%;
  276. display: flex;
  277. justify-content: space-between;
  278. align-items: center;
  279. }
  280. .left_main_btm .dv-scroll-board div {
  281. font-size: 32px !important;
  282. }
  283. .right_btm_item {
  284. width: calc(50% - 10px);
  285. height: 100%;
  286. background: url("../images/rt-back.png") no-repeat;
  287. background-size: 100% 100%;
  288. padding: 30px;
  289. box-sizing: border-box;
  290. }
  291. .right_btm_item_else {
  292. width: calc(50% - 10px);
  293. height: 100%;
  294. display: flex;
  295. justify-content: center;
  296. align-items: center;
  297. background: url("../images/rt-back.png") no-repeat;
  298. background-size: 100% 100%;
  299. }
  300. .image_box_else {
  301. width: 350px;
  302. height: 350px;
  303. position: relative;
  304. }
  305. .image_box_else span {
  306. font-size: 60px;
  307. font-weight: bolder;
  308. position: absolute;
  309. top: 50%;
  310. left: 50%;
  311. transform: translate(-50%, -50%);
  312. z-index: 999;
  313. }
  314. .image_box_else img {
  315. animation: fadenum 8s infinite linear;
  316. }
  317. .image_box {
  318. width: calc(50% - 10px);
  319. height: 70%;
  320. display: flex;
  321. flex-direction: column;
  322. justify-content: space-around;
  323. align-items: center;
  324. }
  325. .box_item {
  326. width: 100%;
  327. height: 100px;
  328. display: flex;
  329. align-items: center;
  330. justify-content: flex-start;
  331. margin-left: 100px;
  332. font-size: 40px;
  333. text-indent: 50px;
  334. }
  335. .box_item img {
  336. width: 100px;
  337. height: 100px;
  338. }
  339. .box_item div span {
  340. font-size: 50px;
  341. font-weight: bolder;
  342. color: #69c0ff;
  343. font-style: italic;
  344. font-weight: bold;
  345. margin: 0 10px;
  346. }
  347. .top {
  348. width: 100%;
  349. height: 140px;
  350. font-size: 40px;
  351. }
  352. .flex {
  353. display: flex;
  354. }
  355. .justify-between {
  356. justify-content: space-between;
  357. }
  358. .items-center {
  359. align-items: center;
  360. }
  361. .top-img {
  362. width: 127px;
  363. height: 127px;
  364. margin-right: 15px;
  365. }
  366. .top-text {
  367. font-size: 60px;
  368. color: #69c0ff;
  369. font-style: italic;
  370. font-weight: bold;
  371. display: inline-block;
  372. margin: 0 15px;
  373. }
  374. .right_bg_item {
  375. width: calc(33% - 20px);
  376. height: 100%;
  377. background-image: url("../images/bottom-right.png");
  378. background-repeat: no-repeat;
  379. background-size: 100% 100%;
  380. display: flex;
  381. flex-direction: column;
  382. justify-content: center;
  383. align-items: center;
  384. padding-top: 50px;
  385. box-sizing: border-box;
  386. }
  387. .bg_item_gif {
  388. width: 230px;
  389. height: 300px;
  390. }
  391. .bg_item_gif img {
  392. width: 100%;
  393. height: 100%;
  394. }
  395. .bg_item_num {
  396. font-size: 48px;
  397. font-weight: bolder;
  398. margin-bottom: -90px;
  399. z-index: 9;
  400. }
  401. .bg_item_title {
  402. font-size: 28px;
  403. font-weight: 600;
  404. }
  405. .right_item_item_else_title {
  406. width: 100%;
  407. height: 20%;
  408. display: flex;
  409. justify-content: center;
  410. align-items: center;
  411. position: relative;
  412. }
  413. .right_item_item_else_title img {
  414. width: 32%;
  415. height: 85%;
  416. }
  417. .title_right {
  418. width: 100%;
  419. height: 100%;
  420. position: absolute;
  421. display: flex;
  422. justify-content: center;
  423. align-items: center;
  424. font-size: 30px;
  425. }
  426. .title_right span {
  427. color: rgb(69, 218, 209);
  428. }
  429. .big_color {
  430. display: inline-block;
  431. font-size: 40px;
  432. font-weight: bolder;
  433. margin: 0 0 0 25px;
  434. }
  435. .echarts{
  436. width: 100%;
  437. height: 100%;
  438. }
  439. .echarts_else{
  440. width: 100%;
  441. height: calc(100% - 50px);
  442. }
  443. .left_user_title{
  444. width: 100%;
  445. height: 40px;
  446. display: flex;
  447. flex-direction: column;
  448. justify-content: space-between;
  449. align-items: flex-start;
  450. }
  451. .icon_title .title{
  452. width: calc(100% - 40px);
  453. height: 100%;
  454. text-align: left;
  455. text-indent: 20px;
  456. }
  457. .icon{
  458. width: 20px;
  459. height: 70%;
  460. }
  461. img{
  462. width: 100%;
  463. height: 100%;
  464. }
  465. .icon_title{
  466. width: 100%;
  467. height: calc(100% - 10px);
  468. display: flex;
  469. justify-content: flex-start;
  470. align-items: center;
  471. }
  472. .line{
  473. width: 100%;
  474. height: 5px;
  475. }
  476. .echarts_90{
  477. width: 100%;
  478. height: 80%;
  479. }
  480. .flex_column{
  481. display: flex;
  482. flex-direction: column;
  483. justify-content: space-between;
  484. align-items: center;
  485. }
  486. .main_item_echarts{
  487. width: 100%;
  488. height: calc(100% - 90px);
  489. }
  490. @keyframes fadenum {
  491. 100% {
  492. transform: rotate(360deg);
  493. }
  494. }