对接切换小区接口

This commit is contained in:
zhouyanli
2026-04-22 18:00:48 +08:00
parent c71102f256
commit 057758772e
9 changed files with 493 additions and 404 deletions

View File

@@ -438,7 +438,7 @@
.container {
width: 100%;
height: 100vh;
background-color: #f9f9f9;
background-color: #fff;
display: flex;
flex-direction: column;
padding: 0;
@@ -453,7 +453,7 @@
.top-bar {
width: 100%;
flex-shrink: 0;
background: #f9f9f9;
background: #fff;
}
/* 滚动区域 */
@@ -551,6 +551,7 @@
margin-bottom: 30rpx;
box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.05);
position: relative;
border: 1px solid #e1e1e1;
}
/* 活动状态标签 */