From 05307a5d58f4d7a92cbe73ebcfc071c88b429ca5 Mon Sep 17 00:00:00 2001
From: zhouyanli <593579392@qq.com>
Date: Mon, 20 Apr 2026 11:48:17 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=95=E5=AF=BC=E9=A1=B5?=
=?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=9C=A8=E7=BA=BF=E6=8A=A5=E4=BF=AE=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
property-uniapp-project/pages/index/index.vue | 13 ++++++++----
.../pages/navigation/navigation.vue | 20 +++++++++++++------
.../pages/online-repair/onlineRepair.vue | 12 ++++++-----
3 files changed, 30 insertions(+), 15 deletions(-)
diff --git a/property-uniapp-project/pages/index/index.vue b/property-uniapp-project/pages/index/index.vue
index 8f06e7f..a2d8bb9 100644
--- a/property-uniapp-project/pages/index/index.vue
+++ b/property-uniapp-project/pages/index/index.vue
@@ -36,11 +36,12 @@
-
-
+
+
-
+ :showIcon="false" show-get-more scrollable color="#000" background-color="#fff" moreColor="#000">
+
+
@@ -334,6 +335,10 @@ const moreClick = () =>{
left: 0;
padding: 40rpx 36rpx;
}
+ // 修改通知栏样式
+ ::v-deep .uni-noticebar__content-wrapper--scrollable{
+ left: 20px;
+ }
.noticeClass.uni-noticebar{
padding: 10px 15px 10px 45px;
}
diff --git a/property-uniapp-project/pages/navigation/navigation.vue b/property-uniapp-project/pages/navigation/navigation.vue
index e0cd97c..5ba05db 100644
--- a/property-uniapp-project/pages/navigation/navigation.vue
+++ b/property-uniapp-project/pages/navigation/navigation.vue
@@ -13,7 +13,9 @@
-
+
+
+
便捷服务
报修、缴费、预约
@@ -23,7 +25,10 @@
-
+
+
+
+
高效管理
自动化流程和智能设备
@@ -32,7 +37,10 @@
-
+
+
+
+
安全保障
智能巡检和智慧访客
@@ -120,7 +128,7 @@ const handleBtnClick = () => {
/* 单个引导项 */
.guide-item {
width: 360px;
- height: 360px;
+ height: 480px;
display: flex;
flex-direction: column;
align-items: center;
@@ -130,13 +138,13 @@ const handleBtnClick = () => {
.guide-img {
width: 100%;
- height: 100%;
+ height: 50%;
margin-bottom: 80rpx;
}
/* 引导标题 */
.guide-title {
- font-size: 48rpx;
+ font-size: 56rpx;
font-weight: 600;
color: #333;
margin-bottom: 20rpx;
diff --git a/property-uniapp-project/pages/online-repair/onlineRepair.vue b/property-uniapp-project/pages/online-repair/onlineRepair.vue
index d05e3f1..9b743ea 100644
--- a/property-uniapp-project/pages/online-repair/onlineRepair.vue
+++ b/property-uniapp-project/pages/online-repair/onlineRepair.vue
@@ -16,6 +16,7 @@
class="type-tab"
:class="{ active: activeType === 'public' }"
@click="publicClick"
+ style="margin-right: 20rpx;"
>
@@ -80,7 +81,7 @@
{{ item.content }}
-
+
@@ -229,7 +230,6 @@ const goDetail = (item) => {
border-radius: 8px;
color: #fff;
font-size: 14px;
- margin-right: 20rpx;
}
.type-tab.active {
background: linear-gradient(135deg, #1E88E5 0%, #64B5F6 100%);
@@ -334,8 +334,8 @@ const goDetail = (item) => {
/* 标签 */
.item-tags {
- display: flex;
- gap: 8px;
+ /* display: flex; */
+ /* gap: 8px; */
margin-bottom: 10px;
}
.tag {
@@ -345,6 +345,7 @@ const goDetail = (item) => {
padding: 2px 8px;
border-radius: 4px;
border: 1px solid #999999;
+ margin-right: 8px;
}
/* 内容 */
@@ -359,7 +360,7 @@ const goDetail = (item) => {
/* 图片占位 */
.item-imgs {
display: flex;
- gap: 12px;
+ /* gap: 12px; */
margin-bottom: 10px;
}
.img-placeholder {
@@ -370,6 +371,7 @@ const goDetail = (item) => {
display: flex;
align-items: center;
justify-content: center;
+ margin-right: 8px;
}
/* 底部时间和详情 */