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;