a1300399510@qq.com 提交于 2023/03/31 -14:40:02

This commit is contained in:
XiaoMo 2023-03-31 14:40:11 +08:00
parent 64e88300db
commit d18a17fcc9
2 changed files with 34 additions and 8 deletions

View File

@ -37,14 +37,17 @@
<!-- 回复引用 --> <!-- 回复引用 -->
<div class="quotation flexflex"> <div class="quotation flexflex">
<svg-icon icon-class="quotation-left" class-name="quotation-icon"></svg-icon> <svg-icon icon-class="quotation-left" class-name="quotation-icon"></svg-icon>
<div class="quotation-wenzi flex1 three-lines"> <div class="quotation-right flex1 flexflex">
这个离开香港是否超过180天应该是居籍的判断而非物理空间变化的判断简单来说只要你在香港纳税你在香港有工作有现金流有房子这个离开香港是否超过180天应该是居籍的判断而非物理空间变化的判断简单来说只要你在香港纳税你在香港有工作有现金流有房子这个离开香港是否超过180天应该是居籍的判断而非物理空间变化的判断简单来说只要你在香港纳税你在香港有工作有现金流有房子 <div class="quotation-wenzi flex1 three-lines">
这个离开香港是否超过180天应该是居籍的判断而非物理空间变化的判断简单来说只要你在香港纳税你在香港有工作有现金流有房子这个离开香港是否超过180天应该是居籍的判断而非物理空间变化的判断简单来说只要你在香港纳税你在香港有工作有现金流有房子这个离开香港是否超过180天应该是居籍的判断而非物理空间变化的判断简单来说只要你在香港纳税你在香港有工作有现金流有房子
</div>
<div class="quotation-bottom flexacenter">zhangsd 发表于 2022-7-6 14:56
<svg-icon icon-class="quotation-right" class-name="quotation-icon"></svg-icon>
</div>
</div> </div>
<div class="quotation-bottom"></div>
</div> </div>
<!-- 之前申请永久居民参考了不少寄托的帖子和经验现在回馈给大家积攒RP --> 之前申请永久居民参考了不少寄托的帖子和经验现在回馈给大家积攒RP
</div> </div>
</div> </div>
@ -52,6 +55,10 @@
</div> </div>
<!-- 分页 --> <!-- 分页 -->
<div class="paging flexcenter">
<el-pagination small background layout="prev, pager, next" :total="1000">
</el-pagination>
</div>
<detail-reply :two-comment-data="twoCommentData" :pop-state="popState"></detail-reply> <detail-reply :two-comment-data="twoCommentData" :pop-state="popState"></detail-reply>
@ -70,7 +77,7 @@ export default {
avatar: "https://oss.gter.net/avatar/97KwEWANd_4DHWiY6VbnSUFSCKroYWFjYQ~~/middle", avatar: "https://oss.gter.net/avatar/97KwEWANd_4DHWiY6VbnSUFSCKroYWFjYQ~~/middle",
content: "评论回复", content: "评论回复",
}, },
popState: "coinNo", popState: "",
coinConfig: { coinConfig: {
strategy: { strategy: {
button: "攒币指南", button: "攒币指南",
@ -242,11 +249,31 @@ export default {
background: rgb(246, 246, 246); background: rgb(246, 246, 246);
padding: .36rem .24rem; padding: .36rem .24rem;
box-sizing: border-box; box-sizing: border-box;
margin-bottom: .48rem;
.quotation-wenzi {
line-height: .52rem;
}
.quotation-icon { .quotation-icon {
width: .32rem; width: .32rem;
height: .26rem; height: .26rem;
} }
.quotation-right {
flex-direction: column;
margin-left: .28rem;
.quotation-bottom {
color: #7F7F7F;
font-size: .28rem;
margin-top: .258rem;
.quotation-icon {
margin-left: .2rem;
}
}
}
} }
} }
} }

View File

@ -244,7 +244,6 @@ export default {
} }
.paging { .paging {
// width: 6.44rem;
margin-top: .48rem; margin-top: .48rem;
::v-deep { ::v-deep {