新版式
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user