修改样式

This commit is contained in:
zhouyanli
2026-04-29 09:07:18 +08:00
parent e3e74a1be0
commit 46c9f6dacc
6 changed files with 53 additions and 109 deletions

View File

@@ -68,7 +68,7 @@ const confirmSelect = () => {
display: flex;
flex-direction: column;
justify-content: space-between;
background: #fff;
background: #f9f9f9;
}
.house-list {
flex: 1;
@@ -78,13 +78,14 @@ const confirmSelect = () => {
justify-content: flex-start;
align-items: center;
padding: 15px 10px;
border: 1px solid #eee;
background-color: #fff;
border-radius: 8px;
margin-bottom: 10px;
}
.house-item.active {
border-color: #007aff;
background: #f0f8ff;
border: 1px solid #2F77FD;
}
.house-name {
font-size: 16px;
@@ -108,7 +109,8 @@ const confirmSelect = () => {
background: #007aff;
color: #fff;
border-radius: 8px;
font-size: 16px;
font-size: 28rpx;
margin-top: 20px;
margin-bottom: 20rpx;
}
</style>