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; } /* 底部时间和详情 */