|
|
|
@ -73,7 +73,7 @@ export default { |
|
|
|
icon: require("@/assets/imageHome/3.png"), |
|
|
|
}, |
|
|
|
{ |
|
|
|
type: 2, |
|
|
|
type: 1, |
|
|
|
url: "/turnover/statistic", |
|
|
|
name: "智析中心", |
|
|
|
bg: require("@/assets/imageHome/22.png"), |
|
|
|
@ -106,7 +106,7 @@ export default { |
|
|
|
icon: require("@/assets/imageHome/6.png"), |
|
|
|
}, |
|
|
|
{ |
|
|
|
type: 2, |
|
|
|
type: 1, |
|
|
|
url: "PolicyThinkTank", |
|
|
|
name: "政策智库", |
|
|
|
bg: require("@/assets/imageHome/22.png"), |
|
|
|
@ -380,7 +380,7 @@ export default { |
|
|
|
min-height: 100vh; |
|
|
|
display: grid; |
|
|
|
grid-template-rows: 100px 1fr; |
|
|
|
row-gap: 50px; |
|
|
|
row-gap: 100px; |
|
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
.head { |
|
|
|
@ -428,7 +428,9 @@ export default { |
|
|
|
height: 100%; |
|
|
|
|
|
|
|
.swiper-container { |
|
|
|
width: 100%; |
|
|
|
width: 90%; |
|
|
|
overflow: hidden; |
|
|
|
margin: 0 auto; |
|
|
|
|
|
|
|
.swiper-slide { |
|
|
|
display: grid; |
|
|
|
|