From 6938616d7e67a8822569420f6bddd8754a63d574 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期一, 28 四月 2025 16:36:23 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/wyyDatabase --- src/layout/index.vue | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index f26e3d5..eb9f1ab 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -1,7 +1,7 @@ <template> <div class="homeLayoutBox"> <div class="leftMenu"> - <div class="leftMenuTitle" @click="$router.push('/home')">鐜嬫案鐐庨櫌澹�</div> + <div style="cursor: pointer;" class="leftMenuTitle" @click="$router.push('/home')">鐜嬫案鐐庨櫌澹�</div> <div class="leftMenuContent"> <p>瀛︽湳鎬濇兂浼犳壙</p> <p>澶氱淮搴︽暟鎹簱</p> @@ -114,13 +114,14 @@ background: #937950; display: flex; flex-direction: column; - font-family: Alimama DongFangDaKai; - + font-family: siyuanBlod; + .leftMenuTitle { width: 100%; height: 50px; line-height: 50px; text-align: center; + margin-top: 20px; color: #fff; font-size: 24px; } @@ -129,11 +130,14 @@ font-size: 20px; line-height: 30px; color: #fff; - margin: 10px 20px; + margin: 10px 14px; + margin-top: 0px; padding: 10px 0; text-align: center; border-top: 1px solid #fff; border-bottom: 1px solid #fff; + letter-spacing: 4px; + white-space: nowrap; } .leftMenuList > menuItem:first-child { @@ -146,7 +150,7 @@ justify-content: space-around; border-top: 1px solid #b9a587; margin-top: 20px; - + font-weight: bold; .menuItem { width: 100%; display: flex; @@ -161,6 +165,7 @@ cursor: pointer; .menuText { line-height: 50px; + font-weight: 700; } i { -- Gitblit v1.9.1