feat: 添加租房模块图标和功能优化
fix: 修复投票状态显示逻辑 refactor: 重命名ajaxget为ajaxGet style: 优化CSS样式和布局 docs: 更新组件文档和注释
This commit is contained in:
@@ -114,20 +114,68 @@
|
||||
margin-right: 20px;
|
||||
margin-bottom: 28px;
|
||||
width: fit-content;
|
||||
width: 100%;
|
||||
|
||||
.item {
|
||||
padding: 12px 0;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-right: 72px;
|
||||
}
|
||||
|
||||
.text {
|
||||
font-size: 14px;
|
||||
color: #333333;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.QRcode-box {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
.QRcode-box {
|
||||
position: absolute;
|
||||
top: 51px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 180px;
|
||||
height: 240px;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
border-radius: 10px;
|
||||
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12156862745098);
|
||||
flex-direction: column;
|
||||
z-index: 1;
|
||||
display: none;
|
||||
|
||||
.QRcode-img {
|
||||
width: 130px;
|
||||
height: 130px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
||||
font-weight: 650;
|
||||
font-style: normal;
|
||||
font-size: 16px;
|
||||
color: #000000;
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
|
||||
.hint {
|
||||
font-size: 13px;
|
||||
color: #333333;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user