This commit is contained in:
A1300399510
2023-07-06 20:09:13 +08:00
parent 232b7c290c
commit 93fb0c1c98
5 changed files with 321 additions and 106 deletions

View File

@@ -48,6 +48,7 @@ export default {
.container-header-bj {
width: 100vw;
min-width: 1200px;
height: 260px;
background-image: url('@/assets/img/edit/bj-img1920.png');
background-repeat: no-repeat;
@@ -62,6 +63,7 @@ export default {
left: 50%;
transform: translateX(-50%);
width: 100vw;
min-width: 1200px;
max-width: 1920px;
height: 100%;
background-color: rgba(0, 0, 0, 0.698039215686274);
@@ -70,7 +72,7 @@ export default {
.header-nav {
height: 46px;
max-width: 1200px;
width: 1200px;
justify-content: flex-end;
margin: 0 auto;
position: relative;
@@ -112,7 +114,7 @@ export default {
.logo-box {
position: relative;
margin: 21px auto 0;
max-width: 1200px;
width: 1200px;
z-index: 1;
.logo-icon {