物业主开发

This commit is contained in:
Zy
2026-05-08 11:30:28 +08:00
parent a8bb4e66ad
commit 1b738c0f4d
118 changed files with 2891 additions and 979 deletions

View File

@@ -680,7 +680,7 @@ async function deleteFun(row) {
margin-left: 20px;
display: flex;
align-items: center;
padding: 0 35px;
padding: 0 2rem;
background: #036aff;
border-radius: 16px 16px 16px 16px;
margin-bottom: 20px;
@@ -691,11 +691,11 @@ async function deleteFun(row) {
height: 70px;
}
.villageinfo {
margin-left: 30px;
margin-left: 20px;
.villagename {
height: 30px;
font-weight: 500;
font-size: 1.55rem;
font-size: 1.2rem;
color: #ffffff;
line-height: 30px;
}
@@ -703,7 +703,7 @@ async function deleteFun(row) {
margin-top: 5px;
height: 23px;
font-weight: 400;
font-size: 18px;
font-size: 1.1rem;
color: #ffffff;
line-height: 23px;
display: flex;