优化ui,公司背景,底部导航栏图标,筛选功能,详情导航栏,单位

This commit is contained in:
2026-09-01 11:31:24 +08:00
parent 492ece2152
commit 67b04ff65e
11 changed files with 105 additions and 25 deletions
+2 -2
View File
@@ -27,10 +27,10 @@ export default {
</script>
<style scoped>
/* 区块 - 灰色背景 #F8F8F8UI-006 上下留白对称) */
/* 区块 - 灰色背景 #F8F8F8,上下内边距 20px(390px宽) → 38rpx */
.why-section {
width: 100%;
padding: 96rpx 0;
padding: 38rpx 0;
background: #f8f8f8;
box-sizing: border-box;
}