-
+
@@ -132,12 +132,12 @@ onMounted(() => {
width: 100vw;
height: 100vh;
position: relative;
- overflow: hidden;
+ overflow: hidden;
}
.top-fixed {
width: 100%;
- height: 13vh;
+ height:7vh;
background: url(@/assets/homeIndex/top.png) no-repeat;
background-size: 100% 100%;
z-index: 11;
@@ -215,7 +215,7 @@ onMounted(() => {
display: flex;
flex-direction: column;
width: 27.2vw;
- height: calc(100vh - 9vh);
+ height: calc(100vh - 8vh);
pointer-events: auto;
}
@@ -228,7 +228,7 @@ onMounted(() => {
display: flex;
flex-direction: column;
width: 27.2vw;
- height: calc(100vh - 9vh);
+ height: calc(100vh - 8vh);
pointer-events: auto;
}
@@ -247,7 +247,7 @@ onMounted(() => {
/* 模块卡片样式 */
.module-card {
- background: url(@/assets/homeIndex/card.png) no-repeat;
+ /* background: url(@/assets/homeIndex/card.png) no-repeat; */
position: relative;
background-size: 100% 100%;
width: 100%;
@@ -257,24 +257,59 @@ onMounted(() => {
display: flex;
flex-direction: column;
border-radius: 10px;
+ margin-bottom: 1vh;
+}
+.left-modules .module-card:nth-of-type(1) {
+ background: url(@/assets/homeIndex/card1.png) no-repeat;
+ background-size: 100% 100%;
+}
+.left-modules .module-card:nth-of-type(2) {
+ background: url(@/assets/homeIndex/card2.png) no-repeat;
+ background-size: 100% 100%;
+}
+.left-modules .module-card:nth-of-type(3) {
+ background: url(@/assets/homeIndex/card3.png) no-repeat;
+ background-size: 100% 100%;
+}
+.right-modules .module-card:nth-of-type(1) {
+ background: url(@/assets/homeIndex/card4.png) no-repeat;
+ background-size: 100% 100%;
+}
+.right-modules .module-card:nth-of-type(2) {
+ background: url(@/assets/homeIndex/card5.png) no-repeat;
+ background-size: 100% 100%;
+}
+.right-modules .module-card:nth-of-type(3) {
+ background: url(@/assets/homeIndex/card6.png) no-repeat;
+ background-size: 100% 100%;
+}
+.bottom-middle-module .module-card:nth-of-type(1) {
+ background: url(@/assets/homeIndex/card7.png) no-repeat;
+ background-size: 100% 100%;
}
/* 模块标题 */
.module-header {
position: absolute;
font-size: 1.6vh;
- color: #fff;
+
display: flex;
align-items: center;
flex-shrink: 0;
- left: 5vh;
- top: 3.2vh;
+ left:4.8vh;
+ top:1.5vh;
+ font-family: SourceHanSansCN, SourceHanSansCN;
+font-weight: 500;
+/* font-size: 18px; */
+color: #F2F8FF;
+
+text-shadow: 3px 0px 6px rgba(3,33,42,0.5);
}
.realtime-header {
- left: 8vh;
- top: 3.4vh;
+ left: 7.5vh;
+ top:1.5vh;
}
/* 模块内容 */