From 5b555ddf9055d9eabdb13cfb71d18e968b2a7267 Mon Sep 17 00:00:00 2001 From: minimaxagent1 Date: Thu, 31 Jul 2025 09:02:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- enum/common.js | 5 +- pages/monk/monk.vue | 418 ++++++++++++++++++------------------ pages/walkInto/walkInto.vue | 98 ++++++++- 3 files changed, 305 insertions(+), 216 deletions(-) diff --git a/enum/common.js b/enum/common.js index 009a0f0..e70e6e4 100644 --- a/enum/common.js +++ b/enum/common.js @@ -1,6 +1,7 @@ export const CommonEnum = { - BACKGROUND: "https://api.ccttiot.com/image-1753769939853.png", //返回的按钮图像 - RIGHT_CHEVRON:"https://api.ccttiot.com/image-1753773619878.png" + BACKGROUND: "https://api.ccttiot.com/image-1753769939853.png", //背景图片 + RIGHT_CHEVRON:"https://api.ccttiot.com/image-1753773619878.png", + BACK_BUTTON:"https://api.ccttiot.com/image-1753868358514.png" }; export default CommonEnum; \ No newline at end of file diff --git a/pages/monk/monk.vue b/pages/monk/monk.vue index e4f438f..c4608af 100644 --- a/pages/monk/monk.vue +++ b/pages/monk/monk.vue @@ -1,233 +1,237 @@ \ No newline at end of file diff --git a/pages/walkInto/walkInto.vue b/pages/walkInto/walkInto.vue index 9ceacf5..f015277 100644 --- a/pages/walkInto/walkInto.vue +++ b/pages/walkInto/walkInto.vue @@ -1,29 +1,65 @@ @@ -35,6 +71,54 @@ page { background: #F5F0E7; border-radius: 0rpx 0rpx 0rpx 0rpx; } + +/* 自定义导航栏样式 */ +.custom-navbar { + position: fixed; + top: 0; + left: 0; + right: 0; + z-index: 999; + padding-top: 0; + background-color: #F5F0E7; + display: flex; + align-items: center; + justify-content: space-between; + padding-left: 30rpx; + padding-right: 30rpx; + box-sizing: border-box; +} + +.navbar-left { + display: flex; + align-items: center; + justify-content: center; + width: 60rpx; + + .back-icon { + width: 56rpx; + height: 56rpx; + } +} + +.navbar-title { + font-size: 36rpx; + font-weight: bold; + color: #695347; + flex: 1; + text-align: center; + display: flex; + align-items: center; + justify-content: center; +} + +.navbar-right { + width: 60rpx; + display: flex; + align-items: center; + justify-content: center; +} + .header { min-height: 100vh; display: flex;