|
|
@@ -2,7 +2,7 @@
|
|
|
<div class="dashboard-container">
|
|
|
<!-- 顶部横幅 -->
|
|
|
|
|
|
- <div class="server_title">
|
|
|
+ <!-- <div class="server_title">
|
|
|
<el-image
|
|
|
style="width: 50%; height: calc(100vh - 120px)"
|
|
|
src="static/images/wgn_title.png"
|
|
|
@@ -14,15 +14,21 @@
|
|
|
时空门户子系统为用户提供信息概览、导航入口及交互功能,帮助用户快速了解和使用平台服务。系统统计访问量(累计和日均)、用户使用时长及活跃时段;展示平台功能、核心能力及操作演示视频;统计并展示服务总数、分类占比及新上线服务;同时统计各委办平台的注册用户信息及用户总数。
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
|
|
|
- <!-- <div class="banner">
|
|
|
+ <!-- 顶部横幅区域 -->
|
|
|
+ <div class="banner">
|
|
|
<div class="banner-content">
|
|
|
- <h1>时空门户</h1>
|
|
|
- <p>时空门户是一个集数据采集、分析、展示于一体的综合性平台,为用户提供全面的设备监控和数据分析服务</p>
|
|
|
- <button class="enter-btn">进入系统</button>
|
|
|
+ <h1 class="banner-title">时空门户</h1>
|
|
|
+ <p class="banner-description">
|
|
|
+ 时空门户子系统为用户提供信息概览、导航入口及交互功能,帮助用户快速了解和使用平台服务。系统统计访问量(累计和日均)、用户使用时长及活跃时段;展示平台功能、核心能力及操作演示视频;统计并展示服务总数、分类占比及新上线服务;同时统计各委办平台的注册用户信息及用户总数。
|
|
|
+ </p>
|
|
|
+ <!-- <div>
|
|
|
+ <el-button type="primary" class="enter-button" @click="handleEnterClick">立即体验</el-button>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
+
|
|
|
|
|
|
<!-- 平台数据统计 -->
|
|
|
<div class="stats-section">
|
|
|
@@ -897,6 +903,63 @@ export default {
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
|
|
|
+/* 顶部横幅样式 */
|
|
|
+.banner {
|
|
|
+ width: 100%;
|
|
|
+ // height: calc(100vh - 120px);
|
|
|
+ height: 552px;
|
|
|
+ background: url('@static/images/skmh/bg.png');
|
|
|
+ background-size: cover;
|
|
|
+ display: flex;
|
|
|
+ justify-content: right;
|
|
|
+ align-items: center;
|
|
|
+ position: relative;
|
|
|
+ overflow: hidden;
|
|
|
+
|
|
|
+ .banner-content {
|
|
|
+ position: relative;
|
|
|
+ z-index: 2;
|
|
|
+ text-align: right;
|
|
|
+ max-width: 500px;
|
|
|
+ padding: 0 10%;
|
|
|
+ justify-content: right;
|
|
|
+ display: grid;
|
|
|
+ }
|
|
|
+
|
|
|
+ .banner-title {
|
|
|
+ font-size: 56px;
|
|
|
+ font-weight: bold;
|
|
|
+ letter-spacing: 0.5rem;
|
|
|
+ // margin-bottom: 20px;
|
|
|
+ color: #ffffff;
|
|
|
+ text-align: right;
|
|
|
+ text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
|
|
|
+ }
|
|
|
+
|
|
|
+ .banner-description {
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 1.8;
|
|
|
+ margin: 40px 0px;
|
|
|
+ text-align: left;
|
|
|
+ color: rgba(255, 255, 255, 0.9);
|
|
|
+ }
|
|
|
+
|
|
|
+ .enter-button {
|
|
|
+ padding: 12px 36px;
|
|
|
+ font-size: 18px;
|
|
|
+ border-radius: 10px;
|
|
|
+ background-color: #1890ff;
|
|
|
+ border: none;
|
|
|
+ transition: all 0.3s ease;
|
|
|
+
|
|
|
+ &:hover {
|
|
|
+ background-color: #40a9ff;
|
|
|
+ transform: translateY(-2px);
|
|
|
+ box-shadow: 0 4px 12px rgba(24, 144, 255, 0.4);
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
/* 确保你的自定义样式优先级更高 */
|
|
|
.el-date-picker {
|
|
|
/* 重置为期望的样式 */
|
|
|
@@ -904,9 +967,15 @@ export default {
|
|
|
background-color: white !important; /* 确保背景色正确 */
|
|
|
}
|
|
|
.dashboard-container {
|
|
|
- background-color: #0A192F;
|
|
|
+ // background-color: #0A192F;
|
|
|
+ // min-height: 100vh;
|
|
|
+ // color: #fff;
|
|
|
+
|
|
|
+ width: 100%;
|
|
|
min-height: 100vh;
|
|
|
- color: #fff;
|
|
|
+ background-color: #01012f;
|
|
|
+ color: #ffffff;
|
|
|
+ overflow-x: hidden;
|
|
|
}
|
|
|
|
|
|
.server_title {
|
|
|
@@ -935,65 +1004,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-/* 顶部横幅 */
|
|
|
-.banner {
|
|
|
- position: relative;
|
|
|
- height: 500px;
|
|
|
- background: url('@/assets/images/common/home-bg1.png') center/cover no-repeat;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: flex-end;
|
|
|
- padding-right: 10%;
|
|
|
-
|
|
|
- &::before {
|
|
|
- content: '';
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- bottom: 0;
|
|
|
- background: linear-gradient(to right, rgba(10, 25, 47, 0.9), rgba(10, 25, 47, 0.7));
|
|
|
- }
|
|
|
-
|
|
|
- .banner-content {
|
|
|
- position: relative;
|
|
|
- max-width: 600px;
|
|
|
- text-align: left;
|
|
|
- padding: 0 20px;
|
|
|
-
|
|
|
- h1 {
|
|
|
- font-size: 42px;
|
|
|
- font-weight: bold;
|
|
|
- margin-bottom: 20px;
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
-
|
|
|
- p {
|
|
|
- font-size: 14px;
|
|
|
- line-height: 1.8;
|
|
|
- margin-bottom: 30px;
|
|
|
- color: #a3b6c7;
|
|
|
- }
|
|
|
-
|
|
|
- .enter-btn {
|
|
|
- background-color: transparent;
|
|
|
- color: #409eff;
|
|
|
- border: 1px solid #409eff;
|
|
|
- padding: 8px 30px;
|
|
|
- font-size: 16px;
|
|
|
- border-radius: 20px;
|
|
|
- cursor: pointer;
|
|
|
- transition: all 0.3s ease;
|
|
|
-
|
|
|
- &:hover {
|
|
|
- background-color: #409eff;
|
|
|
- color: #fff;
|
|
|
- transform: translateY(-2px);
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
/* 平台数据统计 */
|
|
|
.stats-section {
|
|
|
padding: 40px 10%;
|