修改 wyx

This commit is contained in:
wangyuxin
2026-04-18 17:29:15 +08:00
parent 452bf0b84d
commit f5c58aed75
20 changed files with 32 additions and 28 deletions

View File

@@ -8,7 +8,7 @@
<view class="container">
<!-- 顶部 Banner 轮播 -->
<view class="banner-box" style="overflow-y: hidden;">
<image class="banner-img" src="/static/propertyImgs/serviceImg.png" />
<image class="banner-img" src="/static/propertyImgs/serviceImg2.png" />
</view>
<!-- 常用功能区 -->
@@ -44,7 +44,7 @@
</view>
</view>
</view>
<view style="width: 100%;height: 20rpx;"></view>
</scroll-view>
</view>
@@ -216,12 +216,12 @@
border-radius: 20rpx;
overflow: hidden;
margin-bottom: 40rpx;
height: 122rpx;
height: 300rpx;
}
.banner-img {
width: 100%;
height: 122rpx;
height: 300rpx;
}
@@ -231,9 +231,9 @@
width: 100%;
background-color: #ffffff;
border-radius: 20rpx;
padding: 20rpx;
padding: 30rpx 30rpx 0rpx;
box-sizing: border-box;
margin-bottom: 40rpx;
margin-bottom: 30rpx;
}
.section-title {
@@ -243,10 +243,10 @@
}
.title-line {
width:12rpx;
width: 12rpx;
height: 48rpx;
background-color: #007aff;
border-radius:6rpx;
border-radius: 6rpx;
margin-right: 20rpx;
}
@@ -268,7 +268,7 @@
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 40rpx;
margin-bottom: 30rpx;
}
.func-icon {