对接切换小区接口
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/* 活动状态标签 */
|
||||
|
||||
Reference in New Issue
Block a user