Browse Source

登录-首页-政策智库

master
談蓝色 2 months ago
parent
commit
43c0f6f15a
  1. 10
      chai-ui/src/views/home.vue
  2. 2
      chai-ui/src/views/homeOverview/PolicyThinkTank.vue

10
chai-ui/src/views/home.vue

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

2
chai-ui/src/views/homeOverview/PolicyThinkTank.vue

@ -199,6 +199,8 @@ export default {
div { div {
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
color: #032A58;
letter-spacing: 0.1em;
span { span {
color: #828285; color: #828285;

Loading…
Cancel
Save