a1300399510@qq.com 提交于 2023/03/30 -19:20:01

This commit is contained in:
XiaoMo 2023-03-30 19:20:10 +08:00
parent 4f7b045ebf
commit c4cfde7fd5
2 changed files with 16 additions and 6 deletions

View File

@ -81,6 +81,15 @@ export default {
overflow: hidden;
}
//
.three-lines {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
}
//
.shadow {
-webkit-box-shadow: 0 0 .3rem rgba(0, 0, 0, .1);

View File

@ -35,9 +35,11 @@
<div class="card-content">
<!-- 回复引用 -->
<div class="quotation">
<div class="quotation-left"></div>
<svg-icon icon-class="quotation-left" class-name="quotation-left"></svg-icon>
<div class="quotation flexflex">
<svg-icon icon-class="quotation-left" class-name="quotation-icon"></svg-icon>
<div class="quotation-wenzi flex1 three-lines">这个离开香港是否超过180天应该是居籍的判断而非物理空间变化的判断简单来说只要你在香港纳税你在香港有工作有现金流有房子这个离开香港是否超过180天应该是居籍的判断而非物理空间变化的判断简单来说只要你在香港纳税你在香港有工作有现金流有房子这个离开香港是否超过180天应该是居籍的判断而非物理空间变化的判断简单来说只要你在香港纳税你在香港有工作有现金流有房子</div>
<div class="quotation-bottom"></div>
</div>
<!-- 之前申请永久居民参考了不少寄托的帖子和经验现在回馈给大家积攒RP -->
</div>
@ -216,10 +218,9 @@ export default {
border-radius: .16rem;
background: rgb(246, 246, 246);
img {
.quotation-icon {
width: .32rem;
height: .26rem;
}
}
}