提交 0e180a9a authored 作者: matian's avatar matian

修改底部样式

上级 410d1ba7
...@@ -2,17 +2,17 @@ ...@@ -2,17 +2,17 @@
<footer class="main-footer"> <footer class="main-footer">
<div class="top"> <div class="top">
<div class="about"> <div class="about">
<p v-html="$t('foot.address')"></p> <div v-html="$t('foot.address')"></div>
<div style="padding:10px 0;" v-html="$t('foot.contact')"></div> <div style="padding:10px 0;" v-html="$t('foot.contact')"></div>
<p v-html="$t('foot.email')"></p> <div v-html="$t('foot.email')"></div>
</div>
<div class="relation">
<div>{{ $t('foot.relationT1') }}</div>
<div>
<div>{{ $t('foot.relationT2') }}</div>
<div>{{ $t('foot.relationT3') }}</div>
</div>
</div> </div>
<dl>
<dt>{{ $t('foot.relationT1') }}</dt>
<dd>
<p>{{ $t('foot.relationT2') }}</p>
<p>{{ $t('foot.relationT3') }}</p>
</dd>
</dl>
<div class="link"> <div class="link">
<template v-for="(item, index) in link"> <template v-for="(item, index) in link">
<a :href="item.href" :key="index" target="_blank">{{ item.title }}</a> <a :href="item.href" :key="index" target="_blank">{{ item.title }}</a>
...@@ -61,13 +61,11 @@ export default { ...@@ -61,13 +61,11 @@ export default {
padding: 0.24rem 0.15rem; padding: 0.24rem 0.15rem;
} }
.about { .about {
letter-spacing: 0.01rem;
white-space: nowrap; white-space: nowrap;
letter-spacing: 0.01rem;
p { div {
font-size: 0.11rem; font-size: 0.11rem;
}
p + p {
margin-top: 10px; margin-top: 10px;
} }
} }
...@@ -102,14 +100,11 @@ export default { ...@@ -102,14 +100,11 @@ export default {
vertical-align: middle; vertical-align: middle;
} }
} }
dl { .relation {
display: flex; display: flex;
margin-top: 0.22rem; margin-top: 0.22rem;
font-size: 0.11rem; font-size: 0.11rem;
letter-spacing: 0.01rem; letter-spacing: 0.01rem;
p + p {
margin-top: 10px;
}
} }
} }
</style> </style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论