新版式

This commit is contained in:
duanliang
2025-11-24 23:17:46 +08:00
parent 9d78158b77
commit 5c17235581
55 changed files with 973 additions and 731 deletions

View File

@@ -2,7 +2,7 @@
<div class="correspondence">
<div class="top-box">
<div class="title">融合通信</div>
<div class="icon-box flex">
<div class="icon-box flex" style="height: initial;">
<div
class="item"
v-for="item in deptsList"
@@ -340,6 +340,8 @@
.item-name {
width: 90%;
text-align: center;
line-height: 1.6;
font-size:vw(18);
}
.sp-img {
width: vw(100);
@@ -347,7 +349,8 @@
.correspondence {
margin: vw(8);
width: vw(300);
height: vh(1070);
// height: vh(1070);
height: 100%;
background-image: url('@/assets/images/bg-1.png');
background-size: 100% 100%;
}
@@ -370,11 +373,11 @@
}
.table {
width: 100%;
margin-top: vh(5);
margin-top: vh(20);
.header {
height: vh(28);
font-weight: 400;
font-size: vw(12);
font-size: vw(20);
color: #fff;
display: flex;
background: linear-gradient(180deg, rgba(0, 99, 255, 0) 0%, #0063ff 100%);
@@ -446,6 +449,7 @@
.top-box {
width: 100%;
height: vh(500);
height:50%;
.icon-box {
font-weight: 400;
font-size: vw(14);
@@ -475,7 +479,7 @@
text-align: center;
line-height: vh(26);
margin-left: vw(32.5);
font-size: vw(16);
font-size: vw(22);
font-weight: 800;
color: #fff;
background-image: url('@/assets/images/title-1.png');