feat: 添加租房模块图标和功能优化
fix: 修复投票状态显示逻辑 refactor: 重命名ajaxget为ajaxGet style: 优化CSS样式和布局 docs: 更新组件文档和注释
This commit is contained in:
@@ -123,11 +123,82 @@
|
||||
font-size: 13px;
|
||||
color: rgb(171, 119, 19);
|
||||
text-decoration: none;
|
||||
|
||||
.bi-question {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.bi-pop {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.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;
|
||||
|
||||
.bi-coin-title {
|
||||
font-weight: 650;
|
||||
font-size: 16px;
|
||||
color: #000000;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.bi-coin-hint {
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.bi-url {
|
||||
text-decoration: underline;
|
||||
color: #04b0d5;
|
||||
}
|
||||
}
|
||||
|
||||
&::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;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 20px;
|
||||
display: block;
|
||||
z-index: -1;
|
||||
top: -15px;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user