feat: 添加租房模块图标和功能优化

fix: 修复投票状态显示逻辑
refactor: 重命名ajaxget为ajaxGet
style: 优化CSS样式和布局
docs: 更新组件文档和注释
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-11-04 19:05:40 +08:00
parent a7d803f633
commit 07f4401f67
28 changed files with 735 additions and 241 deletions

View File

@@ -420,6 +420,42 @@
#appIndex .header-content-box .header-content-right .offer-box .item:hover .titletitle {
color: #000000;
}
#appIndex .admission {
margin-bottom: 30px;
}
#appIndex .admission .admission-header {
margin-bottom: 24px;
display: inline-flex;
}
#appIndex .admission .admission-header .admission-header-icon {
width: 91px;
height: 28px;
margin-right: 16px;
}
#appIndex .admission .admission-header .admission-header-name {
font-family: "Roboto-Light", "Roboto Light", "Roboto", sans-serif;
font-weight: 200;
font-size: 16px;
line-height: 16px;
color: #555555;
align-items: flex-end;
}
#appIndex .admission .admission-list {
flex-wrap: wrap;
}
#appIndex .admission .admission-list .admission-item {
width: 291px;
height: 103px;
border-radius: 9px;
cursor: pointer;
overflow: hidden;
}
#appIndex .admission .admission-list .admission-item:not(:nth-child(4n)) {
margin-right: 12px;
}
#appIndex .admission .admission-list .admission-item:not(:nth-last-child(-n + 4)) {
margin-bottom: 14px;
}
#appIndex .matter .matter-content {
margin-right: 12px;
}