|
|
@@ -1,8 +1,8 @@ |
|
|
|
<template> |
|
|
|
<div> |
|
|
|
<el-carousel trigger="click" height="400px"> |
|
|
|
<el-carousel-item v-for="item in 3" :key="item"> |
|
|
|
<img src="//lanhu.oss-cn-beijing.aliyuncs.com/pso3qae4u2g8lb8tie1nc2mweul0p5j5i81ef68b8f-e805-4d9f-9c5d-5679d724f7c3"/> |
|
|
|
<el-carousel-item v-for="(item,index) in lunBoList" :key="index"> |
|
|
|
<img :src="item.aboutImg"/> |
|
|
|
</el-carousel-item> |
|
|
|
</el-carousel> |
|
|
|
<el-main style="width: 960px;margin: 0 auto"> |
|
|
@@ -13,14 +13,17 @@ |
|
|
|
<span><el-divider direction="vertical"></el-divider>重要信息</span> |
|
|
|
<el-button style="float: right; padding: 3px 0;color: #fff;font-size: 12px" type="text">更多>></el-button> |
|
|
|
</div> |
|
|
|
<div v-for="o in 10" :key="o" class="text item"> |
|
|
|
{{'List item ' + o }} |
|
|
|
<div v-for="(o, index) in importList" :key="index" class="text item"> |
|
|
|
{{index+1}}、{{o.title}} |
|
|
|
</div> |
|
|
|
</el-card> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12"><div class="grid-content bg-purple-light"></div> |
|
|
|
<el-card class="box-card" shadow="never" style="margin: 0 10px" :body-style="{ padding: '0px',height:'418px' }"> |
|
|
|
<img src="../assets/img/ps33zrxsxe75je6fyz0ieqako59448zdwo2b864170-7f1e-4bcb-9a87-f19996c6d605.png"/> |
|
|
|
<el-card class="box-card" shadow="never" style="margin: 0 10px; position: relative;" :body-style="{ padding: '0px',height:'418px' }"> |
|
|
|
<img :src="imgObj.aboutImg"/> |
|
|
|
<div class="img_info"> |
|
|
|
<span class="img_text">2021中国国际汽车电子高峰论坛将于11月25日在上海举行</span> |
|
|
|
</div> |
|
|
|
</el-card> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6"><div class="grid-content bg-purple"></div> |
|
|
@@ -29,8 +32,8 @@ |
|
|
|
<span><el-divider direction="vertical"></el-divider>新闻资讯</span> |
|
|
|
<el-button style="float: right; padding: 3px 0;color: #fff;font-size: 12px" type="text">更多>></el-button> |
|
|
|
</div> |
|
|
|
<div v-for="o in 10" :key="o" class="text item"> |
|
|
|
{{'List item ' + o }} |
|
|
|
<div v-for="(item, index) in newsList" :key="index" class="text item"> |
|
|
|
{{index+1}}、{{item.title}} |
|
|
|
</div> |
|
|
|
</el-card> |
|
|
|
</el-col> |
|
|
@@ -43,9 +46,9 @@ |
|
|
|
<span><el-divider direction="vertical"></el-divider>行业动态</span> |
|
|
|
<el-button style="float: right; padding: 3px 0;color: #999999;font-size: 12px" type="text">更多>></el-button> |
|
|
|
</div> |
|
|
|
<h2>半导体产业的分工,芯片设计服务公司大有可为</h2> |
|
|
|
<p>回顾历史,半导体产业模式在不断随着市场需求而变化。像一个帝国模式的演变,以1980年作为分界线,往前则是IDM(Integra</p> |
|
|
|
<img src="../assets/img/ps33zrxsxe75je6fyz0ieqako59448zdwo2b864170-7f1e-4bcb-9a87-f19996c6d605.png" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
<h2>{{hangDamic.title}}</h2> |
|
|
|
<p v-html="hangDamic.content"></p> |
|
|
|
<img :src="hangDamic.aboutImg" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
</el-card> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12"> |
|
|
@@ -54,9 +57,12 @@ |
|
|
|
<span><el-divider direction="vertical"></el-divider>产业政策</span> |
|
|
|
<el-button style="float: right; padding: 3px 0;color: #999999;font-size: 12px" type="text">更多>></el-button> |
|
|
|
</div> |
|
|
|
<div class="list" v-for="o in 4"> |
|
|
|
<h2>半导体产业的分工,芯片设计服务公司大有可为</h2> |
|
|
|
<p>回顾历史,半导体产业模式在不断随着市场需求而变化。像一个帝国模式的演变,以1980年作为分界线,往前则是IDM(Integra</p> |
|
|
|
<div class="list" v-for="(item, index) in chanList" :key="index"> |
|
|
|
<h2 style="display: flex; flex-direction: row"> |
|
|
|
<span style="flex: 1">{{item.title}}</span> |
|
|
|
<span class="time">{{item.publishTime}}</span> |
|
|
|
</h2> |
|
|
|
<p v-html="item.content"></p> |
|
|
|
</div> |
|
|
|
</el-card> |
|
|
|
</el-col> |
|
|
@@ -70,14 +76,12 @@ |
|
|
|
<span><el-divider direction="vertical"></el-divider>合作交流</span> |
|
|
|
<el-button style="float: right; padding: 3px 0;color: #999999;font-size: 12px" type="text">更多>></el-button> |
|
|
|
</div> |
|
|
|
<h2>半导体产业的分工,芯片设计服务公司大有可为</h2> |
|
|
|
<p>回顾历史,半导体产业模式在不断随着市场需求而变化。像一个帝国模式的演变,以1980年作为分界线,往前则是IDM(Integra</p> |
|
|
|
<img src="../assets/img/ps33zrxsxe75je6fyz0ieqako59448zdwo2b864170-7f1e-4bcb-9a87-f19996c6d605.png" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
</el-card> |
|
|
|
<el-card class="box-card" shadow="never" :body-style="{ padding: '0px 20px' }"> |
|
|
|
<h2>半导体产业的分工,芯片设计服务公司大有可为</h2> |
|
|
|
<p>回顾历史,半导体产业模式在不断随着市场需求而变化。像一个帝国模式的演变,以1980年作为分界线,往前则是IDM(Integra</p> |
|
|
|
<img src="../assets/img/ps33zrxsxe75je6fyz0ieqako59448zdwo2b864170-7f1e-4bcb-9a87-f19996c6d605.png" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
<el-card class="box-card" shadow="never" v-for="(item, index) in hezuoList" :key="index" |
|
|
|
:body-style="{ padding: '0px 20px' }"> |
|
|
|
<h2>{{item.title}}</h2> |
|
|
|
<p v-html="item.content"></p> |
|
|
|
<img :src="item.aboutImg" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
</el-card> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
@@ -86,14 +90,15 @@ |
|
|
|
<span><el-divider direction="vertical"></el-divider>知识产权</span> |
|
|
|
<el-button style="float: right; padding: 3px 0;color: #999999;font-size: 12px" type="text">更多>></el-button> |
|
|
|
</div> |
|
|
|
<h2>半导体产业的分工,芯片设计服务公司大有可为</h2> |
|
|
|
<!-- <h2>半导体产业的分工,芯片设计服务公司大有可为</h2> |
|
|
|
<p>回顾历史,半导体产业模式在不断随着市场需求而变化。像一个帝国模式的演变,以1980年作为分界线,往前则是IDM(Integra</p> |
|
|
|
<img src="../assets/img/ps33zrxsxe75je6fyz0ieqako59448zdwo2b864170-7f1e-4bcb-9a87-f19996c6d605.png" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
<img src="../assets/img/ps33zrxsxe75je6fyz0ieqako59448zdwo2b864170-7f1e-4bcb-9a87-f19996c6d605.png" style="border-radius: 10px;margin: 10px 0" width="100%"/> --> |
|
|
|
</el-card> |
|
|
|
<el-card class="box-card" shadow="never" :body-style="{ padding: '0px 20px' }"> |
|
|
|
<h2>半导体产业的分工,芯片设计服务公司大有可为</h2> |
|
|
|
<p>回顾历史,半导体产业模式在不断随着市场需求而变化。像一个帝国模式的演变,以1980年作为分界线,往前则是IDM(Integra</p> |
|
|
|
<img src="../assets/img/ps33zrxsxe75je6fyz0ieqako59448zdwo2b864170-7f1e-4bcb-9a87-f19996c6d605.png" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
<el-card class="box-card" shadow="never" v-for="(item, index) in zhishiList" :key="index" |
|
|
|
:body-style="{ padding: '0px 20px' }"> |
|
|
|
<h2>{{item.title}}</h2> |
|
|
|
<p v-html="item.content"></p> |
|
|
|
<img :src="item.aboutImg" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
</el-card> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
@@ -102,14 +107,15 @@ |
|
|
|
<span><el-divider direction="vertical"></el-divider>会员产品</span> |
|
|
|
<el-button style="float: right; padding: 3px 0;color: #999999;font-size: 12px" type="text">更多>></el-button> |
|
|
|
</div> |
|
|
|
<h2>半导体产业的分工,芯片设计服务公司大有可为</h2> |
|
|
|
<!-- <h2>半导体产业的分工,芯片设计服务公司大有可为</h2> |
|
|
|
<p>回顾历史,半导体产业模式在不断随着市场需求而变化。像一个帝国模式的演变,以1980年作为分界线,往前则是IDM(Integra</p> |
|
|
|
<img src="../assets/img/ps33zrxsxe75je6fyz0ieqako59448zdwo2b864170-7f1e-4bcb-9a87-f19996c6d605.png" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
<img src="../assets/img/ps33zrxsxe75je6fyz0ieqako59448zdwo2b864170-7f1e-4bcb-9a87-f19996c6d605.png" style="border-radius: 10px;margin: 10px 0" width="100%"/> --> |
|
|
|
</el-card> |
|
|
|
<el-card class="box-card" shadow="never" :body-style="{ padding: '0px 20px' }"> |
|
|
|
<h2>半导体产业的分工,芯片设计服务公司大有可为</h2> |
|
|
|
<p>回顾历史,半导体产业模式在不断随着市场需求而变化。像一个帝国模式的演变,以1980年作为分界线,往前则是IDM(Integra</p> |
|
|
|
<img src="../assets/img/ps33zrxsxe75je6fyz0ieqako59448zdwo2b864170-7f1e-4bcb-9a87-f19996c6d605.png" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
<el-card class="box-card" shadow="never" v-for="(item, index) in huiyuanList" :key="index" |
|
|
|
:body-style="{ padding: '0px 20px' }"> |
|
|
|
<h2>{{item.title}}</h2> |
|
|
|
<p v-html="item.content"></p> |
|
|
|
<img :src="item.aboutImg" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
</el-card> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
@@ -122,9 +128,12 @@ |
|
|
|
<span><el-divider direction="vertical"></el-divider>合作交流</span> |
|
|
|
<el-button style="float: right; padding: 3px 0;color: #999999;font-size: 12px" type="text">更多>></el-button> |
|
|
|
</div> |
|
|
|
<div class="list" v-for="o in 4"> |
|
|
|
<h2>半导体产业的分工,芯片设计服务公司大有可为</h2> |
|
|
|
<p>回顾历史,半导体产业模式在不断随着市场需求而变化。像一个帝国模式的演变,以1980年作为分界线,往前则是IDM(Integra</p> |
|
|
|
<div class="list" v-for="(item, index) in hezuoList" :key="index"> |
|
|
|
<h2 style="display: flex; flex-direction: row"> |
|
|
|
<span style="flex: 1">{{item.title}}</span> |
|
|
|
<span class="time">{{item.publishTime}}</span> |
|
|
|
</h2> |
|
|
|
<p v-html="item.content"></p> |
|
|
|
</div> |
|
|
|
</el-card> |
|
|
|
<div style="border-right: 1px solid #eee;width:1px;height: 320px;position: absolute;top:15px;right: 0"></div> |
|
|
@@ -135,14 +144,55 @@ |
|
|
|
<span><el-divider direction="vertical"></el-divider>企业认定</span> |
|
|
|
<el-button style="float: right; padding: 3px 0;color: #999999;font-size: 12px" type="text">更多>></el-button> |
|
|
|
</div> |
|
|
|
<div class="list" v-for="o in 4"> |
|
|
|
<h2>半导体产业的分工,芯片设计服务公司大有可为</h2> |
|
|
|
<p>回顾历史,半导体产业模式在不断随着市场需求而变化。像一个帝国模式的演变,以1980年作为分界线,往前则是IDM(Integra</p> |
|
|
|
<div class="list" v-for="(item, index) in qiyeList" :key="index"> |
|
|
|
<h2 style="display: flex; flex-direction: row"> |
|
|
|
<span style="flex: 1">{{item.title}}</span> |
|
|
|
<span class="time">{{item.publishTime}}</span> |
|
|
|
</h2> |
|
|
|
<p v-html="item.content"></p> |
|
|
|
</div> |
|
|
|
</el-card> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</el-card> |
|
|
|
|
|
|
|
<el-card class="box-card" shadow="never" :body-style="{ padding: '0px' }" style="margin-top: 10px"> |
|
|
|
<el-row class="card_style2"> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-card class="box-card" shadow="never" :body-style="{ padding: '0px 20px' }"> |
|
|
|
<div slot="header"> |
|
|
|
<span><el-divider direction="vertical"></el-divider>行业管理</span> |
|
|
|
<el-button style="float: right; padding: 3px 0;color: #999999;font-size: 12px" type="text">更多>></el-button> |
|
|
|
</div> |
|
|
|
<div class="list" v-for="(item, index) in hangyeList" :key="index"> |
|
|
|
<h2 style="display: flex; flex-direction: row"> |
|
|
|
<span style="flex: 1">{{item.title}}</span> |
|
|
|
<span class="time">{{item.title}}</span> |
|
|
|
</h2> |
|
|
|
<p v-html="item.content"></p> |
|
|
|
<img :src="item.aboutImg" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
</div> |
|
|
|
</el-card> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-card class="box-card" shadow="never" :body-style="{ padding: '0px 20px' }"> |
|
|
|
<div slot="header"> |
|
|
|
<span><el-divider direction="vertical"></el-divider>人力资源</span> |
|
|
|
<el-button style="float: right; padding: 3px 0;color: #999999;font-size: 12px" type="text">更多>></el-button> |
|
|
|
</div> |
|
|
|
<div class="list" v-for="(item, index) in renliList" :key="index"> |
|
|
|
<h2 style="display: flex; flex-direction: row"> |
|
|
|
<span style="flex: 1">{{item.title}}</span> |
|
|
|
<span class="time">{{item.title}}</span> |
|
|
|
</h2> |
|
|
|
<p v-html="item.content"></p> |
|
|
|
<img :src="item.aboutImg" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
</div> |
|
|
|
</el-card> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</el-card> |
|
|
|
|
|
|
|
<el-card class="box-card" shadow="never" :body-style="{ padding: '0px' }" style="margin-top: 10px"> |
|
|
|
<el-row class="card_style2"> |
|
|
|
<el-col :span="24"> |
|
|
@@ -150,8 +200,9 @@ |
|
|
|
<div slot="header"> |
|
|
|
<span><el-divider direction="vertical"></el-divider>会员企业</span> |
|
|
|
</div> |
|
|
|
<div v-for="o in 10" style="display: inline-table;width: 135px;height: 62px;border: 1px solid #eee;margin: 10px 20px;text-align: center"> |
|
|
|
<img src="../assets/img/psbgg7t8t6t7ljqxtsg9h7ly4mpk83p6f1c4592a0-a2cd-41a9-bb83-8feb2ffe175e.png"/> |
|
|
|
<div v-for="(item, index) in huiyuanQiList" :key="index" |
|
|
|
style="display: inline-table;width: 135px;height: 62px;border: 1px solid #eee;margin: 10px 20px;text-align: center"> |
|
|
|
<img :src="item.aboutImgUrl"/> |
|
|
|
</div> |
|
|
|
</el-card> |
|
|
|
<el-card class="box-card" shadow="never" :body-style="{ padding: '0px 20px' }"> |
|
|
@@ -159,7 +210,12 @@ |
|
|
|
<span><el-divider direction="vertical"></el-divider>友情链接</span> |
|
|
|
</div> |
|
|
|
<div > |
|
|
|
<el-button type="text" style="color: #255089">国家发改委 | 国家工信部 | 国家财政部 | 国家税务机关 | 中国海关 </el-button> |
|
|
|
<el-button type="text" style="color: #255089"> |
|
|
|
<a href="" v-for="(item, index) in youqingList" :key="index" > |
|
|
|
{{item.title}} |
|
|
|
</a> |
|
|
|
<!-- 国家发改委 | 国家工信部 | 国家财政部 | 国家税务机关 | 中国海关 --> |
|
|
|
</el-button> |
|
|
|
</div> |
|
|
|
</el-card> |
|
|
|
</el-col> |
|
|
@@ -170,29 +226,157 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import {getChannelInformationsRequest, getChannelsRequest, getDetailRequest} from "../api/data"; |
|
|
|
import {getChannelInformationsRequest, getChannelsRequest, |
|
|
|
getDetailRequest, getPositionRequest} from "../api/data"; |
|
|
|
|
|
|
|
export default { |
|
|
|
data () { |
|
|
|
return { |
|
|
|
|
|
|
|
importList: [], |
|
|
|
newsList: [], |
|
|
|
hangDamic: {}, |
|
|
|
chanList: [], |
|
|
|
hezuoList: [], |
|
|
|
zhishiList: [], |
|
|
|
huiyuanList: [], |
|
|
|
hezuoList: [], |
|
|
|
qiyeList: [], |
|
|
|
hangyeList: [], |
|
|
|
renliList: [], |
|
|
|
huiyuanQiList: [], |
|
|
|
youqingList: [], |
|
|
|
lunBoList: [], |
|
|
|
imgObj: {} |
|
|
|
} |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
async getPositionRequest(){ |
|
|
|
let res = await getPositionRequest() |
|
|
|
if(res.code == 200){ |
|
|
|
res.data.map((item) => { |
|
|
|
this.getChannelInformationsRequest(item.zhanshilanmu, item.weizhi) |
|
|
|
}) |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
async getChannelInformationsRequest(id, weizhi){ |
|
|
|
let res = await getChannelInformationsRequest({channelId: id}); |
|
|
|
if(res.code == 200){ |
|
|
|
if(weizhi){ |
|
|
|
if(weizhi == "A"){ |
|
|
|
// 重要信息 |
|
|
|
this.importList = res.data.records.slice(0, 10) |
|
|
|
}else if(weizhi == "O"){ |
|
|
|
let img = res.data.records.slice(0, 1) |
|
|
|
if(img){ |
|
|
|
this.imgObj = img[0] |
|
|
|
} |
|
|
|
}else if(weizhi == "B"){ |
|
|
|
// 新闻资讯 |
|
|
|
this.newsList = res.data.records.slice(0, 10) |
|
|
|
}else if(weizhi == "C"){ |
|
|
|
// 行业动态 |
|
|
|
let damic = res.data.records.slice(0, 1) |
|
|
|
if(damic){ |
|
|
|
this.hangDamic = damic[0] |
|
|
|
} |
|
|
|
}else if(weizhi == "D"){ |
|
|
|
// 产业政策 |
|
|
|
this.chanList = res.data.records.slice(0, 4) |
|
|
|
this.chanList.map((ite) => { |
|
|
|
ite.publishTime = this.$moment().format("MM-DD") |
|
|
|
}) |
|
|
|
}else if(weizhi == "E"){ |
|
|
|
// 合作交流 |
|
|
|
this.hezuoList = res.data.records.slice(0, 4) |
|
|
|
this.hezuoList.map((ite) => { |
|
|
|
ite.publishTime = this.$moment().format("MM-DD") |
|
|
|
}) |
|
|
|
}else if(weizhi == "F"){ |
|
|
|
// 知识产权 |
|
|
|
this.zhishiList = res.data.records.slice(0, 2) |
|
|
|
}else if(weizhi == "G"){ |
|
|
|
// 会员产品 |
|
|
|
this.huiyuanList = res.data.records.slice(0, 2) |
|
|
|
}else if(weizhi == "H"){ |
|
|
|
|
|
|
|
}else if(weizhi == "I"){ |
|
|
|
// 企业认定 |
|
|
|
this.qiyeList = res.data.records.slice(0, 4) |
|
|
|
this.qiyeList.map((ite) => { |
|
|
|
ite.publishTime = this.$moment().format("MM-DD") |
|
|
|
}) |
|
|
|
}else if(weizhi == "J"){ |
|
|
|
// 行业管理 |
|
|
|
this.hangyeList = res.data.records.slice(0, 1) |
|
|
|
}else if(weizhi == "K"){ |
|
|
|
// 人力资源 |
|
|
|
this.renliList = res.data.records.slice(0, 1) |
|
|
|
}else if(weizhi == "L"){ |
|
|
|
// 会员企业 |
|
|
|
this.huiyuanQiList = res.data.records |
|
|
|
}else if(weizhi == "M"){ |
|
|
|
// 友情链接 |
|
|
|
this.youqingList = res.data.records |
|
|
|
}else if(weizhi == "N"){ |
|
|
|
// 轮播 |
|
|
|
this.lunBoList = res.data.records |
|
|
|
console.log(JSON.stringify(this.hezuoList)) |
|
|
|
console.log(id) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
async getData(){ |
|
|
|
getChannelsRequest({current:1,size:15}).then(res=>{ |
|
|
|
console.log(JSON.stringify(res)) |
|
|
|
getChannelInformationsRequest({channelId:res.data.records[0].id}).then(res=>{ |
|
|
|
console.log(JSON.stringify(res)) |
|
|
|
getDetailRequest('1498921672646979585').then(res=>{ |
|
|
|
console.log(JSON.stringify(res)) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
getChannelsRequest({current:1,size:15}).then(res=>{ |
|
|
|
console.log(JSON.stringify(res)) |
|
|
|
getChannelInformationsRequest({channelId:res.data.records[0].id}).then(res=>{ |
|
|
|
console.log(JSON.stringify(res)) |
|
|
|
getDetailRequest('1498921672646979585').then(res=>{ |
|
|
|
console.log(JSON.stringify(res)) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
// this.getData() |
|
|
|
this.getPositionRequest() |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|
<style> |
|
|
|
.item{ |
|
|
|
padding: 10px 0; |
|
|
|
font-weight: bold; |
|
|
|
overflow: hidden; |
|
|
|
white-space: nowrap; |
|
|
|
text-overflow: ellipsis; |
|
|
|
} |
|
|
|
|
|
|
|
.time{ |
|
|
|
color: #475D7B; |
|
|
|
font-size: 16px; |
|
|
|
} |
|
|
|
|
|
|
|
.img_info{ |
|
|
|
position: absolute; |
|
|
|
bottom: 0px; |
|
|
|
left: 0px; |
|
|
|
background-color: rgba(0, 0, 0, 0.6); |
|
|
|
height: 40px; |
|
|
|
width: 100%; |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
align-items: center; |
|
|
|
padding-left: 20px; |
|
|
|
} |
|
|
|
|
|
|
|
.img_text{ |
|
|
|
color: #FFFFFF; |
|
|
|
font-size: 11px; |
|
|
|
} |
|
|
|
|
|
|
|
</style> |