1.提交线上进行交接给二组
This commit is contained in:
parent
c20d659bc7
commit
75cbc471ab
@ -59,7 +59,7 @@ console.log(route)
|
||||
@import '@/assets/index.css';
|
||||
|
||||
.box_1 {
|
||||
justify-content: space-between;
|
||||
justify-content: center;
|
||||
padding: 0 20px;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
@ -98,9 +98,17 @@ console.log(route)
|
||||
border-radius: 3px;
|
||||
transition: all 0.3s ease;
|
||||
|
||||
&:nth-child(1) { top: 0; }
|
||||
&:nth-child(2) { top: 10px; }
|
||||
&:nth-child(3) { top: 20px; }
|
||||
&:nth-child(1) {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
&:nth-child(2) {
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
&:nth-child(3) {
|
||||
top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
&.is-active {
|
||||
@ -109,9 +117,11 @@ console.log(route)
|
||||
transform: rotate(45deg);
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
&:nth-child(2) {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
&:nth-child(3) {
|
||||
transform: rotate(-45deg);
|
||||
top: 10px;
|
||||
@ -150,4 +160,9 @@ console.log(route)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.desktop-nav span:hover {
|
||||
cursor: pointer;
|
||||
color: #fff;
|
||||
}
|
||||
</style>
|
||||
|
@ -3,7 +3,7 @@ import { defineNuxtConfig } from 'nuxt/config'
|
||||
|
||||
export default defineNuxtConfig({
|
||||
app: {
|
||||
baseURL:'/web/',
|
||||
baseURL:'/',
|
||||
},
|
||||
nitro: {
|
||||
routeRules: {
|
||||
|
@ -234,6 +234,7 @@
|
||||
<span class="text_48">2025-06-24</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<img class="image_9 bottomBox" referrerpolicy="no-referrer" src="public/images/news3.png" />
|
||||
<div class="group_26 flex-col rightBox">
|
||||
<div class="text-group_8 flex-col justify-between">
|
||||
@ -464,5 +465,4 @@ const animate = () => {
|
||||
transition: 6s linear;
|
||||
transform: scale(1, 1);
|
||||
}
|
||||
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user