Commit 367ee107 authored by “yiyousong”'s avatar “yiyousong”

perf: 优化首页欢迎标题和区域背景展示

parent 1d7bc89d
...@@ -226,7 +226,7 @@ export default { ...@@ -226,7 +226,7 @@ export default {
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
.title { .title {
font-family: FZZhengHeiS-EB-GB; font-family: FZZhengHeiS-EB-GB;
font-size: 34px; font-size: 28px;
color: #1541e3; color: #1541e3;
font-weight: bold; font-weight: bold;
} }
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
@click="handleClick" @click="handleClick"
> >
<div class="banner"> <div class="banner">
<img class="banner-img" :src="data.bigPath" /> <img class="banner-img" v-if="data.bigPath" :src="data.bigPath" />
</div> </div>
<div class="content"> <div class="content">
<!-- 对接时间 --> <!-- 对接时间 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment