From 3324a54fa4d0840f8a5dc8adb21753180ecd3f3c Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期二, 02 九月 2025 14:25:06 +0800 Subject: [PATCH] 公告信息页面 --- src/views/home/component/myHeader.vue | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/views/home/component/myHeader.vue b/src/views/home/component/myHeader.vue index 7a63ed1..c71498b 100644 --- a/src/views/home/component/myHeader.vue +++ b/src/views/home/component/myHeader.vue @@ -24,6 +24,9 @@ </div> </div> </div> + <div class="banner"> + <!-- <img width="100%" height="306px" src="@/assets/home/banner.png" alt="" /> --> + </div> </template> <style lang="scss" scoped> @@ -33,6 +36,7 @@ justify-content: space-evenly; height: 80px; width: 100%; + background-color: white; .middle { width: 50%; display: flex; @@ -60,4 +64,13 @@ } } } +.banner { + // left: -3.76px; + // top: 80px; + // position: absolute; + background: url("@/assets/home/banner.png") no-repeat left center; + background-size: cover; + width: 100%; + height: 306px; +} </style> -- Gitblit v1.9.1