From 225932eff1347507f61ef20026bc096a7d509df7 Mon Sep 17 00:00:00 2001 From: ccnetcore Date: Mon, 4 Aug 2025 23:29:25 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=B8=8A=E7=BA=BF=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Bbs.Vue3/src/assets/styles/login.css | 21 ++++++++++++------- Yi.Bbs.Vue3/src/layout/AppHeader.vue | 2 +- Yi.Bbs.Vue3/src/layout/ChatLayout.vue | 1 + Yi.Bbs.Vue3/src/layout/Index.vue | 2 +- Yi.Bbs.Vue3/src/layout/activity/Index.vue | 5 +++-- .../activity/components/ActivityBody.vue | 8 +++---- Yi.Bbs.Vue3/src/views/chathub/Index.vue | 4 ++-- .../src/views/discuss/components/tabs.vue | 2 +- Yi.Bbs.Vue3/src/views/discuss/index.vue | 2 +- Yi.Bbs.Vue3/src/views/start/Index.vue | 2 +- 10 files changed, 29 insertions(+), 20 deletions(-) diff --git a/Yi.Bbs.Vue3/src/assets/styles/login.css b/Yi.Bbs.Vue3/src/assets/styles/login.css index ab961daa..fae123da 100644 --- a/Yi.Bbs.Vue3/src/assets/styles/login.css +++ b/Yi.Bbs.Vue3/src/assets/styles/login.css @@ -24,6 +24,7 @@ { width: 414px; height:522px; + border: 1px solid rgba(0, 255, 136, 0.2); /* background-color: #FFFFFF; */ } .div-right @@ -89,22 +90,20 @@ height: 25px; } .left-btn button { - border: 1px solid #000; + border: 1px solid rgba(0, 255, 136, 0.2); width: 100px; height: 35px; cursor: pointer; } .btn-login { - background-color: #EF6562; - color: #FFFFFF; + color: #000000; + background: #00DB73; } .btn-reg { margin-left: 20px; - background-color: #FFFFFF; - } .left-lable { @@ -198,7 +197,7 @@ align-items: flex-end; width: 414px; height:522px; /* background-color: #FFFFFF; */ - + border: 1px solid rgba(0, 255, 136, 0.2); } .div-right-register { @@ -218,4 +217,12 @@ align-items: flex-end; { width: 100%; height: 100%; - } \ No newline at end of file + } + +.btn-login:hover { + box-shadow: 0 10px 25px rgba(0, 255, 136, 0.3); +} +.btn-reg:hover { + background: rgba(255, 255, 255, 0.1); + border-color: rgba(255, 255, 255, 0.3); + } \ No newline at end of file diff --git a/Yi.Bbs.Vue3/src/layout/AppHeader.vue b/Yi.Bbs.Vue3/src/layout/AppHeader.vue index 9720a493..f56856ee 100644 --- a/Yi.Bbs.Vue3/src/layout/AppHeader.vue +++ b/Yi.Bbs.Vue3/src/layout/AppHeader.vue @@ -91,7 +91,7 @@ -
+
[已读]通知时间: {{ dayjs(item.creationTime).format('YYYY年M月D日 HH时mm分ss秒') }}
diff --git a/Yi.Bbs.Vue3/src/layout/ChatLayout.vue b/Yi.Bbs.Vue3/src/layout/ChatLayout.vue index c26fa647..9792bfb3 100644 --- a/Yi.Bbs.Vue3/src/layout/ChatLayout.vue +++ b/Yi.Bbs.Vue3/src/layout/ChatLayout.vue @@ -18,6 +18,7 @@ onUnmounted(()=>{ .chat-body { height: 100%; + /* padding: 5%; */ display: flex; justify-content: center; diff --git a/Yi.Bbs.Vue3/src/layout/Index.vue b/Yi.Bbs.Vue3/src/layout/Index.vue index d1f36e55..f1a013e2 100644 --- a/Yi.Bbs.Vue3/src/layout/Index.vue +++ b/Yi.Bbs.Vue3/src/layout/Index.vue @@ -68,7 +68,6 @@ const handleScroll = () => { margin: 0; padding: 0; min-height: 10rem; - //background-color: #f0f2f5; } .fixed { @@ -79,3 +78,4 @@ const handleScroll = () => { z-index: 99999; } + diff --git a/Yi.Bbs.Vue3/src/layout/activity/Index.vue b/Yi.Bbs.Vue3/src/layout/activity/Index.vue index 025373c5..ed89d6c1 100644 --- a/Yi.Bbs.Vue3/src/layout/activity/Index.vue +++ b/Yi.Bbs.Vue3/src/layout/activity/Index.vue @@ -39,7 +39,6 @@ const handleScroll = () => { } }; - diff --git a/Yi.Bbs.Vue3/src/views/chathub/Index.vue b/Yi.Bbs.Vue3/src/views/chathub/Index.vue index f4c4400e..8060c349 100644 --- a/Yi.Bbs.Vue3/src/views/chathub/Index.vue +++ b/Yi.Bbs.Vue3/src/views/chathub/Index.vue @@ -503,7 +503,7 @@ const clickCopyEvent = async function (event) {