|
@@ -3,100 +3,148 @@
|
|
|
<el-row>
|
|
|
<el-col :span="24" class="main">
|
|
|
<div class="w_1200">
|
|
|
- <el-col :span="24" class="one">
|
|
|
- <el-col :span="12" class="left">
|
|
|
- <el-col :span="24" class="leftTop">
|
|
|
- <el-col :span="2" class="image">
|
|
|
- <el-image :src="iconImage"></el-image>
|
|
|
- </el-col>
|
|
|
- <el-col :span="22" class="txt">
|
|
|
+ <el-col :span="5" class="left comoheight">
|
|
|
+ <el-col :span="24" class="one"> <i class="el-icon-s-unfold"></i>新闻资讯 </el-col>
|
|
|
+ <el-col :span="24" class="two">
|
|
|
+ <p>网上调查</p>
|
|
|
+ <el-image :src="cha"></el-image>
|
|
|
+ <el-form ref="form" :model="form">
|
|
|
+ <el-form-item>
|
|
|
+ <span slot="label">您是否愿意继续关注本平台 </span>
|
|
|
+ <el-radio-group v-model="form.resource">
|
|
|
+ <el-radio label="愿意"></el-radio>
|
|
|
+ <el-radio label="不愿意"></el-radio>
|
|
|
+ </el-radio-group>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item>
|
|
|
+ <el-button type="primary" @click="onSubmit">确认提交</el-button>
|
|
|
+ </el-form-item>
|
|
|
+ </el-form>
|
|
|
+ </el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="20" class="right comoheight">
|
|
|
+ <el-col :span="24" class="one comon">
|
|
|
+ <el-col :span="24" class="top">
|
|
|
+ <el-col :span="20" class="topLeft">
|
|
|
+ <span></span>
|
|
|
<span>科技咨讯</span>
|
|
|
- <span>C</span>
|
|
|
- <span>onsulting</span>
|
|
|
- <span>更多</span>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="4" class="topRight">
|
|
|
+ <el-link :underline="false" @click="$router.push({ path: '/live/service/newslist', query: { site: 'kjzx' } })">更多</el-link>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="info">
|
|
|
- <el-col :span="24" v-for="(item, index) in xwzxList" :key="index">
|
|
|
- <el-col :span="20">
|
|
|
- {{ item.title }}
|
|
|
+ <el-col :span="24" class="list">
|
|
|
+ <el-col :span="24" class="gjlist">
|
|
|
+ <el-col
|
|
|
+ :span="24"
|
|
|
+ class="kjzxList"
|
|
|
+ v-for="(item, index) in gjkjzxList"
|
|
|
+ :key="index"
|
|
|
+ @click.native="$router.push({ path: '/live/service/newslist', query: { site: 'kjzx', id: item.id } })"
|
|
|
+ >
|
|
|
+ <el-col :span="19" class="title textOver">
|
|
|
+ {{ item.title }}
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="5" class="date textOver">
|
|
|
+ {{ item.publish_time }}
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
- <el-col :span="4">
|
|
|
- {{ item.date }}
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="kxylist">
|
|
|
+ <el-col
|
|
|
+ :span="24"
|
|
|
+ class="kjzxList"
|
|
|
+ v-for="(item, index) in kxykjzxList"
|
|
|
+ :key="index"
|
|
|
+ @click.native="$router.push({ path: '/live/service/newslist', query: { site: 'kjzx', id: item.id } })"
|
|
|
+ >
|
|
|
+ <el-col :span="19" class="title textOver">
|
|
|
+ {{ item.title }}
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="5" class="date textOver">
|
|
|
+ {{ item.publish_time }}
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- <el-col :span="12" class="right">
|
|
|
- <el-col :span="24" class="leftTop">
|
|
|
- <el-col :span="2" class="image">
|
|
|
- <el-image :src="iconImage"></el-image>
|
|
|
- </el-col>
|
|
|
- <el-col :span="22" class="txt">
|
|
|
+ <el-col :span="24" class="two comon">
|
|
|
+ <el-col :span="24" class="top">
|
|
|
+ <el-col :span="20" class="topLeft">
|
|
|
+ <span></span>
|
|
|
<span>工作动态</span>
|
|
|
- <span>D</span>
|
|
|
- <span>ynamic</span>
|
|
|
- <span>更多</span>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="4" class="topRight">
|
|
|
+ <el-link :underline="false" @click="$router.push({ path: '/live/service/newslist', query: { site: 'gzdt' } })">更多</el-link>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="info">
|
|
|
- <el-col :span="24" v-for="(item, index) in gzdtList" :key="index">
|
|
|
- <el-col :span="20">
|
|
|
+ <el-col :span="24" class="list">
|
|
|
+ <el-col
|
|
|
+ :span="24"
|
|
|
+ class="gzdtList"
|
|
|
+ v-for="(item, index) in gzdtList"
|
|
|
+ :key="index"
|
|
|
+ @click.native="$router.push({ path: '/live/service/newslist', query: { site: 'gzdt', id: item.id } })"
|
|
|
+ >
|
|
|
+ <el-col :span="19" class="title textOver">
|
|
|
{{ item.title }}
|
|
|
</el-col>
|
|
|
- <el-col :span="4">
|
|
|
- {{ item.date }}
|
|
|
+ <el-col :span="5" class="date textOver">
|
|
|
+ {{ item.publish_time }}
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- </el-col>
|
|
|
- <el-col :span="24" class="two">
|
|
|
- <el-image :src="centerurl"></el-image>
|
|
|
- </el-col>
|
|
|
- <el-col :span="24" class="three">
|
|
|
- <el-col :span="12" class="left">
|
|
|
- <el-col :span="24" class="leftTop">
|
|
|
- <el-col :span="2" class="image">
|
|
|
- <el-image :src="iconImage"></el-image>
|
|
|
- </el-col>
|
|
|
- <el-col :span="22" class="txt">
|
|
|
+ <el-col :span="24" class="three comon">
|
|
|
+ <el-col :span="24" class="top">
|
|
|
+ <el-col :span="20" class="topLeft">
|
|
|
+ <span></span>
|
|
|
<span>通知通告</span>
|
|
|
- <span>N</span>
|
|
|
- <span>otice</span>
|
|
|
- <span>更多</span>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="4" class="topRight">
|
|
|
+ <el-link :underline="false" @click="$router.push({ path: '/live/service/newslist', query: { site: 'tztg' } })">更多</el-link>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="info">
|
|
|
- <el-col :span="24" v-for="(item, index) in tztgList" :key="index">
|
|
|
- <el-col :span="20">
|
|
|
+ <el-col :span="24" class="list">
|
|
|
+ <el-col
|
|
|
+ :span="24"
|
|
|
+ class="tztgList"
|
|
|
+ v-for="(item, index) in tztgList"
|
|
|
+ :key="index"
|
|
|
+ @click.native="$router.push({ path: '/live/service/newslist', query: { site: 'tztg', id: item.id } })"
|
|
|
+ >
|
|
|
+ <el-col :span="19" class="title textOver">
|
|
|
{{ item.title }}
|
|
|
</el-col>
|
|
|
- <el-col :span="4">
|
|
|
- {{ item.date }}
|
|
|
+ <el-col :span="5" class="date textOver">
|
|
|
+ {{ item.publish_time }}
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- <el-col :span="12" class="right">
|
|
|
- <el-col :span="24" class="leftTop">
|
|
|
- <el-col :span="2" class="image">
|
|
|
- <el-image :src="iconImage"></el-image>
|
|
|
- </el-col>
|
|
|
- <el-col :span="22" class="txt">
|
|
|
+ <el-col :span="24" class="four comon">
|
|
|
+ <el-col :span="24" class="top">
|
|
|
+ <el-col :span="20" class="topLeft">
|
|
|
+ <span></span>
|
|
|
<span>技术前沿</span>
|
|
|
- <span>F</span>
|
|
|
- <span>ront</span>
|
|
|
- <span>更多</span>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="4" class="topRight">
|
|
|
+ <el-link :underline="false" @click="$router.push({ path: '/live/service/newslist', query: { site: 'jsqy' } })">更多</el-link>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="info">
|
|
|
- <el-col :span="24" v-for="(item, index) in jsqyList" :key="index">
|
|
|
- <el-col :span="20">
|
|
|
+ <el-col :span="24" class="list">
|
|
|
+ <el-col
|
|
|
+ :span="24"
|
|
|
+ class="jsqyList"
|
|
|
+ v-for="(item, index) in jsqyList"
|
|
|
+ :key="index"
|
|
|
+ @click.native="$router.push({ path: '/live/service/newslist', query: { site: 'jsqy', id: item.id } })"
|
|
|
+ >
|
|
|
+ <el-col :span="19" class="title textOver">
|
|
|
{{ item.title }}
|
|
|
</el-col>
|
|
|
- <el-col :span="4">
|
|
|
- {{ item.date }}
|
|
|
+ <el-col :span="5" class="date textOver">
|
|
|
+ {{ item.publish_time }}
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -104,12 +152,16 @@
|
|
|
</el-col>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
+ <el-backtop> </el-backtop>
|
|
|
</el-row>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
+const _ = require('lodash');
|
|
|
import { mapState, createNamespacedHelpers } from 'vuex';
|
|
|
+const { mapActions: journcolumn } = createNamespacedHelpers('journcolumn');
|
|
|
+const { mapActions: journnews } = createNamespacedHelpers('journnews');
|
|
|
export default {
|
|
|
metaInfo() {
|
|
|
return { title: this.$route.meta.title };
|
|
@@ -119,41 +171,78 @@ export default {
|
|
|
components: {},
|
|
|
data: function() {
|
|
|
return {
|
|
|
- // 中间图片
|
|
|
- centerurl: require('@a/dynamic8.png'),
|
|
|
- iconImage: require('@/assets/live/square_big.png'),
|
|
|
- // 新闻资讯
|
|
|
- xwzxList: [
|
|
|
- {
|
|
|
- title: '测试标题',
|
|
|
- date: '2020-10-10',
|
|
|
- },
|
|
|
- ],
|
|
|
+ // 网上调查
|
|
|
+ cha: require('@a/cha.png'),
|
|
|
+ form: {},
|
|
|
+ // 科技咨讯
|
|
|
+ // 国家
|
|
|
+ gjkjzxList: [],
|
|
|
+ // 科学院
|
|
|
+ kxykjzxList: [],
|
|
|
// 工作动态
|
|
|
- gzdtList: [
|
|
|
- {
|
|
|
- title: '测试标题',
|
|
|
- date: '2020-10-10',
|
|
|
- },
|
|
|
- ],
|
|
|
+ gzdtList: [],
|
|
|
// 通知通告
|
|
|
- tztgList: [
|
|
|
- {
|
|
|
- title: '测试标题',
|
|
|
- date: '2020-10-10',
|
|
|
- },
|
|
|
- ],
|
|
|
+ tztgList: [],
|
|
|
// 技术前沿
|
|
|
- jsqyList: [
|
|
|
- {
|
|
|
- title: '测试标题',
|
|
|
- date: '2020-10-10',
|
|
|
- },
|
|
|
- ],
|
|
|
+ jsqyList: [],
|
|
|
+ // 栏目
|
|
|
+ column: [],
|
|
|
};
|
|
|
},
|
|
|
- created() {},
|
|
|
- methods: {},
|
|
|
+ async created() {
|
|
|
+ await this.searchcol();
|
|
|
+ await this.search();
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ ...journcolumn({ journcolumnQuery: 'query' }),
|
|
|
+ ...journnews(['query', 'create', 'update', 'delete']),
|
|
|
+ // 查询栏目
|
|
|
+ async searchcol() {
|
|
|
+ let res = await this.journcolumnQuery();
|
|
|
+ if (this.$checkRes(res)) {
|
|
|
+ this.$set(this, `column`, res.data);
|
|
|
+ }
|
|
|
+ },
|
|
|
+ // 查询列表
|
|
|
+ async search() {
|
|
|
+ let one = this.column.find(i => i.site == 'kjzx');
|
|
|
+ if (one) {
|
|
|
+ let res = await this.query({ column_id: one.id });
|
|
|
+ if (this.$checkRes(res)) {
|
|
|
+ let gjkjzxList = res.data.filter(i => i.type == '国家');
|
|
|
+ if (gjkjzxList) this.$set(this, `gjkjzxList`, _.orderBy(gjkjzxList.slice(0, 6), ['publish_time'], ['desc']));
|
|
|
+ let kxykjzxList = res.data.filter(i => i.type == '科学院');
|
|
|
+ if (kxykjzxList) this.$set(this, `kxykjzxList`, _.orderBy(gjkjzxList.slice(0, 6), ['publish_time'], ['desc']));
|
|
|
+ }
|
|
|
+ }
|
|
|
+ let two = this.column.find(i => i.site == 'gzdt');
|
|
|
+ if (two) {
|
|
|
+ let res = await this.query({ limit: 6, column_id: two.id });
|
|
|
+ if (this.$checkRes(res)) {
|
|
|
+ this.$set(this, `${two.site}List`, _.orderBy(res.data, ['publish_time'], ['desc']));
|
|
|
+ }
|
|
|
+ }
|
|
|
+ let three = this.column.find(i => i.site == 'tztg');
|
|
|
+ if (three) {
|
|
|
+ let res = await this.query({ limit: 6, column_id: three.id });
|
|
|
+ if (this.$checkRes(res)) {
|
|
|
+ this.$set(this, `${three.site}List`, _.orderBy(res.data, ['publish_time'], ['desc']));
|
|
|
+ }
|
|
|
+ }
|
|
|
+ let four = this.column.find(i => i.site == 'jsqy');
|
|
|
+ if (four) {
|
|
|
+ let res = await this.query({ limit: 6, column_id: four.id });
|
|
|
+ if (this.$checkRes(res)) {
|
|
|
+ this.$set(this, `${four.site}List`, _.orderBy(res.data, ['publish_time'], ['desc']));
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ // 网上调查提交
|
|
|
+ onSubmit() {
|
|
|
+ let data = this.form;
|
|
|
+ console.log(data);
|
|
|
+ },
|
|
|
+ },
|
|
|
computed: {
|
|
|
...mapState(['user']),
|
|
|
},
|
|
@@ -162,107 +251,181 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
-.w_1200 {
|
|
|
- width: 1200px;
|
|
|
- margin: 0 auto;
|
|
|
-}
|
|
|
.main {
|
|
|
margin: 15px 0;
|
|
|
- .one {
|
|
|
- margin: 0 0 10px 0;
|
|
|
- height: 500px;
|
|
|
- .left {
|
|
|
- width: 49%;
|
|
|
- box-shadow: 0 0 5px #409eff;
|
|
|
- border-radius: 20px;
|
|
|
- padding: 15px;
|
|
|
- margin: 0 20px 0 0;
|
|
|
- .info {
|
|
|
- height: 420px;
|
|
|
- border: 1px solid red;
|
|
|
- overflow: hidden;
|
|
|
- }
|
|
|
+ .left {
|
|
|
+ min-height: 1680px;
|
|
|
+ margin: 0 15px 0 0;
|
|
|
+ box-shadow: 0 0 5px #409eff;
|
|
|
+ .one {
|
|
|
+ height: 60px;
|
|
|
+ line-height: 60px;
|
|
|
+ background-color: #409eff;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 25px;
|
|
|
+ font-weight: 600;
|
|
|
+ letter-spacing: 2px;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
- .right {
|
|
|
- width: 49%;
|
|
|
- border-radius: 20px;
|
|
|
- padding: 15px;
|
|
|
- box-shadow: 0 0 5px #409eff;
|
|
|
- .info {
|
|
|
- height: 420px;
|
|
|
- border: 1px solid red;
|
|
|
- overflow: hidden;
|
|
|
+ .two {
|
|
|
+ text-align: center;
|
|
|
+ p {
|
|
|
+ width: 100%;
|
|
|
+ height: 59px;
|
|
|
+ line-height: 60px;
|
|
|
+ color: #666;
|
|
|
+ border-bottom: 1px dashed #666;
|
|
|
+ font-size: 25px;
|
|
|
+ text-align: center;
|
|
|
+ font-weight: 600;
|
|
|
+ letter-spacing: 2px;
|
|
|
+ }
|
|
|
+ .el-image {
|
|
|
+ width: 150px;
|
|
|
+ height: 100px;
|
|
|
+ margin: 30px 0;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .two {
|
|
|
- margin: 0 0 10px 0;
|
|
|
- .el-image {
|
|
|
- width: 100%;
|
|
|
- height: 130px;
|
|
|
- overflow: hidden;
|
|
|
+ .right {
|
|
|
+ width: 935px;
|
|
|
+ min-height: 500px;
|
|
|
+ box-shadow: 0 0 5px #409eff;
|
|
|
+ .one {
|
|
|
+ .kjzxList {
|
|
|
+ border-bottom: 1px dashed #ccc;
|
|
|
+ padding: 10px 0;
|
|
|
+ .title {
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .date {
|
|
|
+ font-size: 16px;
|
|
|
+ text-align: right;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .kjzxList:hover {
|
|
|
+ cursor: pointer;
|
|
|
+ .title {
|
|
|
+ color: #409eff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .gjlist {
|
|
|
+ border-bottom: 2px solid #000;
|
|
|
+ padding: 0 0 20px 0;
|
|
|
+ }
|
|
|
+ .kxylist {
|
|
|
+ margin: 10px 0 0 0;
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
- .three {
|
|
|
- height: 500px;
|
|
|
- .left {
|
|
|
- width: 49%;
|
|
|
- box-shadow: 0 0 5px #409eff;
|
|
|
- border-radius: 20px;
|
|
|
- padding: 15px;
|
|
|
- margin: 0 20px 0 0;
|
|
|
- .info {
|
|
|
- height: 420px;
|
|
|
- border: 1px solid red;
|
|
|
- overflow: hidden;
|
|
|
+ .two {
|
|
|
+ .gzdtList {
|
|
|
+ border-bottom: 1px dashed #ccc;
|
|
|
+ padding: 10px 0;
|
|
|
+ .title {
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .date {
|
|
|
+ font-size: 16px;
|
|
|
+ text-align: right;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .gzdtList:hover {
|
|
|
+ cursor: pointer;
|
|
|
+ .title {
|
|
|
+ color: #409eff;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
- .right {
|
|
|
- width: 49%;
|
|
|
- border-radius: 20px;
|
|
|
- padding: 15px;
|
|
|
- box-shadow: 0 0 5px #409eff;
|
|
|
- .info {
|
|
|
- height: 420px;
|
|
|
- border: 1px solid red;
|
|
|
- overflow: hidden;
|
|
|
+ .three {
|
|
|
+ .tztgList {
|
|
|
+ border-bottom: 1px dashed #ccc;
|
|
|
+ padding: 10px 0;
|
|
|
+ .title {
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .date {
|
|
|
+ font-size: 16px;
|
|
|
+ text-align: right;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .tztgList:hover {
|
|
|
+ cursor: pointer;
|
|
|
+ .title {
|
|
|
+ color: #409eff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .four {
|
|
|
+ .jsqyList {
|
|
|
+ border-bottom: 1px dashed #ccc;
|
|
|
+ padding: 10px 0;
|
|
|
+ .title {
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .date {
|
|
|
+ font-size: 16px;
|
|
|
+ text-align: right;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .jsqyList:hover {
|
|
|
+ cursor: pointer;
|
|
|
+ .title {
|
|
|
+ color: #409eff;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-.leftTop {
|
|
|
- height: 50px;
|
|
|
- overflow: hidden;
|
|
|
- .txt {
|
|
|
- height: 47px;
|
|
|
- line-height: 47px;
|
|
|
- border-bottom: 3px solid #044b79;
|
|
|
- span:first-child {
|
|
|
- color: #000000;
|
|
|
- font-size: 24px;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
- span:nth-child(2) {
|
|
|
- color: #92959a;
|
|
|
- font-size: 24px;
|
|
|
- font-weight: bold;
|
|
|
- margin: 0 0 0 10px;
|
|
|
- }
|
|
|
- span:nth-child(3) {
|
|
|
- color: #92959a;
|
|
|
- font-size: 18px;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
- span:last-child {
|
|
|
- float: right;
|
|
|
- padding: 0 15px;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
- color: #044b79;
|
|
|
+/deep/.el-form-item__label {
|
|
|
+ width: 100%;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+/deep/.el-radio {
|
|
|
+ width: 36%;
|
|
|
+ text-align: left;
|
|
|
+ padding: 5px 80px;
|
|
|
+}
|
|
|
+// 右侧公共样式
|
|
|
+.comon {
|
|
|
+ padding: 0 20px;
|
|
|
+ margin: 0 0 15px 0;
|
|
|
+ .top {
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+ border-bottom: 1px dashed #ccc;
|
|
|
+ margin: 0 0 10px 0;
|
|
|
+ .topLeft {
|
|
|
+ span:nth-child(1) {
|
|
|
+ display: inline-block;
|
|
|
+ width: 4px;
|
|
|
+ height: 20px;
|
|
|
+ background: #005293;
|
|
|
+ margin: 0px 10px 0 0;
|
|
|
+ position: relative;
|
|
|
+ top: 3px;
|
|
|
+ }
|
|
|
+ span:nth-child(2) {
|
|
|
+ font-size: 20px;
|
|
|
+ color: #005293;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
}
|
|
|
- span:last-child:hover {
|
|
|
- cursor: pointer;
|
|
|
+ .topRight {
|
|
|
+ text-align: right;
|
|
|
+ .el-link {
|
|
|
+ padding: 0 10px;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #044b79;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
+ .list {
|
|
|
+ min-height: 270px;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|