investHome.css 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  1. *,
  2. *:before,
  3. *:after {
  4. padding: 0;
  5. margin: 0;
  6. box-sizing: border-box;
  7. }
  8. html,
  9. body {
  10. height: 100%;
  11. font-size: 14px;
  12. background-color: #ECFFFF;
  13. font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', Arial, sans-serif;
  14. }
  15. .flex {
  16. display: flex;
  17. }
  18. .flex1 {
  19. flex: 1;
  20. }
  21. .flex2 {
  22. flex: 2;
  23. }
  24. .flex-around {
  25. display: flex;
  26. justify-content: space-around;
  27. }
  28. .flex-between {
  29. display: flex;
  30. justify-content: space-between;
  31. align-items: center;
  32. }
  33. .flex-end {
  34. display: flex;
  35. justify-content: flex-end;
  36. }
  37. .flex-align-center {
  38. display: flex;
  39. align-items: center;
  40. }
  41. .text-center {
  42. text-align: center;
  43. }
  44. .font12 {
  45. font-size: 12px;
  46. }
  47. .main-color {
  48. color: #40A9FF;
  49. }
  50. .danger-color {
  51. color: #f15450 !important;
  52. }
  53. .error-color {
  54. color: #ffc704 !important;
  55. }
  56. .btm10 {
  57. margin-bottom: 10px;
  58. }
  59. .btm20 {
  60. margin-bottom: 20px;
  61. }
  62. a {
  63. text-decoration: none;
  64. cursor: pointer;
  65. }
  66. [v-cloak] {
  67. display: none;
  68. }
  69. #app {
  70. background: url('../images/page-bg.png') center center no-repeat;
  71. background-size: 100% 100%;
  72. padding-top: 10px;
  73. height: 100vh;
  74. overflow: hidden;
  75. color: #fff;
  76. }
  77. .my-header {
  78. position: relative;
  79. height: 70px;
  80. line-height: 70px;
  81. background: url('../images/header-bg.png') center center no-repeat;
  82. background-size: 100% 100%;
  83. text-align: center;
  84. font-weight: bold;
  85. font-size: 32px;
  86. font-weight: 600;
  87. }
  88. .my-header span {
  89. background: linear-gradient(-3deg, #99EEFF 0%, #99EEFF 30%, #FFFFFF 91%);
  90. -webkit-background-clip: text;
  91. -webkit-text-fill-color: transparent;
  92. }
  93. .my-header span.right {
  94. position: absolute;
  95. right: 60px;
  96. top: 0px;
  97. font-size: 16px;
  98. }
  99. .main {
  100. padding: 15px;
  101. display: flex;
  102. height: calc(100vh - 25px);
  103. background: url('../images/content-bg.png') no-repeat center bottom;
  104. background-size: 100% 100%;
  105. display: flex;
  106. padding-bottom: 65px;
  107. }
  108. .left,
  109. .right {
  110. flex: 3;
  111. display: flex;
  112. flex-direction: column;
  113. }
  114. .left .my-panel,
  115. .right .my-panel {
  116. background-color: #0050943f;
  117. height: 100%;
  118. overflow: hidden;
  119. }
  120. .dv-border-box-8 {
  121. margin-bottom: 10px;
  122. }
  123. .center {
  124. flex: 4;
  125. }
  126. .center .top {
  127. display: flex;
  128. justify-content: space-between;
  129. }
  130. .center .top .box {
  131. flex: 1;
  132. margin: 0 10px;
  133. display: flex;
  134. flex-direction: column;
  135. align-items: center;
  136. color: #40A9FF;
  137. }
  138. .t {
  139. padding: 15px 0;
  140. display: flex;
  141. align-items: center;
  142. font-size: 20px;
  143. font-weight: 600;
  144. background-color: rgba(59,211,255,0.05);
  145. }
  146. .t {
  147. padding: 15px 0;
  148. display: flex;
  149. align-items: center;
  150. justify-content: center;
  151. background-color: rgba(18, 61, 98, .6);
  152. }
  153. .b {
  154. padding: 15px 0;
  155. display: flex;
  156. align-items: center;
  157. justify-content: space-around;
  158. background-color: rgba(7, 42, 76, .6);
  159. padding: 15px 0;
  160. }
  161. .b span {
  162. color: #40A9FF;
  163. font-size: 34px;
  164. font-weight: 900;
  165. }
  166. .t img {
  167. margin-right: 10px;
  168. }
  169. .box > div {
  170. width: 100%;
  171. }
  172. .box > img {
  173. width: 40px;
  174. }
  175. .box > div p {
  176. font-size: 16px;
  177. color: #e1e3ef;
  178. }
  179. .box > div span {
  180. display: inline-block;
  181. font-size: 28px;
  182. margin-right: 5px;
  183. font-weight: 600;
  184. margin-top: 5px;
  185. }
  186. .footer {
  187. position: fixed;
  188. bottom: 0;
  189. padding: 10px;
  190. display: flex;
  191. background-color: rgba(0, 0, 0, 0.5);
  192. width: 100%;
  193. }
  194. .footer a {
  195. flex: 1;
  196. height: 40px;
  197. line-height: 40px;
  198. text-align: center;
  199. color: #fff;
  200. background: url('../images/footer-item.png') no-repeat;
  201. background-size: 100% 100%;
  202. }
  203. .footer a:hover {
  204. background: url('../images/footer-item-checked.png') no-repeat;
  205. background-size: 100% 100%;
  206. }
  207. .my-panel .content {
  208. height: calc(28vh - 60px);
  209. }
  210. .panel-title {
  211. position: relative;
  212. text-align: center;
  213. height: 50px;
  214. line-height: 50px;
  215. }
  216. .panel-title .text {
  217. font-size: 20px;
  218. font-weight: 600;
  219. color: #05fbfe;
  220. text-shadow: 0px 2px 10px rgba(10, 30, 52, 0.48);
  221. background: linear-gradient(0deg, #ffffff 0%, #63dcff 0%, #e0f3ff 100%);
  222. -webkit-background-clip: text;
  223. -webkit-text-fill-color: transparent;
  224. position: relative;
  225. }
  226. .panel-title .text::before {
  227. position: absolute;
  228. content: ' ';
  229. top: 10px;
  230. left: -40px;
  231. width: 30px;
  232. height: 10px;
  233. background: url('../images/title-left.png') no-repeat;
  234. }
  235. .panel-title .text::after {
  236. position: absolute;
  237. content: ' ';
  238. top: 10px;
  239. right: -40px;
  240. width: 30px;
  241. height: 10px;
  242. background: url('../images/title-right.png') no-repeat;
  243. }
  244. .panel-title .right-opr {
  245. position: absolute;
  246. right: 0;
  247. width: 80px;
  248. }
  249. .boxs {
  250. display: flex;
  251. flex-wrap: wrap;
  252. padding: 10px;
  253. color: #40A9FF;
  254. }
  255. .boxs > div {
  256. flex: 0 0 50%;
  257. background: url('../images/left1-bg.png') no-repeat center;
  258. background-size: 106% 124%;
  259. padding: 20px 30px;
  260. }
  261. .boxs > div > p {
  262. display: flex;
  263. justify-content: space-between;
  264. align-items: flex-end;
  265. }
  266. .boxs > div > p:nth-child(2) {
  267. margin-top: 10px;
  268. }
  269. .boxs .name {
  270. color: #f3f3f3;
  271. }
  272. .boxs .change {
  273. color: #32EDAA;
  274. }
  275. .boxs .change.up {
  276. color: #ED3248;
  277. }
  278. .boxs .num {
  279. font-size: 24px;
  280. font-weight: 600;
  281. margin-right: 5px;
  282. }
  283. .boxs .el-icon-more {
  284. font-size: 25px;
  285. }
  286. .list {
  287. padding: 15px;
  288. }
  289. .list .list-item {
  290. display: flex;
  291. margin-bottom: 15px;
  292. }
  293. .list .list-item i {
  294. padding: 8px 10px;
  295. color: #40A9FF;
  296. border: 1px solid #40A9FF;
  297. border-radius: 8px;
  298. margin-right: 15px;
  299. }
  300. .list-item .value {
  301. align-self: end;
  302. margin-left: 10px;
  303. }
  304. .list-item .flex1 p {
  305. margin-bottom: 10px;
  306. }
  307. .el-progress-bar__outer {
  308. background-color: #005094;
  309. }
  310. .tooltip-cont {
  311. margin: -15px;
  312. border: 1px solid #3699FF;
  313. border-radius: 8px;
  314. padding: 15px;
  315. background-color: rgb(39 122 145 / 0.36);
  316. }
  317. .tooltip-cont p {
  318. line-height: 1.8;
  319. color: #f3f3f3;
  320. position: relative;
  321. padding-left: 12px;
  322. }
  323. .tooltip-cont p::before {
  324. position: absolute;
  325. display: inline-block;
  326. content: '';
  327. left: 0px;
  328. top: 10px;
  329. width: 5px;
  330. height: 5px;
  331. border-radius: 50%;
  332. background-color: #40A9FF;
  333. }
  334. .tooltip-cont span{
  335. color: #69C0FF;
  336. }
  337. .right-date {
  338. position: absolute;
  339. right: 15px;
  340. width: 85px;
  341. }
  342. .date-popper {
  343. background-color: #20414b;
  344. border: 1px solid #3699FF;
  345. border-radius: 8px;
  346. }
  347. .el-popper[x-placement^=bottom] .popper__arrow {
  348. border-bottom-color: #3699FF;
  349. }
  350. .el-popper[x-placement^="bottom"] .popper__arrow::after {
  351. border-bottom-color: #20414b;
  352. }
  353. .date-popper .el-date-picker__header-label {
  354. color: #d6cfcf;
  355. }
  356. .el-picker-panel__icon-btn {
  357. color: #fff;
  358. }
  359. .date-popper .el-year-table td {
  360. padding: 10px 3px;
  361. }
  362. .date-popper .el-year-table td .cell {
  363. color: #d6cfcf;
  364. }
  365. .right-date .el-date-editor--year {
  366. width: 100%;
  367. }
  368. .right-date .el-date-editor--year .el-input__inner{
  369. background: rgba(0,80,148,0.3);
  370. border: 1px solid #21C1FF;
  371. border-radius: 4px 12px 4px 4px;
  372. color: #fff;
  373. padding: 0 15px;
  374. }
  375. .right-date .el-date-editor--year .el-input__prefix {
  376. left: auto;
  377. right: 5px;
  378. color: #40A9FF;
  379. }
  380. .el-progress__text {
  381. color: #fff;
  382. }
  383. .map-box {
  384. height: 100%;
  385. position: relative;
  386. padding: 30px 0;
  387. }
  388. .status {
  389. position: absolute;
  390. /* bottom: 20px; */
  391. bottom: 200px;
  392. left: 15px;
  393. background-color: rgba(3,10,12,0.46);
  394. border: 1px solid #4A57CF;
  395. }
  396. .status p {
  397. background-color: #02397F;
  398. line-height: 35px;
  399. text-align: center;
  400. font-size: 16px;
  401. color: #40A9FF;
  402. }
  403. .status li {
  404. line-height: 25px;
  405. padding-right: 15px;
  406. list-style: none;
  407. position: relative;
  408. }
  409. .status li::before {
  410. content: '';
  411. position: absolute;
  412. left: -15px;
  413. top: 50%;
  414. transform: translate(0, -50%);
  415. width: 5px;
  416. height: 5px;
  417. background-color: #00FFFF;
  418. border-radius: 50%;
  419. }
  420. .status i {
  421. font-size: 16px;
  422. font-weight: 600;
  423. color: #40A9FF;
  424. }
  425. .dv-scroll-board .header {
  426. font-weight: 600 !important;
  427. color: #2ABBFF;
  428. }
  429. .warp {
  430. height: 190px;
  431. overflow: hidden;
  432. }
  433. .tip-window {
  434. margin-right: 50px;
  435. margin-top: 10px;
  436. color: #69c0ff;
  437. display: inline-block;
  438. width: 142px;
  439. height: 50px;
  440. line-height: 50px;
  441. text-align: center;
  442. background-color: rgba(64, 169, 255, 0.12);
  443. border: 2px solid #40a9ff;
  444. border-radius: 8px;
  445. cursor: pointer;
  446. }
  447. .tip {
  448. /* position: fixed;
  449. background-color: rgba(0, 0, 0, 0.5);
  450. width: 100%;
  451. height: 100%;
  452. top: 0;
  453. left: 0; */
  454. }
  455. .tip-box {
  456. z-index: 99999999;
  457. position: fixed;
  458. /* top: 35%;
  459. left: 32.5%; */
  460. /* width: 35%;
  461. height: 30%; */
  462. width: 900px;
  463. height: 56vh;
  464. top: calc(50% - 26vh);
  465. left: calc(50% - 450px);
  466. background: url('../images/popup.png') no-repeat center;
  467. /* background-color: #133b65; */
  468. background-size: 100% 100%;
  469. padding: 100px 60px 50px;
  470. }
  471. .tip-title {
  472. position: absolute;
  473. top:-2px;
  474. left: calc(50% - 200px);
  475. width: 400px;
  476. text-align: center;
  477. font-size: 24px;
  478. }
  479. .tip-down {
  480. position: absolute;
  481. top:10px;
  482. right: 30px;
  483. width: 50px;
  484. text-align: center;
  485. height: 50px;
  486. line-height: 50px;
  487. cursor: pointer;
  488. font-size: 44px;
  489. }
  490. .tip-box > div {
  491. font-size: 42px;
  492. line-height: 70px;
  493. }
  494. .tip-content {
  495. height: 50vh;
  496. overflow: auto;
  497. padding-right: 15px;
  498. margin-top: 1%;
  499. }
  500. .tip-content .content {
  501. height: calc(50vh - 60px);
  502. width: 750px;
  503. overflow: hidden;
  504. }
  505. .tip-content .content2 {
  506. height: 20vh;
  507. width: 750px;
  508. }
  509. div::-webkit-scrollbar {
  510. width: 4px;
  511. }
  512. div::-webkit-scrollbar-thumb {
  513. border-radius: 10px;
  514. background: rgba(64, 169, 255, 0.6);
  515. }
  516. div::-webkit-scrollbar-track {
  517. border-radius: 0;
  518. background: rgba(64, 169, 255, 0.3);
  519. }
  520. .high {
  521. display: block;
  522. color: red;
  523. }