|
@@ -1,20 +1,33 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div class="home">
|
|
<div class="home">
|
|
|
<div class="home-swiper">
|
|
<div class="home-swiper">
|
|
|
- <el-carousel height="484px">
|
|
|
|
|
- <el-carousel-item v-for="(item, index) in swiperList" :key="index"><el-image :src="item" alt="" /></el-carousel-item>
|
|
|
|
|
|
|
+ <el-carousel height="484px" :interval="4000">
|
|
|
|
|
+ <el-carousel-item v-for="(item, index) in swiperList" :key="index"><el-image :src="item.pic" alt="" class="swiper-img" lazy/></el-carousel-item>
|
|
|
</el-carousel>
|
|
</el-carousel>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="home-body">
|
|
<div class="home-body">
|
|
|
- <div class="body-left">
|
|
|
|
|
- <div class="rsp">
|
|
|
|
|
- <item-title title="红色科普" :topath="'/popularScience'"></item-title>
|
|
|
|
|
- <div class="sp-item" v-for="item in spList" :key="item.id">
|
|
|
|
|
- <img :src="item.image" class="sp-img">
|
|
|
|
|
- <div class="item-right">
|
|
|
|
|
- <div class="sp-title clamp moren">{{item.title}}</div>
|
|
|
|
|
- <div class="sp-content ellipsis moren">{{item.content}}</div>
|
|
|
|
|
- <div class="more hand" @click="navTo('/popularScience/detail?id='+item.id)">【 MORE 】</div>
|
|
|
|
|
|
|
+ <div class="body-left moren">
|
|
|
|
|
+ <div class="red-new">
|
|
|
|
|
+ <item-title title="红会新闻" :topath="'/news'"></item-title>
|
|
|
|
|
+ <div class="item-wrapper">
|
|
|
|
|
+ <div class="new-item hand" v-for="item in redNews" :key="item.id">
|
|
|
|
|
+ <div class="title clamp ">
|
|
|
|
|
+ <span></span>
|
|
|
|
|
+ {{ item.title }}
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="time">{{ item.add_time | getTime }}</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="new-open">
|
|
|
|
|
+ <item-title title="信息公示" :topath="'/publicity'"></item-title>
|
|
|
|
|
+ <div class="item-wrapper">
|
|
|
|
|
+ <div class="new-item hand" v-for="item in openNews" :key="item.id">
|
|
|
|
|
+ <div class="title clamp">
|
|
|
|
|
+ <span></span>
|
|
|
|
|
+ {{ item.title }}
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="time">{{ item.add_time | getTime }}</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -25,7 +38,7 @@
|
|
|
<div class="join-main">
|
|
<div class="join-main">
|
|
|
<div class="join-item" v-for="item in miniNavList" @click="navTo(item.path)" :key="item.title">
|
|
<div class="join-item" v-for="item in miniNavList" @click="navTo(item.path)" :key="item.title">
|
|
|
<div class="logo hand"><img :src="item.image" /></div>
|
|
<div class="logo hand"><img :src="item.image" /></div>
|
|
|
- <div class="title hand">{{item.title}}</div>
|
|
|
|
|
|
|
+ <div class="title hand">{{ item.title }}</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -33,9 +46,9 @@
|
|
|
<item-title title="爱心榜" :topath="'/loveList'"></item-title>
|
|
<item-title title="爱心榜" :topath="'/loveList'"></item-title>
|
|
|
<el-table :data="jxList" style="width: 100%">
|
|
<el-table :data="jxList" style="width: 100%">
|
|
|
<el-table-column prop="time" label="捐献时间"></el-table-column>
|
|
<el-table-column prop="time" label="捐献时间"></el-table-column>
|
|
|
- <el-table-column prop="name" label="捐献者"></el-table-column>
|
|
|
|
|
- <el-table-column prop="num" label="捐献金额"></el-table-column>
|
|
|
|
|
- <el-table-column prop="status" label="捐献意向"></el-table-column>
|
|
|
|
|
|
|
+ <el-table-column prop="donate_er" label="捐献者"></el-table-column>
|
|
|
|
|
+ <el-table-column prop="money" label="捐献金额"></el-table-column>
|
|
|
|
|
+ <el-table-column prop="intention" label="捐献意向"></el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -44,16 +57,14 @@
|
|
|
<div class="show-pic">
|
|
<div class="show-pic">
|
|
|
<item-title title="图片展示" isShow="2"></item-title>
|
|
<item-title title="图片展示" isShow="2"></item-title>
|
|
|
<div class="imgs-wrapper">
|
|
<div class="imgs-wrapper">
|
|
|
- <div class="imgs">
|
|
|
|
|
- <img :src="item" v-for="(item,index) in imgList" :key="index">
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <div class="imgs"><img v-for="(item, index) in imgList" :key="item.id" :src="item.picture" /></div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="friends">
|
|
<div class="friends">
|
|
|
<item-title title="友情链接" isShow="2"></item-title>
|
|
<item-title title="友情链接" isShow="2"></item-title>
|
|
|
<div class="friend-list-wrapper">
|
|
<div class="friend-list-wrapper">
|
|
|
<div class="friend-item" v-for="item in friendList" :key="item.id">
|
|
<div class="friend-item" v-for="item in friendList" :key="item.id">
|
|
|
- <a :href="item.url" class="item-a" target="_blank">{{item.name}}</a>
|
|
|
|
|
|
|
+ <a :href="item.link" class="item-a" target="_blank">{{ item.name }}</a>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -62,6 +73,8 @@
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
import ItemTitle from './homeChild/ItemTitle.vue';
|
|
import ItemTitle from './homeChild/ItemTitle.vue';
|
|
|
|
|
+
|
|
|
|
|
+import { loadIndexs, splist, loveList, friendList } from '../request/api.js';
|
|
|
export default {
|
|
export default {
|
|
|
components: {
|
|
components: {
|
|
|
ItemTitle
|
|
ItemTitle
|
|
@@ -104,86 +117,108 @@ export default {
|
|
|
title: '普及培训报名',
|
|
title: '普及培训报名',
|
|
|
image: require('@/assets/img/i7.png')
|
|
image: require('@/assets/img/i7.png')
|
|
|
},
|
|
},
|
|
|
- ],
|
|
|
|
|
- swiperList: ['https://cube.elemecdn.com/6/94/4d3ea53c084bad6931a56d5158a48jpeg.jpeg', 'https://cube.elemecdn.com/6/94/4d3ea53c084bad6931a56d5158a48jpeg.jpeg'],
|
|
|
|
|
- jxList: [
|
|
|
|
|
- {
|
|
|
|
|
- time: '2021/05/30',
|
|
|
|
|
- name: '荆州XX公司',
|
|
|
|
|
- num: '200.00',
|
|
|
|
|
- status: '爱心捐赠'
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- time: '2021/05/30',
|
|
|
|
|
- name: '荆州XX公司',
|
|
|
|
|
- num: '100.00',
|
|
|
|
|
- status: '爱心捐赠'
|
|
|
|
|
- },
|
|
|
|
|
{
|
|
{
|
|
|
- time: '2021/05/30',
|
|
|
|
|
- name: '荆州XX公司',
|
|
|
|
|
- num: '300.00',
|
|
|
|
|
- status: '爱心捐赠'
|
|
|
|
|
|
|
+ path: '/popularScience/list',
|
|
|
|
|
+ title: '红会科普',
|
|
|
|
|
+ image: require('@/assets/img/i7.png')
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
- spList: [
|
|
|
|
|
- {
|
|
|
|
|
- id: 51,
|
|
|
|
|
- image: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
|
|
|
|
|
- title: '去年中国医疗救助1.2亿人次',
|
|
|
|
|
- content: '记者从16日召开的国务院政策例行吹风会上获悉,2018年,我国医疗救助惠及1.2亿人次,支出资金399.7亿元记者从16日召开的国务院政策例行吹风会上获悉,2018年,我国医疗救助惠及1.2亿人次,支出资金399.7亿元',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- id: 52,
|
|
|
|
|
- image: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
|
|
|
|
|
- title: '去年中国医疗救助1.2亿人次',
|
|
|
|
|
- content: '记者从16日召开的国务院政策例行吹风会上获悉,2018年,我国医疗救助惠及1.2亿人次,支出资金399.7亿元记者从16日召开的国务院政策例行吹风会上获悉,2018年,我国医疗救助惠及1.2亿人次,支出资金399.7亿元',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- id: 53,
|
|
|
|
|
- image: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
|
|
|
|
|
- title: '去年中国医疗救助1.2亿人次',
|
|
|
|
|
- content: '记者从16日召开的国务院政策例行吹风会上获悉,2018年,我国医疗救助惠及1.2亿人次,支出资金399.7亿元记者从16日召开的国务院政策例行吹风会上获悉,2018年,我国医疗救助惠及1.2亿人次,支出资金399.7亿元',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- id: 54,
|
|
|
|
|
- image: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
|
|
|
|
|
- title: '去年中国医疗救助1.2亿人次',
|
|
|
|
|
- content: '记者从16日召开的国务院政策例行吹风会上获悉,2018年,我国医疗救助惠及1.2亿人次,支出资金399.7亿元记者从16日召开的国务院政策例行吹风会上获悉,2018年,我国医疗救助惠及1.2亿人次,支出资金399.7亿元',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- id: 55,
|
|
|
|
|
- image: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
|
|
|
|
|
- title: '今年城市养老服务设施覆盖率将超90%今年城市养老服务设施覆盖率将超90%',
|
|
|
|
|
- content: '记者从16日召开的国务院政策例行吹风会上获悉,2018年,我国医疗救助惠及1.2亿人次,支出资金399.7亿元记者从16日召开的国务院政策例行吹风会上获悉,2018年,我国医疗救助惠及1.2亿人次,支出资金399.7亿元',
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ swiperList: [],
|
|
|
|
|
+ // jxList: [],
|
|
|
|
|
+ spList: [],
|
|
|
|
|
+ imgList: [],
|
|
|
|
|
+ friendList: [],
|
|
|
|
|
+ redNews: [
|
|
|
|
|
+ { id: 1, title: '关于《鼓励外商投资产业目录(征求意见稿)》公开征求意见的公告', add_time: 1624084078 },
|
|
|
|
|
+ { id: 2, title: '关于《鼓励外商投资产业目录(征求意见稿)》公开征求意见的公告', add_time: 1624084078 },
|
|
|
|
|
+ { id: 3, title: '关于《鼓励外商投资产业目录(征求意见稿)》公开征求意见的公告', add_time: 1624084078 },
|
|
|
|
|
+ { id: 4, title: '关于《鼓励外商投资产业目录(征求意见稿)》公开征求意见的公告', add_time: 1624084078 },
|
|
|
|
|
+ { id: 5, title: '关于《鼓励外商投资产业目录(征求意见稿)》公开征求意见的公告', add_time: 1624084078 },
|
|
|
|
|
+ { id: 6, title: '关于《鼓励外商投资产业目录(征求意见稿)》公开征求意见的公告', add_time: 1624084078 },
|
|
|
|
|
+ { id: 7, title: '关于《鼓励外商投资产业目录(征求意见稿)》公开征求意见的公告', add_time: 1624084078 },
|
|
|
|
|
+ { id: 8, title: '关于《鼓励外商投资产业目录(征求意见稿)》公开征求意见的公告', add_time: 1624084078 },
|
|
|
|
|
+ { id: 9, title: '关于《鼓励外商投资产业目录(征求意见稿)》公开征求意见的公告', add_time: 1624084078 }
|
|
|
],
|
|
],
|
|
|
- imgList: [
|
|
|
|
|
- 'https://cube.elemecdn.com/6/94/4d3ea53c084bad6931a56d5158a48jpeg.jpeg',
|
|
|
|
|
- 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
|
|
|
|
|
- 'https://cube.elemecdn.com/6/94/4d3ea53c084bad6931a56d5158a48jpeg.jpeg',
|
|
|
|
|
- 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
|
|
|
|
|
- 'https://cube.elemecdn.com/6/94/4d3ea53c084bad6931a56d5158a48jpeg.jpeg',
|
|
|
|
|
- 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
|
|
|
|
|
- 'https://cube.elemecdn.com/6/94/4d3ea53c084bad6931a56d5158a48jpeg.jpeg',
|
|
|
|
|
- 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
|
|
|
|
|
-
|
|
|
|
|
|
|
+ openNews: [
|
|
|
|
|
+ { id: 1, title: '关于《鼓励外商投资产业目录(征求意见稿)》公开征求意见的公告', add_time: 1624084078 },
|
|
|
|
|
+ { id: 2, title: '关于《鼓励外商投资产业目录(征求意见稿)》公开征求意见的公告', add_time: 1624084078 },
|
|
|
|
|
+ { id: 3, title: '关于《鼓励外商投资产业目录(征求意见稿)》公开征求意见的公告', add_time: 1624084078 },
|
|
|
|
|
+ { id: 4, title: '关于《鼓励外商投资产业目录(征求意见稿)》公开征求意见的公告', add_time: 1624084078 },
|
|
|
|
|
+ { id: 5, title: '关于《鼓励外商投资产业目录(征求意见稿)》公开征求意见的公告', add_time: 1624084078 },
|
|
|
|
|
+ { id: 6, title: '关于《鼓励外商投资产业目录(征求意见稿)》公开征求意见的公告', add_time: 1624084078 }
|
|
|
],
|
|
],
|
|
|
- friendList: [
|
|
|
|
|
- { name: '中国×××××网站', url: 'https://www.baidu.com', id: 85 },
|
|
|
|
|
- { name: '中国×××××网站', url: 'https://www.baidu.com', id: 86 },
|
|
|
|
|
- { name: '中国×××××网站', url: 'https://www.baidu.com', id: 87 },
|
|
|
|
|
- { name: '中国×××××网站', url: 'https://www.baidu.com', id: 88 },
|
|
|
|
|
- { name: '中国×××××网站', url: 'https://www.baidu.com', id: 89 },
|
|
|
|
|
- { name: '中国×××××网站', url: 'https://www.baidu.com', id: 82 },
|
|
|
|
|
- { name: '中国×××××网站', url: 'https://www.baidu.com', id: 81 },
|
|
|
|
|
- { name: '中国×××××网站', url: 'https://www.baidu.com', id: 83 }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ moreJxList: [],
|
|
|
|
|
+ timer: null
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
|
|
+ filters: {
|
|
|
|
|
+ getTime(val) {
|
|
|
|
|
+ let date = new Date(val * 1000);
|
|
|
|
|
+ let Y = date.getFullYear();
|
|
|
|
|
+ let M = date.getMonth() +1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1;
|
|
|
|
|
+ let D = date.getDate() < 10 ? '0' + date.getDay() : date.getDate();
|
|
|
|
|
+ return Y + '.' + M + '.' + D;
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ computed:{
|
|
|
|
|
+ jxList() {
|
|
|
|
|
+ return this.moreJxList.slice(0,3)
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ created() {
|
|
|
|
|
+ this.getIndex();
|
|
|
|
|
+ this.getFirstAidList();
|
|
|
|
|
+ this.getJxList();
|
|
|
|
|
+ },
|
|
|
methods: {
|
|
methods: {
|
|
|
navTo(url) {
|
|
navTo(url) {
|
|
|
- this.$router.push(url)
|
|
|
|
|
|
|
+ this.$router.push(url);
|
|
|
|
|
+ },
|
|
|
|
|
+ getIndex() {
|
|
|
|
|
+ loadIndexs().then(({ data }) => {
|
|
|
|
|
+ console.log(data);
|
|
|
|
|
+ this.swiperList = data.data.banner;
|
|
|
|
|
+ this.friendList = data.data.friend_link;
|
|
|
|
|
+ this.imgList = data.data.picture_list;
|
|
|
|
|
+ console.log(this.swiperList);
|
|
|
|
|
+ });
|
|
|
|
|
+ },
|
|
|
|
|
+ getFirstAidList() {
|
|
|
|
|
+ splist({
|
|
|
|
|
+ page: 1,
|
|
|
|
|
+ limit: 5
|
|
|
|
|
+ }).then(({ data }) => {
|
|
|
|
|
+ this.spList = data.data.list;
|
|
|
|
|
+ });
|
|
|
|
|
+ },
|
|
|
|
|
+ getJxList() {
|
|
|
|
|
+ let obj = this;
|
|
|
|
|
+ let data = {
|
|
|
|
|
+ page: 1,
|
|
|
|
|
+ limit: 20
|
|
|
|
|
+ };
|
|
|
|
|
+ loveList(data).then(res => {
|
|
|
|
|
+ obj.moreJxList = res.data.data.list.map(item => {
|
|
|
|
|
+ if (item.intention === '') {
|
|
|
|
|
+ item.intention = '非定向捐款';
|
|
|
|
|
+ }
|
|
|
|
|
+ let date = new Date(item.add_time * 1000);
|
|
|
|
|
+ let Y = date.getFullYear();
|
|
|
|
|
+ let M = date.getMonth()+1 < 10 ? '0' + (date.getMonth()+1) : date.getMonth() + 1;
|
|
|
|
|
+ let D = date.getDate() < 10 ? '0' + date.getDate() : date.getDate();
|
|
|
|
|
+ item.time = Y + '/' + M + '/' + D;
|
|
|
|
|
+ return item;
|
|
|
|
|
+ });
|
|
|
|
|
+ obj.gundong()
|
|
|
|
|
+ });
|
|
|
|
|
+ },
|
|
|
|
|
+ gundong() {
|
|
|
|
|
+ let obj = this
|
|
|
|
|
+ obj.timer = setTimeout(()=> {
|
|
|
|
|
+ obj.moreJxList.push(obj.moreJxList.shift())
|
|
|
|
|
+ // console.log(obj.moreJxList)
|
|
|
|
|
+ obj.gundong()
|
|
|
|
|
+ },2000)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|
|
@@ -193,19 +228,19 @@ export default {
|
|
|
.home-swiper {
|
|
.home-swiper {
|
|
|
width: 1200px;
|
|
width: 1200px;
|
|
|
height: 484px;
|
|
height: 484px;
|
|
|
- background: pink;
|
|
|
|
|
- margin: -24px auto 24px;
|
|
|
|
|
|
|
+ // background: pink;
|
|
|
|
|
+ margin: -20px auto 24px;
|
|
|
el-carousel {
|
|
el-carousel {
|
|
|
width: 1200px;
|
|
width: 1200px;
|
|
|
el-carousel-item {
|
|
el-carousel-item {
|
|
|
width: 1200px;
|
|
width: 1200px;
|
|
|
- el-image {
|
|
|
|
|
- width: 1200px;
|
|
|
|
|
- height: 484px;
|
|
|
|
|
- background: pink;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ height: 484px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ .swiper-img {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
.home-body {
|
|
.home-body {
|
|
|
width: 1200px;
|
|
width: 1200px;
|
|
@@ -213,46 +248,49 @@ export default {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
.body-left {
|
|
.body-left {
|
|
|
- .rsp {
|
|
|
|
|
|
|
+ .red-new {
|
|
|
|
|
+ width: 588px;
|
|
|
|
|
+ height: 344px;
|
|
|
|
|
+ background: #ffffff;
|
|
|
|
|
+ box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
|
|
|
|
|
+ margin-bottom: 24px;
|
|
|
|
|
+ // padding: 20px 15px 0 13px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .new-open {
|
|
|
|
|
+ // padding: 20px 15px 0 13px;
|
|
|
width: 588px;
|
|
width: 588px;
|
|
|
- height: 630px;
|
|
|
|
|
|
|
+ height: 262px;
|
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
|
|
|
- .sp-item {
|
|
|
|
|
- padding: 10px 13px 10px 12px;
|
|
|
|
|
|
|
+ }
|
|
|
|
|
+ .item-wrapper {
|
|
|
|
|
+ padding: 20px 15px 0 13px;
|
|
|
|
|
+ .new-item {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- border-bottom: 1px solid #F2F2F2;
|
|
|
|
|
- &:last-child {
|
|
|
|
|
- border: none;
|
|
|
|
|
|
|
+ justify-content: space-between;
|
|
|
|
|
+ margin-bottom: 17px;
|
|
|
|
|
+ span {
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ width: 8px;
|
|
|
|
|
+ height: 8px;
|
|
|
|
|
+ background: #d8d8d8;
|
|
|
|
|
+ // border-radius: 50%;
|
|
|
|
|
+ transform: rotate(45deg);
|
|
|
|
|
+ margin-right: 8px;
|
|
|
}
|
|
}
|
|
|
- .sp-img {
|
|
|
|
|
- width: 180px;
|
|
|
|
|
- height: 96px;
|
|
|
|
|
|
|
+ .title {
|
|
|
|
|
+ width: 460px;
|
|
|
|
|
+ height: 14px;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ font-family: PingFang SC;
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
+ color: #101010;
|
|
|
}
|
|
}
|
|
|
- .item-right {
|
|
|
|
|
- padding-left: 10px;
|
|
|
|
|
- .sp-title {
|
|
|
|
|
- width: 352px;
|
|
|
|
|
- font-size: 16px;
|
|
|
|
|
- font-family: PingFang SC;
|
|
|
|
|
- font-weight: bold;
|
|
|
|
|
- line-height: 24px;
|
|
|
|
|
- height: 24px;
|
|
|
|
|
- }
|
|
|
|
|
- .sp-content {
|
|
|
|
|
- padding-top: 5px;
|
|
|
|
|
- font-size: 14px;
|
|
|
|
|
- line-height: 20px;
|
|
|
|
|
- width: 372px;
|
|
|
|
|
- color: #666;
|
|
|
|
|
- }
|
|
|
|
|
- .more {
|
|
|
|
|
- text-align: right;
|
|
|
|
|
- font-size: 14px;
|
|
|
|
|
- font-family: PingFang SC;
|
|
|
|
|
- font-weight: bold;
|
|
|
|
|
- padding-top: 10px;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ .time {
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ font-family: PingFang SC;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ color: #999999;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -309,18 +347,24 @@ export default {
|
|
|
font-size: 17px;
|
|
font-size: 17px;
|
|
|
font-family: PingFang SC;
|
|
font-family: PingFang SC;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
- color: #D82020 !important;
|
|
|
|
|
|
|
+ color: #d82020 !important;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
// line-height: 54px;
|
|
// line-height: 54px;
|
|
|
height: 54px;
|
|
height: 54px;
|
|
|
}
|
|
}
|
|
|
.el-table__row > td {
|
|
.el-table__row > td {
|
|
|
- font-size: 17px;
|
|
|
|
|
- font-family: PingFang SC;
|
|
|
|
|
- font-weight: bold;
|
|
|
|
|
- color: #101010;
|
|
|
|
|
- text-align: center;
|
|
|
|
|
- height: 55px;
|
|
|
|
|
|
|
+ font-size: 17px;
|
|
|
|
|
+ font-family: PingFang SC;
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
+ color: #101010;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ height: 55px;
|
|
|
|
|
+ .cell {
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
|
+ white-space: nowrap;
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -342,7 +386,7 @@ export default {
|
|
|
padding: 14px 12px;
|
|
padding: 14px 12px;
|
|
|
.imgs {
|
|
.imgs {
|
|
|
width: 1176px;
|
|
width: 1176px;
|
|
|
- height: 124px;
|
|
|
|
|
|
|
+ // height: 124px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
|
overflow: auto hidden;
|
|
overflow: auto hidden;
|
|
@@ -373,7 +417,6 @@ export default {
|
|
|
margin-bottom: 15px;
|
|
margin-bottom: 15px;
|
|
|
.item-a {
|
|
.item-a {
|
|
|
color: #323131;
|
|
color: #323131;
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -384,14 +427,9 @@ export default {
|
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-// .el-carousel__indicator--horizontal {
|
|
|
|
|
-// .el-carousel__button {
|
|
|
|
|
-// background-color: rgba(0,0,0,0.9);
|
|
|
|
|
-// }
|
|
|
|
|
-// }
|
|
|
|
|
.is-active {
|
|
.is-active {
|
|
|
.el-carousel__button {
|
|
.el-carousel__button {
|
|
|
- background-color: #D82020 !important;
|
|
|
|
|
|
|
+ background-color: #d82020 !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|