|
@@ -4,13 +4,13 @@
|
|
|
<nav class="chart-top">
|
|
|
<div class="title">
|
|
|
<div class="title-left">
|
|
|
- <span class="organization-name">智慧数字工地</span>
|
|
|
+ <span class="organization-name">智慧数字项目</span>
|
|
|
<i class="iconfont huifont-duoyunzhuanqing"></i>
|
|
|
<span class="wather-label">多云转晴</span>
|
|
|
<span class="wather-value alibaba">18~26</span>
|
|
|
<span class="wather-unit">℃</span>
|
|
|
</div>
|
|
|
- <span class="big-title pangmenzhengdao">AI智慧物业</span>
|
|
|
+ <span class="big-title pangmenzhengdao">AI智慧园区</span>
|
|
|
<div class="title-right">
|
|
|
<span class="date alibaba">{{date}}</span>
|
|
|
<span class="time alibaba">{{time}}</span>
|
|
@@ -24,12 +24,15 @@
|
|
|
<div class="img-box">
|
|
|
<img src="https://file-node.oss-cn-shanghai.aliyuncs.com/youji/782a1b2730864af58b4f0cd76c53bb4f"
|
|
|
alt="bg.jpeg" />
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <!-- <div class="chart-tops">
|
|
|
+ <page-data type="top"></page-data>
|
|
|
+ </div> -->
|
|
|
<div class="chart-left">
|
|
|
<page-data type="left"></page-data>
|
|
|
</div>
|
|
|
- <div class="chart-right">
|
|
|
- <page-data type="right"></page-data>
|
|
|
+ <div class="chart-right">
|
|
|
+ <page-data type="right"></page-data>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -79,266 +82,4 @@
|
|
|
|
|
|
<style lang="scss">
|
|
|
@import '../../assets/scss/datav.scss';
|
|
|
-
|
|
|
- .datav-box {
|
|
|
- position: relative;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- overflow: hidden;
|
|
|
- background: #0E1626 center top;
|
|
|
-
|
|
|
- .chart-title {
|
|
|
- width: 440px;
|
|
|
- height: 40px;
|
|
|
- background: url(../../assets/image/common/sub_title.png) no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
- font-weight: 600;
|
|
|
- line-height: 40px;
|
|
|
- padding-left: 44px;
|
|
|
- font-size: 16px;
|
|
|
- }
|
|
|
-
|
|
|
- .chart-top {
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- background: linear-gradient(0deg, rgba(12, 15, 22, 0) 0%, rgba(12, 15, 22, 0.12) 13%, rgba(12, 15, 22, 0.65) 45%, rgba(12, 15, 22, 0.86) 64%, #0C0F16 100%);
|
|
|
- z-index: 9;
|
|
|
- }
|
|
|
-
|
|
|
- .chart-top-option {
|
|
|
- position: fixed;
|
|
|
- left: 530px;
|
|
|
- right: 530px;
|
|
|
- top: 120px;
|
|
|
- }
|
|
|
-
|
|
|
- .chart-top-options {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- }
|
|
|
-
|
|
|
- .chart-left {
|
|
|
- position: fixed;
|
|
|
- z-index: 8;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- bottom: 0;
|
|
|
- width: 545px;
|
|
|
- background: linear-gradient(270deg, rgba(3, 4, 7, 0) 0%, rgba(6, 8, 12, 0.35) 15%, rgba(9, 12, 17, 0.45) 30%, rgba(9, 12, 17, 0.69) 50%, #0C0F16 100%);
|
|
|
- padding: 140px 65px 20px 40px;
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
-
|
|
|
- .chart-right {
|
|
|
- position: fixed;
|
|
|
- z-index: 8;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- bottom: 0;
|
|
|
- width: 545px;
|
|
|
- background: linear-gradient(90deg, rgba(3, 4, 7, 0) 0%, rgba(6, 8, 12, 0.35) 15%, rgba(9, 12, 17, 0.45) 30%, rgba(9, 12, 17, 0.69) 50%, #0C0F16 100%);
|
|
|
- padding: 140px 40px 20px 65px;
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
-
|
|
|
- .chart-bottom {
|
|
|
- position: fixed;
|
|
|
- top: 814px;
|
|
|
- left: 507px;
|
|
|
- right: 507px;
|
|
|
- }
|
|
|
-
|
|
|
- .chart-bottom .chart-title {
|
|
|
- width: 100%;
|
|
|
- background-size: contain;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
-
|
|
|
- .chart-bottom .chart-title::before {
|
|
|
- content: '';
|
|
|
- position: absolute;
|
|
|
- height: 2px;
|
|
|
- left: 419px;
|
|
|
- right: 0;
|
|
|
- border-bottom: 2px solid;
|
|
|
- border-image: linear-gradient(315deg, rgba(167, 208, 255, 0), rgba(110, 163, 255, 0.3)) 2 2;
|
|
|
- bottom: 0.5px;
|
|
|
- }
|
|
|
-
|
|
|
- .chart-bottoms {
|
|
|
- position: fixed;
|
|
|
- top: 825px;
|
|
|
- left: 507px;
|
|
|
- right: 40px;
|
|
|
- z-index: 19;
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
-
|
|
|
- .chart-bottoms .chart-title {
|
|
|
- width: 100%;
|
|
|
- background-size: contain;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
-
|
|
|
- .chart-bottoms .chart-title::before {
|
|
|
- content: '';
|
|
|
- position: absolute;
|
|
|
- height: 2px;
|
|
|
- left: 419px;
|
|
|
- right: 0;
|
|
|
- border-bottom: 2px solid;
|
|
|
- border-image: linear-gradient(315deg, rgba(167, 208, 255, 0), rgba(110, 163, 255, 0.3)) 2 2;
|
|
|
- bottom: 0.5px;
|
|
|
- }
|
|
|
-
|
|
|
- .side-data-box,
|
|
|
- .top-bottom-data {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- }
|
|
|
-
|
|
|
- .side-data {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- }
|
|
|
-
|
|
|
- .img-box {
|
|
|
- width: 100%;
|
|
|
- height: 1080px;
|
|
|
- overflow: hidden;
|
|
|
-
|
|
|
- img {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .chart-left,
|
|
|
- .chart-right {
|
|
|
- padding-top: 85px !important;
|
|
|
- }
|
|
|
-
|
|
|
- /* title start */
|
|
|
- .title {
|
|
|
- height: 105px;
|
|
|
- background-image: url(../../assets/image/common/title.png);
|
|
|
- background-size: 100% 100%;
|
|
|
- text-align: center;
|
|
|
- padding-top: 14px;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
-
|
|
|
- .title .big-title {
|
|
|
- font-size: 40px;
|
|
|
- color: #FFFFFF;
|
|
|
- line-height: 46px;
|
|
|
- letter-spacing: 6px;
|
|
|
- text-shadow: 0px 2px 10px rgba(2, 2, 22, 0.1), 0px 0px 8px rgba(255, 255, 255, 0.1);
|
|
|
- background: linear-gradient(180deg, #FFFFFF 0%, #C7D6FF 100%);
|
|
|
- -webkit-background-clip: text;
|
|
|
- -webkit-text-fill-color: transparent;
|
|
|
- z-index: 9;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
-
|
|
|
- .title .title-left {
|
|
|
- position: absolute;
|
|
|
- left: 38px;
|
|
|
- top: 14px;
|
|
|
- height: 27px;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- letter-spacing: 1px;
|
|
|
- }
|
|
|
-
|
|
|
- .title .organization-name {
|
|
|
- font-weight: 600;
|
|
|
- margin-right: 47px;
|
|
|
- }
|
|
|
-
|
|
|
- .title .title-left .iconfont {
|
|
|
- font-size: 24px;
|
|
|
- margin-right: 8px;
|
|
|
- }
|
|
|
-
|
|
|
- .title .wather-label {
|
|
|
- margin-right: 18px;
|
|
|
- }
|
|
|
-
|
|
|
- .title .wather-value {
|
|
|
- font-size: 20px;
|
|
|
- margin-right: 3px;
|
|
|
- }
|
|
|
-
|
|
|
- .title .title-right {
|
|
|
- position: absolute;
|
|
|
- right: 38px;
|
|
|
- top: 14px;
|
|
|
- height: 27px;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- letter-spacing: 1px;
|
|
|
- }
|
|
|
-
|
|
|
- .title .date {
|
|
|
- font-size: 18px;
|
|
|
- margin-right: 16px;
|
|
|
- }
|
|
|
-
|
|
|
- .title .time {
|
|
|
- font-size: 18px;
|
|
|
- margin-right: 48px;
|
|
|
- }
|
|
|
-
|
|
|
- .title .title-right .iconfont {
|
|
|
- font-size: 20px;
|
|
|
- }
|
|
|
-
|
|
|
- .title .admin-system {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- font-size: 14px;
|
|
|
- cursor: pointer;
|
|
|
- }
|
|
|
-
|
|
|
- .title .admin-system:hover {
|
|
|
- color: #3371FF;
|
|
|
- }
|
|
|
-
|
|
|
- .menu-list {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- padding: 0 25px;
|
|
|
- position: absolute;
|
|
|
- top: 76px;
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
-
|
|
|
- .menu-item-box {
|
|
|
- display: flex;
|
|
|
- }
|
|
|
-
|
|
|
- .menu-list .menu-item {
|
|
|
- width: 135px;
|
|
|
- height: 40px;
|
|
|
- font-size: 20px;
|
|
|
- color: #AAB5C7;
|
|
|
- line-height: 38px;
|
|
|
- letter-spacing: 2px;
|
|
|
- text-align: center;
|
|
|
- background-image: url(../../assets/image/common/tab.png);
|
|
|
- background-size: 100% 100%;
|
|
|
- margin: 0 15px;
|
|
|
- cursor: pointer;
|
|
|
- }
|
|
|
-
|
|
|
- .menu-list .menu-item.active,
|
|
|
- .menu-list .menu-item:hover {
|
|
|
- color: #fff;
|
|
|
- background-image: url(../../assets/image/common/tab_active.png);
|
|
|
- }
|
|
|
- }
|
|
|
</style>
|