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

@@ -116,6 +116,67 @@
height: 14px;
margin-left: 5px;
}
#homepage-me .matter .card-user .bi-box .bi-btn:hover .bi-pop {
display: flex;
}
#homepage-me .matter .card-user .bi-box .bi-pop {
width: 260px;
box-sizing: border-box;
position: absolute;
background-color: #f6f7f7;
top: 58px;
left: 0;
z-index: 1;
border-radius: 12px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
flex-direction: column;
padding: 10px;
color: #555;
display: none;
}
#homepage-me .matter .card-user .bi-box .bi-pop .bi-coin-title {
font-weight: 650;
font-size: 16px;
color: #000000;
margin-bottom: 5px;
}
#homepage-me .matter .card-user .bi-box .bi-pop .bi-coin-hint {
font-size: 14px;
line-height: 20px;
}
#homepage-me .matter .card-user .bi-box .bi-pop .bi-coin-hint a {
text-decoration: none;
}
#homepage-me .matter .card-user .bi-box .bi-pop .bi-coin-hint .bi-url {
text-decoration: underline;
color: #04b0d5;
}
#homepage-me .matter .card-user .bi-box .bi-pop::before {
content: "";
width: 10px;
height: 10px;
position: absolute;
top: -19px;
right: 40px;
width: 0;
height: 0;
transform: translateX(-50%);
border: 10px solid #000;
border-top-color: transparent;
border-bottom-color: #f6f7f7;
border-left-color: transparent;
border-right-color: transparent;
}
#homepage-me .matter .card-user .bi-box .bi-pop::after {
content: "";
position: absolute;
width: 100%;
height: 20px;
display: block;
z-index: -1;
top: -15px;
left: 0;
}
#homepage-me .matter .card-user .medal-area {
margin: 0 30px;
align-self: self-start;