@@ -205,34 +206,6 @@ export default {
title: "典型案例小标题典型案例小标题",
date: "2022-09-26",
},
- {
- title: "典型案例小标题典型案例小标题",
- date: "2022-09-26",
- },
- {
- title: "典型案例小标题典型案例小标题",
- date: "2022-09-26",
- },
- {
- title: "典型案例小标题典型案例小标题",
- date: "2022-09-26",
- },
- {
- title: "典型案例小标题典型案例小标题",
- date: "2022-09-26",
- },
- {
- title: "典型案例小标题典型案例小标题",
- date: "2022-09-26",
- },
- {
- title: "典型案例小标题典型案例小标题",
- date: "2022-09-26",
- },
- {
- title: "典型案例小标题典型案例小标题",
- date: "2022-09-26",
- },
],
curTab: "新闻会议",
rangeList: [], // 上报排名
@@ -297,14 +270,42 @@ export default {
getRankTotal() {
getRankTotal().then((res) => {
if (res.code == 1) {
- this.rangeList = res.data
+ // this.rangeList = res.data
+ this.rangeList = [
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ ]
}
})
},
getCurrentQuarter() {
getCurrentQuarter().then((res) => {
if (res.code == 1) {
- this.curQuarterList = res.data
+ // this.curQuarterList = res.data
+ this.curQuarterList = [
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ { unionName: "包头医学院第二附属医院", nums: 12311 },
+ ]
}
})
},
@@ -319,7 +320,7 @@ export default {
margin-bottom: 38px;
.box {
width: 48%;
- // height: 300px;
+ height: 300px;
// background: blue;
background: #fff;
.video {
@@ -364,6 +365,9 @@ export default {
}
}
.dataAnalysis {
+ background: #fff;
+ margin-bottom: 32px;
+ padding: 32px;
.box_title {
width: 180px;
height: 36px;
@@ -377,8 +381,6 @@ export default {
}
.cenbox {
height: 458px;
- // background: url("~@/assets/img/Home/map.png") no-repeat center center;
- // background-size: cover;
.map {
width: 100%;
height: 422px;
@@ -386,21 +388,20 @@ export default {
}
}
.cenboxs {
+ width: 100%;
display: flex;
justify-content: space-between;
-
.range {
- width: 46%;
+ width: 32%;
background: #ffffff;
border-radius: 4px;
- border: 1px solid #d2d7f5;
padding: 0 7px;
.rangecontent {
- margin-top: 6px;
+ margin-top: 24px;
height: 408px;
- background: rgba(78, 104, 255, 0.06);
+ background: rgba(78, 104, 255, 0.04);
border-radius: 4px;
- padding: 8px;
+ padding: 24px 32px;
font-size: 14px;
font-family: AlibabaPuHuiTiM;
// color: #4e68ff;
@@ -426,7 +427,41 @@ export default {
background: url("~@/assets/img/Home/top10.png") no-repeat center
center;
background-size: contain;
- margin-bottom: 8px;
+ margin-bottom: 18px;
+ }
+ .top20 {
+ height: 32px;
+ background: url("~@/assets/img/Home/top20.png") no-repeat center
+ center;
+ background-size: contain;
+ margin-bottom: 18px;
+ }
+ }
+ .left_range {
+ width: 60%;
+ .rangecontent {
+ .rangeList {
+ height: 100%;
+ display: flex;
+ flex-direction: column;
+ flex-wrap: wrap;
+ li {
+ width: 40%;
+ margin-bottom: 14px;
+ display: flex;
+ justify-content: space-between;
+
+ div:nth-child(1) {
+ width: 20px;
+ }
+ div:nth-child(2) {
+ flex: 1;
+ }
+ div:nth-child(3) {
+ text-align: right;
+ }
+ }
+ }
}
}
}
@@ -438,7 +473,7 @@ export default {
justify-content: space-between;
li {
cursor: pointer;
- width: 43%;
+ width: 23%;
margin-bottom: 24px;
height: 188px;
display: flex;