investHomeChild.css 8.7 KB

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