a1300399510@qq.com 提交于 2023/03/31 -14:40:02
This commit is contained in:
parent
64e88300db
commit
d18a17fcc9
@ -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-right flex1 flexflex">
|
||||||
<div class="quotation-wenzi flex1 three-lines">
|
<div class="quotation-wenzi flex1 three-lines">
|
||||||
这个离开香港是否超过180天,应该是居籍的判断,而非物理空间变化的判断。简单来说,只要你在香港纳税,你在香港有工作,有现金流,有房子…这个离开香港是否超过180天,应该是居籍的判断,而非物理空间变化的判断。简单来说,只要你在香港纳税,你在香港有工作,有现金流,有房子…这个离开香港是否超过180天,应该是居籍的判断,而非物理空间变化的判断。简单来说,只要你在香港纳税,你在香港有工作,有现金流,有房子…
|
这个离开香港是否超过180天,应该是居籍的判断,而非物理空间变化的判断。简单来说,只要你在香港纳税,你在香港有工作,有现金流,有房子…这个离开香港是否超过180天,应该是居籍的判断,而非物理空间变化的判断。简单来说,只要你在香港纳税,你在香港有工作,有现金流,有房子…这个离开香港是否超过180天,应该是居籍的判断,而非物理空间变化的判断。简单来说,只要你在香港纳税,你在香港有工作,有现金流,有房子…
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="quotation-bottom flexacenter">zhangsd 发表于 2022-7-6 14:56
|
||||||
<div class="quotation-bottom"></div>
|
<svg-icon icon-class="quotation-right" class-name="quotation-icon"></svg-icon>
|
||||||
</div>
|
</div>
|
||||||
<!-- 之前申请永久居民,参考了不少寄托的帖子和经验,现在回馈给大家,积攒RP。 -->
|
</div>
|
||||||
|
</div>
|
||||||
|
之前申请永久居民,参考了不少寄托的帖子和经验,现在回馈给大家,积攒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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -244,7 +244,6 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.paging {
|
.paging {
|
||||||
// width: 6.44rem;
|
|
||||||
margin-top: .48rem;
|
margin-top: .48rem;
|
||||||
|
|
||||||
::v-deep {
|
::v-deep {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user