|
|
@ -1,48 +1,43 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<div class="wrap"> |
|
|
|
<div class="wrap"> |
|
|
|
<img width="100%" height="480" src="@/assets/images/news/1.png" alt=""> |
|
|
|
<el-carousel height="480px" :interval="6000"> |
|
|
|
|
|
|
|
<template v-for="(item, i) in modules[0].list"> |
|
|
|
|
|
|
|
<el-carousel-item v-if="item.pic && item.isEnable" :key="i"> |
|
|
|
|
|
|
|
<div class="banner-item" @click="openLink(item)"> |
|
|
|
|
|
|
|
<img :src="item.pic" alt=""> |
|
|
|
|
|
|
|
<p class="banner-name">NEWS & EVENTS</p> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</el-carousel-item> |
|
|
|
|
|
|
|
</template> |
|
|
|
|
|
|
|
</el-carousel> |
|
|
|
|
|
|
|
|
|
|
|
<ul class="tabs"> |
|
|
|
<ul class="tabs"> |
|
|
|
<li :class="{active: item.id == active}" v-for="(item, i) in tabs" :key="i" @click="tabChange(item)">{{ item.name }}</li> |
|
|
|
<template v-for="(item, i) in modules[1].list"> |
|
|
|
|
|
|
|
<li v-if="item.columnName" :class="{active: i == curColumn}" :key="i" @click="tabChange(i)">{{ item.columnName }}</li> |
|
|
|
|
|
|
|
</template> |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
|
|
<div class="block"> |
|
|
|
<div class="block"> |
|
|
|
<div class="inner"> |
|
|
|
<div class="inner"> |
|
|
|
<h2 class="b-title">Seminars & Workshops</h2> |
|
|
|
|
|
|
|
<p class="intro">What makes a ligh chinese bay chaser</p> |
|
|
|
|
|
|
|
<div class="banner"> |
|
|
|
<div class="banner"> |
|
|
|
<img width="100%" height="480" src="@/assets/images/about/5.png" alt=""> |
|
|
|
<img width="50%" height="480" :src="modules[1].list[this.curColumn].articles[0].titleImg" alt=""> |
|
|
|
<div class="right"> |
|
|
|
<div class="right"> |
|
|
|
<h6>IASF is driven to serve the Science and industry, and solve grand challenges through research and innovation. We are open and creative</h6> |
|
|
|
<h6>{{ modules[1].list[this.curColumn].articles[0].title }}</h6> |
|
|
|
<div class="des">Innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area in Japan. And the Guangdong-Hong Kong-Macao Greater Bay </div> |
|
|
|
<div class="des" v-html="modules[1].list[this.curColumn].articles[0].mainBody"></div> |
|
|
|
<p class="meta">2022-07-24 | Research</p> |
|
|
|
<p class="meta">{{ modules[1].list[this.curColumn].articles[0].createTime }} {{ modules[1].list[this.curColumn].articles[0].author && ' | ' + modules[1].list[this.curColumn].articles[0].author }}</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<ul class="card"> |
|
|
|
<ul class="card"> |
|
|
|
<li> |
|
|
|
<template v-for="(item, i) in modules[1].list[this.curColumn].articles"> |
|
|
|
<img class="pic" src="@/assets/images/about/9.png" alt=""> |
|
|
|
<li v-if="i" :key="i"> |
|
|
|
<div class="texts"> |
|
|
|
<img class="pic" :src="item.titleImg" alt=""> |
|
|
|
<p class="meta">2022-09-09 | Research</p> |
|
|
|
<div class="texts"> |
|
|
|
<div class="des">IASF is driven to serve the Science and industry, and solve grand </div> |
|
|
|
<p class="meta">{{ item.createTime }} {{ item.author && ' | ' + item.author }}</p> |
|
|
|
<img class="arrow" src="@/assets/images/arrow.png" alt=""> |
|
|
|
<div class="des">{{ item.title }}</div> |
|
|
|
</div> |
|
|
|
<img class="arrow" src="@/assets/images/arrow.png" alt=""> |
|
|
|
</li> |
|
|
|
</div> |
|
|
|
<li> |
|
|
|
</li> |
|
|
|
<img class="pic" src="@/assets/images/about/10.png" alt=""> |
|
|
|
</template> |
|
|
|
<div class="texts"> |
|
|
|
|
|
|
|
<p class="meta">2022-09-09 | Research</p> |
|
|
|
|
|
|
|
<div class="des">IASF is driven to serve the Science and industry, and solve grand </div> |
|
|
|
|
|
|
|
<img class="arrow" src="@/assets/images/arrow.png" alt=""> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
<li> |
|
|
|
|
|
|
|
<img class="pic" src="@/assets/images/about/11.png" alt=""> |
|
|
|
|
|
|
|
<div class="texts"> |
|
|
|
|
|
|
|
<p class="meta">2022-09-09 | Research</p> |
|
|
|
|
|
|
|
<div class="des">IASF is driven to serve the Science and industry, and solve grand </div> |
|
|
|
|
|
|
|
<img class="arrow" src="@/assets/images/arrow.png" alt=""> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
<div class="more">More news ></div> |
|
|
|
<div class="more">More news ></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -50,49 +45,38 @@ |
|
|
|
|
|
|
|
|
|
|
|
<div class="block gray"> |
|
|
|
<div class="block gray"> |
|
|
|
<div class="inner lg"> |
|
|
|
<div class="inner lg"> |
|
|
|
<h2 class="b-title">Seminars & Workshops</h2> |
|
|
|
<h2 class="b-title">{{ modules[2].form.title }}</h2> |
|
|
|
<p class="intro">What makes a ligh chinese bay chaser</p> |
|
|
|
<p class="intro">{{ modules[2].form.des }}</p> |
|
|
|
<div class="shop-shows"> |
|
|
|
<div class="shop-shows" v-if="articles"> |
|
|
|
<div class="left"> |
|
|
|
<div class="left"> |
|
|
|
<img width="100%" height="400" src="@/assets/images/about/5.png" alt=""> |
|
|
|
<img width="100%" height="400" :src="articles[0].titleImg" alt=""> |
|
|
|
<div class="texts"> |
|
|
|
<div class="texts"> |
|
|
|
<h6>2022 New Year Messag President Sun Dongbai….</h6> |
|
|
|
<h6>{{ articles[0].title }}</h6> |
|
|
|
<div class="des">2021 is another challenging year for the Institute of Advanced Science Facilities, Shenzhen (IASF)…</div> |
|
|
|
<div class="des" v-html="articles[0].mainBody"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="right"> |
|
|
|
<div class="right"> |
|
|
|
<ul class="show-card"> |
|
|
|
<ul class="show-card"> |
|
|
|
<li> |
|
|
|
<li v-if="articles[1]"> |
|
|
|
<img class="pic" src="@/assets/images/about/9.png" alt=""> |
|
|
|
<img class="pic" :src="articles[1].titleImg" alt=""> |
|
|
|
<div class="des">Comprises the installation and nanostructuri</div> |
|
|
|
<div class="des">{{ articles[1].title }}</div> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<li v-if="articles[2]"> |
|
|
|
<img class="pic" src="@/assets/images/about/10.png" alt=""> |
|
|
|
<img class="pic" :src="articles[2].titleImg" alt=""> |
|
|
|
<div class="des">Prof. Stephan V. Roth's research</div> |
|
|
|
<div class="des">{{ articles[2].title }}</div> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
<ul class="card-list"> |
|
|
|
<ul class="card-list"> |
|
|
|
<li> |
|
|
|
<template v-for="(item, i) in articles"> |
|
|
|
<img class="pic" src="@/assets/images/about/9.png" alt=""> |
|
|
|
<li v-if="i > 2" :key="i"> |
|
|
|
<div class="texts"> |
|
|
|
<img class="pic" :src="item.titleImg" alt=""> |
|
|
|
<h6>Hold doctorates or the highest degree in their field</h6> |
|
|
|
<div class="texts"> |
|
|
|
<div class="des">Characterization in Fibre and Polymer Technology, KTH Royal Institute of Technology.Characteriza Royal Institute of technology.…</div> |
|
|
|
<h6>{{ item.title }}</h6> |
|
|
|
</div> |
|
|
|
<div class="des" v-html="item.mainBody"></div> |
|
|
|
</li> |
|
|
|
</div> |
|
|
|
<li> |
|
|
|
<img class="arrow" src="@/assets/images/arrow.png" alt=""> |
|
|
|
<img class="pic" src="@/assets/images/about/10.png" alt=""> |
|
|
|
</li> |
|
|
|
<div class="texts"> |
|
|
|
</template> |
|
|
|
<h6>This 2019 image depicted a Centers for Disease</h6> |
|
|
|
|
|
|
|
<div class="des">laboratory technician, dressed in personal protective equipment (PPE), in thelaboratory technician, dressed in personal in the…</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
<li> |
|
|
|
|
|
|
|
<img class="pic" src="@/assets/images/about/11.png" alt=""> |
|
|
|
|
|
|
|
<div class="texts"> |
|
|
|
|
|
|
|
<h6>Browse premium related images on iStock</h6> |
|
|
|
|
|
|
|
<div class="des">which would undergo analysis, here, in this laboratory environment.which would undergo analysis, here, in this laboratory environment.…</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -101,41 +85,43 @@ |
|
|
|
|
|
|
|
|
|
|
|
<div class="block conference"> |
|
|
|
<div class="block conference"> |
|
|
|
<div class="inner lg"> |
|
|
|
<div class="inner lg"> |
|
|
|
<h2 class="b-title">Conference</h2> |
|
|
|
<h2 class="b-title">{{ modules[4].form.title }}</h2> |
|
|
|
<p class="intro">What makes a ligh chinese bay chaser</p> |
|
|
|
<p class="intro">{{ modules[4].form.des }}</p> |
|
|
|
<div class="shows"> |
|
|
|
<div class="shows" v-if="articles1.length"> |
|
|
|
<div class="left"> |
|
|
|
<div class="left"> |
|
|
|
<img width="100%" height="558" src="@/assets/images/about/5.png" alt=""> |
|
|
|
<img width="100%" height="558" :src="articles1[0].titleImg" alt=""> |
|
|
|
<div class="texts"> |
|
|
|
<div class="texts"> |
|
|
|
<div class="meta"> |
|
|
|
<div class="meta"> |
|
|
|
<p class="date">09</p> |
|
|
|
<p class="date">09</p> |
|
|
|
<p class="year">2022-03</p> |
|
|
|
<p class="year">2022-03</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<h6>Browse premium related images on iStock</h6> |
|
|
|
<h6>{{ articles1[0].title }}</h6> |
|
|
|
<div class="des">which would undergo analysis, here, in this laboratory environment.which would undergo analysis, here, in this laboratory environment.…</div> |
|
|
|
<div class="des" v-html="articles1[0].mainBody"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<ul class="card-list"> |
|
|
|
<ul class="card-list"> |
|
|
|
<li> |
|
|
|
<template v-for="(item, i) in articles1"> |
|
|
|
<img class="pic" src="@/assets/images/about/9.png" alt=""> |
|
|
|
<li v-if="i" :key="i"> |
|
|
|
<div class="texts"> |
|
|
|
<img class="pic" :src="item.titleImg" alt=""> |
|
|
|
<h6>Professional technical Free electron laser device</h6> |
|
|
|
<div class="texts"> |
|
|
|
<p class="text"> |
|
|
|
<h6>{{ item.title }}</h6> |
|
|
|
<img class="icon" src="@/assets/images/address.png" alt=""> |
|
|
|
<p class="text"> |
|
|
|
Jiahang Shao |
|
|
|
<img class="icon" src="@/assets/images/address.png" alt=""> |
|
|
|
</p> |
|
|
|
Jiahang Shao |
|
|
|
<p class="text"> |
|
|
|
</p> |
|
|
|
<img class="icon" src="@/assets/images/address.png" alt=""> |
|
|
|
<p class="text"> |
|
|
|
Time: 2022.8.13 14:30 |
|
|
|
<img class="icon" src="@/assets/images/address.png" alt=""> |
|
|
|
</p> |
|
|
|
Time: 2022.8.13 14:30 |
|
|
|
<p class="text"> |
|
|
|
</p> |
|
|
|
<img class="icon" src="@/assets/images/address.png" alt=""> |
|
|
|
<p class="text"> |
|
|
|
Address: Big conference room on the fourth floor of headquarters |
|
|
|
<img class="icon" src="@/assets/images/address.png" alt=""> |
|
|
|
</p> |
|
|
|
Address: Big conference room on the fourth floor of headquarters |
|
|
|
</div> |
|
|
|
</p> |
|
|
|
</li> |
|
|
|
</div> |
|
|
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
</template> |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -144,42 +130,83 @@ |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
<script> |
|
|
|
|
|
|
|
import mixins from '@/mixins/page' |
|
|
|
import Setting from '@/setting' |
|
|
|
import Setting from '@/setting' |
|
|
|
import Util from '@/libs/util' |
|
|
|
import Util from '@/libs/util' |
|
|
|
export default { |
|
|
|
export default { |
|
|
|
|
|
|
|
mixins: [mixins], |
|
|
|
data() { |
|
|
|
data() { |
|
|
|
return { |
|
|
|
return { |
|
|
|
id: this.$route.query.id, |
|
|
|
curColumn: 0, |
|
|
|
active: 1, |
|
|
|
articles: [], |
|
|
|
tabs: [ |
|
|
|
articles1: [] |
|
|
|
{ |
|
|
|
|
|
|
|
id: 1, |
|
|
|
|
|
|
|
name: 'General news' |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
id: 2, |
|
|
|
|
|
|
|
name: 'Research news' |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
id: 3, |
|
|
|
|
|
|
|
name: 'Journal covers' |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
watch: { |
|
|
|
|
|
|
|
'$route'() { |
|
|
|
|
|
|
|
this.id = this.$route.query.id |
|
|
|
|
|
|
|
// this.getInfo() |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
mounted() { |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
|
|
|
|
// 获取文章详情 |
|
|
|
|
|
|
|
getInfo() { |
|
|
|
|
|
|
|
// 预览/详情 |
|
|
|
|
|
|
|
this.$post(`${this.api[this.preview ? 'getRedisCache' : 'findPage']}?columnId=${this.id}`).then(({ data }) => { |
|
|
|
|
|
|
|
if (data.length) { |
|
|
|
|
|
|
|
// state:已发布(1)则取theEditedJson,草稿(0)则取jsonBeforeEditing |
|
|
|
|
|
|
|
const json = JSON.parse(this.preview ? |
|
|
|
|
|
|
|
data : |
|
|
|
|
|
|
|
data[0][data[0].state ? 'theEditedJson' : 'jsonBeforeEditing']) |
|
|
|
|
|
|
|
console.log("🚀 ~ file: index.vue ~ line 138 ~ this.$post ~ this.modules", json) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 获取文章列表 |
|
|
|
|
|
|
|
const { list } = json[1] |
|
|
|
|
|
|
|
if (list.length) { |
|
|
|
|
|
|
|
list.map(e => { |
|
|
|
|
|
|
|
if (e.site) { |
|
|
|
|
|
|
|
const id = e.column[e.column.length - 1] |
|
|
|
|
|
|
|
e.id = id |
|
|
|
|
|
|
|
if (e.columnTitle === 2) e.columnName = e.columnTitleCustom |
|
|
|
|
|
|
|
this.$post(this.api.queryArticle, { |
|
|
|
|
|
|
|
siteId: e.site, |
|
|
|
|
|
|
|
columnIds: [id], |
|
|
|
|
|
|
|
pageNum: 1, |
|
|
|
|
|
|
|
pageSize: e.articleNum || 4 |
|
|
|
|
|
|
|
}).then(({ data }) => { |
|
|
|
|
|
|
|
this.$set(e, 'articles', data.records) |
|
|
|
|
|
|
|
}).catch(err => {}) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (json[3].form.column.length) { |
|
|
|
|
|
|
|
const { column, site, articleNum } = json[3].form |
|
|
|
|
|
|
|
this.$post(this.api.queryArticle, { |
|
|
|
|
|
|
|
siteId: site, |
|
|
|
|
|
|
|
columnIds: [column[column.length - 1]], |
|
|
|
|
|
|
|
pageNum: 1, |
|
|
|
|
|
|
|
pageSize: articleNum || 6 |
|
|
|
|
|
|
|
}).then(({ data }) => { |
|
|
|
|
|
|
|
this.articles = data.records |
|
|
|
|
|
|
|
}).catch(err => {}) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (json[5].form.column.length) { |
|
|
|
|
|
|
|
const { column, site, articleNum } = json[5].form |
|
|
|
|
|
|
|
this.$post(this.api.queryArticle, { |
|
|
|
|
|
|
|
siteId: site, |
|
|
|
|
|
|
|
columnIds: [column[column.length - 1]], |
|
|
|
|
|
|
|
pageNum: 1, |
|
|
|
|
|
|
|
pageSize: articleNum || 5 |
|
|
|
|
|
|
|
}).then(({ data }) => { |
|
|
|
|
|
|
|
this.articles1 = data.records |
|
|
|
|
|
|
|
}).catch(err => {}) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.modules = json |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}).catch(err => {}) |
|
|
|
|
|
|
|
}, |
|
|
|
// tab回调 |
|
|
|
// tab回调 |
|
|
|
tabChange(item) { |
|
|
|
tabChange(i) { |
|
|
|
this.active = item.id |
|
|
|
this.curColumn = i |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
@ -212,6 +239,7 @@ export default { |
|
|
|
height: 380px; |
|
|
|
height: 380px; |
|
|
|
} |
|
|
|
} |
|
|
|
.right { |
|
|
|
.right { |
|
|
|
|
|
|
|
width: 50%; |
|
|
|
padding: 50px 50px 30px; |
|
|
|
padding: 50px 50px 30px; |
|
|
|
background: #1583FF; |
|
|
|
background: #1583FF; |
|
|
|
color: #fff; |
|
|
|
color: #fff; |
|
|
@ -230,13 +258,13 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
.card { |
|
|
|
.card { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
|
|
|
|
flex-wrap: wrap; |
|
|
|
margin-top: 40px; |
|
|
|
margin-top: 40px; |
|
|
|
li { |
|
|
|
li { |
|
|
|
width: 448px; |
|
|
|
width: 438px; |
|
|
|
margin-right: 28px; |
|
|
|
margin-right: 28px; |
|
|
|
box-shadow: 0px 0px 20px 0px rgba(176,176,176,0.21); |
|
|
|
box-shadow: 0px 0px 20px 0px rgba(176,176,176,0.21); |
|
|
|
border-radius: 6px; |
|
|
|
border-radius: 6px; |
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
&:last-child { |
|
|
|
&:last-child { |
|
|
|
margin-right: 0; |
|
|
|
margin-right: 0; |
|
|
|
} |
|
|
|
} |
|
|
@ -271,6 +299,7 @@ export default { |
|
|
|
color: #1583FF; |
|
|
|
color: #1583FF; |
|
|
|
border-radius: 35px; |
|
|
|
border-radius: 35px; |
|
|
|
border: 2px solid #2B6CEF; |
|
|
|
border: 2px solid #2B6CEF; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
} |
|
|
|
.shop-shows { |
|
|
|
.shop-shows { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
@ -326,9 +355,9 @@ export default { |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|
li { |
|
|
|
li { |
|
|
|
display: inline-flex; |
|
|
|
display: inline-flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
padding-right: 124px; |
|
|
|
padding-right: 124px; |
|
|
|
margin-bottom: 38px; |
|
|
|
margin-bottom: 38px; |
|
|
|
background: url(../../assets/images/arrow.png) (right 20px)/(23px 23px) no-repeat; |
|
|
|
|
|
|
|
&:last-child { |
|
|
|
&:last-child { |
|
|
|
margin-bottom: 0; |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
|
} |
|
|
@ -338,6 +367,10 @@ export default { |
|
|
|
height: 85px; |
|
|
|
height: 85px; |
|
|
|
margin-right: 28px; |
|
|
|
margin-right: 28px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
width: 504px; |
|
|
|
|
|
|
|
margin-right: 60px; |
|
|
|
|
|
|
|
} |
|
|
|
h6 { |
|
|
|
h6 { |
|
|
|
font-size: 20px; |
|
|
|
font-size: 20px; |
|
|
|
color: #272727; |
|
|
|
color: #272727; |
|
|
@ -348,6 +381,9 @@ export default { |
|
|
|
color: #666; |
|
|
|
color: #666; |
|
|
|
line-height: 24px; |
|
|
|
line-height: 24px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.arrow { |
|
|
|
|
|
|
|
width: 36px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.conference { |
|
|
|
.conference { |
|
|
|