fix 样式优化

This commit is contained in:
duanliang
2026-01-25 19:05:28 +08:00
parent e23a541799
commit 4d81265f97
8 changed files with 78 additions and 30 deletions

View File

@@ -1,6 +1,7 @@
<template>
<div class="box-3" :class="homeStore.amplify?'':'coll-box'">
<div class="header" :class="homeStore.amplify?'':'coll-box-2'">
<div class="header-2"></div>
<div class="header top-header" :class="homeStore.amplify?'':'coll-box-2'">
<div class="flex">
<div class="left">
<div class="item"
@@ -878,8 +879,23 @@
height:100%;
flex:1;
margin-top: vh(120);
.header-2{
height: vh(128);
padding: 0 vw(40);
box-sizing: border-box;
// background-image: url('@/assets/images/group.png');
background-size: 100% 100%;
}
.top-header{
position:absolute;
width: vw(1750);
left:50%;
transform: translateX(-50%);
top:vh(110);
}
.header {
// width: vw(1400);
height: vh(128);
padding: 0 vw(40);
box-sizing: border-box;
@@ -887,10 +903,10 @@
background-size: 100% 100%;
.left {
display: flex;
width: vw(840);
// width: vw(840);
margin-top: vh(20);
flex:1;
flex: 1;
margin-left:vw(20);
}
.right {
flex: 1;