From 264a2c1e93e9b9cd3c7e0568b656325b12b008ec Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期一, 25 八月 2025 15:59:03 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/xiehe_website --- src/views/home/index.vue | 26 ++++++++++++++++++++++++-- 1 files changed, 24 insertions(+), 2 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index ca93dc4..a6ede68 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -80,7 +80,9 @@ <el-tab-pane v-for="item in classfeild" :key="item.value" :label="item.name" :name="item.value" /> </el-tabs> </div> - <div class="more" style="margin-left: 20px" @click="toMore">鏇村></div> + <div class="more" style="margin-left: 30px; font-weight: normal" @click="toMore"> + 鏇村> + </div> </div> </div> <div class="recommendList"> @@ -345,6 +347,27 @@ min-height: calc(100vh - 61.8%); background-color: #fff; padding-bottom: 100px; + + .bannerBox { + height: 615px; + position: relative; + .bannerText { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + font-size: 36px; + font-weight: 700; + color: #fff; + text-shadow: 0px 0px 10px #000000; + text-align: center; + } + .enText { + font-size: 28px; + opacity: 0.45; + margin-top: 10px; + } + } } .el-carousel__item h3 { @@ -429,7 +452,6 @@ .bookListBox { width: 100%; padding: 80px 0; - margin-top: 30px; background-repeat: no-repeat; background-size: 100% 100%; background-image: url('@/assets/images/tuijian-bg.png'); -- Gitblit v1.9.1