提交 78f65afd authored 作者: matian's avatar matian

updates

上级 41b2b84b
...@@ -245,7 +245,7 @@ export default { ...@@ -245,7 +245,7 @@ export default {
position: relative; position: relative;
margin-top: 17px; margin-top: 17px;
display: flex; display: flex;
justify-content: space-around; // justify-content: space-around;
.card-item { .card-item {
margin-right: 10px; margin-right: 10px;
flex: 0 0 1.93rem; flex: 0 0 1.93rem;
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
<div class="item_desc"> <div class="item_desc">
<ul> <ul>
<li v-for="(it, index) in item.desc" :key="index"> <li v-for="(it, index) in item.desc" :key="index">
{{ it }} <p v-html="it"></p>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -174,9 +174,9 @@ export default { ...@@ -174,9 +174,9 @@ export default {
], ],
alumnusList: [ alumnusList: [
{ {
img: 'https://webapp-pub.ezijing.com/project/sbu-plus/school-intro-academic1.png', img: 'https://webapp-pub.ezijing.com/project/sbu-plus/school-intro-academic4.png',
tit: '罗伯特·奥曼', tit: '杨振宁',
desc: ['诺贝尔经济奖得主'] desc: ['诺贝尔物理学奖获得主<br/>中国科学院院士']
}, },
{ {
img: 'https://webapp-pub.ezijing.com/project/sbu-plus/school-intro-academic2.png', img: 'https://webapp-pub.ezijing.com/project/sbu-plus/school-intro-academic2.png',
...@@ -323,7 +323,7 @@ export default { ...@@ -323,7 +323,7 @@ export default {
} }
.item_bottom { .item_bottom {
width: 370px; width: 370px;
height: 88px; height: 100px;
background: #ffffff; background: #ffffff;
text-align: center; text-align: center;
padding: 20px 0; padding: 20px 0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论