2023-03-30 16:20:10 +08:00
|
|
|
|
<template>
|
|
|
|
|
<div class="container">
|
2023-03-30 16:40:11 +08:00
|
|
|
|
<div class="detail-head flexacenter">
|
|
|
|
|
<div class="detail-section">版块:<span class="section-name">香港澳门台湾留学申请</span></div>
|
|
|
|
|
<div class="detail-data flexacenter">
|
2023-03-30 18:00:11 +08:00
|
|
|
|
<div class="detail-data-item flexacenter">
|
2023-03-30 17:00:12 +08:00
|
|
|
|
<img class="detail-data-eye" src="@/assets/img/detail/eye.png">10378
|
2023-03-30 16:40:11 +08:00
|
|
|
|
</div>
|
2023-03-30 18:00:11 +08:00
|
|
|
|
<div class="detail-data-item flexacenter">
|
2023-03-30 17:00:12 +08:00
|
|
|
|
<img class="detail-data-comment" src="@/assets/img/detail/comment.png">16
|
2023-03-30 16:40:11 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-03-30 18:00:11 +08:00
|
|
|
|
|
|
|
|
|
<div class="detail-title-box">
|
2023-03-30 18:20:10 +08:00
|
|
|
|
<div class="detail-title-item detail-title-jinghua flexcenter">精华</div>
|
|
|
|
|
<div class="detail-title-item detail-title-label flexcenter">生活贴士</div>
|
|
|
|
|
香港永久居民的申请步骤和过程
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- -->
|
2023-03-30 19:00:11 +08:00
|
|
|
|
<div class="card flexcenter">
|
|
|
|
|
<div class="card-item shadow" v-for="(item, index) in 5" :key="index">
|
2023-03-30 18:40:11 +08:00
|
|
|
|
<div class="card-head flexacenter">
|
|
|
|
|
<img class="card-head-icon"
|
|
|
|
|
src="https://axure-file.lanhuapp.com/md516b251fb-9cfa-46fc-a9b6-2a41a7b4dc37__3ad73406ff4bc8b138dafc6dcbf1a635.svg" />
|
|
|
|
|
<div class="card-head-content flex1 flexflex">
|
2023-03-30 19:00:11 +08:00
|
|
|
|
<div class="card-head-name flexflex">闫旭Mike <div class="landlord flexcenter" v-if="index == 0">楼主
|
|
|
|
|
</div>
|
2023-03-30 18:40:11 +08:00
|
|
|
|
</div>
|
2023-03-30 18:20:10 +08:00
|
|
|
|
<div class="card-head-time">2022-7-6 14:56</div>
|
|
|
|
|
</div>
|
2023-03-30 19:00:11 +08:00
|
|
|
|
<div class="card-head-fool">{{ index == 0 ? '楼主' : `${index}楼` }}</div>
|
2023-03-30 18:40:11 +08:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="card-content">
|
2023-03-30 19:00:11 +08:00
|
|
|
|
<!-- 回复引用 -->
|
2023-03-30 19:20:10 +08:00
|
|
|
|
<div class="quotation flexflex">
|
|
|
|
|
<svg-icon icon-class="quotation-left" class-name="quotation-icon"></svg-icon>
|
2023-03-31 11:00:10 +08:00
|
|
|
|
<div class="quotation-wenzi flex1 three-lines">
|
|
|
|
|
这个离开香港是否超过180天,应该是居籍的判断,而非物理空间变化的判断。简单来说,只要你在香港纳税,你在香港有工作,有现金流,有房子…这个离开香港是否超过180天,应该是居籍的判断,而非物理空间变化的判断。简单来说,只要你在香港纳税,你在香港有工作,有现金流,有房子…这个离开香港是否超过180天,应该是居籍的判断,而非物理空间变化的判断。简单来说,只要你在香港纳税,你在香港有工作,有现金流,有房子…
|
|
|
|
|
</div>
|
|
|
|
|
|
2023-03-30 19:20:10 +08:00
|
|
|
|
|
|
|
|
|
<div class="quotation-bottom"></div>
|
2023-03-30 19:00:11 +08:00
|
|
|
|
</div>
|
|
|
|
|
<!-- 之前申请永久居民,参考了不少寄托的帖子和经验,现在回馈给大家,积攒RP。 -->
|
2023-03-30 18:20:10 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-03-30 18:40:11 +08:00
|
|
|
|
|
|
|
|
|
|
2023-03-30 18:00:11 +08:00
|
|
|
|
</div>
|
|
|
|
|
|
2023-03-31 10:40:10 +08:00
|
|
|
|
<!-- 分页 -->
|
|
|
|
|
|
2023-03-30 18:00:11 +08:00
|
|
|
|
|
2023-03-31 12:00:10 +08:00
|
|
|
|
<detail-reply :two-comment-data="twoCommentData" :pop-state="popState"></detail-reply>
|
2023-03-30 16:20:10 +08:00
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
2023-03-31 11:00:10 +08:00
|
|
|
|
import DetailReply from '@/components/DetailReply'
|
2023-03-30 16:20:10 +08:00
|
|
|
|
export default {
|
|
|
|
|
name: 'detailIndex',
|
|
|
|
|
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
2023-03-31 12:00:10 +08:00
|
|
|
|
twoCommentData: {
|
|
|
|
|
avatar: "https://oss.gter.net/avatar/97KwEWANd_4DHWiY6VbnSUFSCKroYWFjYQ~~/middle",
|
|
|
|
|
content: "评论回复",
|
|
|
|
|
},
|
|
|
|
|
popState: "discussionSingle",
|
|
|
|
|
|
2023-03-30 16:20:10 +08:00
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
mounted() {
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
methods: {
|
|
|
|
|
|
|
|
|
|
},
|
2023-03-31 11:00:10 +08:00
|
|
|
|
|
|
|
|
|
components: {
|
|
|
|
|
DetailReply
|
|
|
|
|
}
|
2023-03-30 16:20:10 +08:00
|
|
|
|
};
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
.container {
|
|
|
|
|
margin-top: 1.3rem;
|
2023-03-30 16:40:11 +08:00
|
|
|
|
|
|
|
|
|
.detail-head {
|
|
|
|
|
color: #7F7F7F;
|
2023-03-30 18:00:11 +08:00
|
|
|
|
padding: .191rem 0.2933rem 0;
|
|
|
|
|
justify-content: space-between;
|
2023-03-30 16:40:11 +08:00
|
|
|
|
|
|
|
|
|
.detail-section {
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
font-size: .32rem;
|
|
|
|
|
|
|
|
|
|
.section-name {
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detail-data {
|
2023-03-30 17:00:12 +08:00
|
|
|
|
color: rgb(127, 127, 127);
|
2023-03-30 18:00:11 +08:00
|
|
|
|
|
2023-03-30 17:00:12 +08:00
|
|
|
|
.detail-data-item {
|
2023-03-30 18:00:11 +08:00
|
|
|
|
color: rgb(127, 127, 127);
|
|
|
|
|
font-size: .28rem;
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
margin-right: .12rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detail-data-eye {
|
|
|
|
|
width: .36rem;
|
|
|
|
|
height: .36rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detail-data-comment {
|
|
|
|
|
width: .32rem;
|
|
|
|
|
height: .32rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:last-of-type {
|
|
|
|
|
margin-left: .32rem;
|
|
|
|
|
}
|
2023-03-30 17:00:12 +08:00
|
|
|
|
}
|
2023-03-30 16:40:11 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-03-30 18:00:11 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.detail-title-box {
|
2023-03-30 18:20:10 +08:00
|
|
|
|
padding: .72rem 0.2933rem 0;
|
|
|
|
|
color: #000;
|
|
|
|
|
font-size: .56rem;
|
|
|
|
|
font-weight: 650;
|
2023-03-30 18:00:11 +08:00
|
|
|
|
|
2023-03-30 18:20:10 +08:00
|
|
|
|
.detail-title-item {
|
2023-03-30 18:00:11 +08:00
|
|
|
|
font-size: .32rem;
|
|
|
|
|
color: #fff;
|
2023-03-30 18:20:10 +08:00
|
|
|
|
height: .64rem;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
margin-right: .16rem;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
|
|
|
|
&.detail-title-jinghua {
|
|
|
|
|
width: 1rem;
|
|
|
|
|
border-radius: .5rem .5rem 0;
|
|
|
|
|
background: linear-gradient(-57.3808deg, rgb(178, 152, 232) 0%, rgb(88, 70, 195) 100%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.detail-title-label {
|
|
|
|
|
background: rgb(51, 51, 51);
|
|
|
|
|
padding: 0 .16rem;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
border-radius: .16rem;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-30 18:00:11 +08:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-30 18:20:10 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card {
|
|
|
|
|
margin-top: .48rem;
|
2023-03-30 19:00:11 +08:00
|
|
|
|
flex-direction: column;
|
2023-03-30 18:20:10 +08:00
|
|
|
|
|
|
|
|
|
.card-item {
|
|
|
|
|
width: 9.4rem;
|
|
|
|
|
border-radius: .4rem;
|
|
|
|
|
background: #fff;
|
2023-03-30 19:00:11 +08:00
|
|
|
|
margin-bottom: .4rem;
|
2023-03-30 18:20:10 +08:00
|
|
|
|
|
|
|
|
|
.card-head {
|
2023-03-30 18:40:11 +08:00
|
|
|
|
padding: .48rem .32rem;
|
|
|
|
|
border-bottom: .0133rem solid #ebebeb;
|
2023-03-30 18:20:10 +08:00
|
|
|
|
|
|
|
|
|
.card-head-icon {
|
|
|
|
|
width: .96rem;
|
|
|
|
|
height: .96rem;
|
|
|
|
|
border-radius: 50%;
|
2023-03-30 18:40:11 +08:00
|
|
|
|
margin-right: .28rem;
|
2023-03-30 18:20:10 +08:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-30 18:40:11 +08:00
|
|
|
|
.card-head-content {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
|
|
.card-head-name {
|
|
|
|
|
color: #333;
|
|
|
|
|
font-size: .32rem;
|
|
|
|
|
margin-bottom: .08rem;
|
|
|
|
|
|
|
|
|
|
.landlord {
|
|
|
|
|
color: rgb(127, 127, 127);
|
|
|
|
|
font-size: .26rem;
|
|
|
|
|
width: .64rem;
|
|
|
|
|
height: .44rem;
|
2023-03-30 19:00:11 +08:00
|
|
|
|
border: rgb(215, 215, 215) .0133rem solid;
|
2023-03-30 18:40:11 +08:00
|
|
|
|
background: rgb(240, 242, 245);
|
|
|
|
|
border-radius: .1rem;
|
2023-03-30 19:00:11 +08:00
|
|
|
|
margin-left: .16rem;
|
2023-03-30 18:40:11 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-head-time {
|
|
|
|
|
color: rgb(127, 127, 127);
|
|
|
|
|
font-size: .28rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-head-fool {
|
|
|
|
|
color: rgb(127, 127, 127);
|
|
|
|
|
font-size: .32rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-content {
|
|
|
|
|
color: #333;
|
|
|
|
|
font-size: .36rem;
|
|
|
|
|
line-height: .6rem;
|
|
|
|
|
padding: .5rem .32rem;
|
2023-03-30 19:00:11 +08:00
|
|
|
|
|
|
|
|
|
.quotation {
|
|
|
|
|
width: 100%;
|
|
|
|
|
color: #333;
|
|
|
|
|
font-size: .32rem;
|
|
|
|
|
border-radius: .16rem;
|
|
|
|
|
background: rgb(246, 246, 246);
|
2023-03-31 11:00:10 +08:00
|
|
|
|
padding: .36rem .24rem;
|
|
|
|
|
box-sizing: border-box;
|
2023-03-30 19:00:11 +08:00
|
|
|
|
|
2023-03-30 19:20:10 +08:00
|
|
|
|
.quotation-icon {
|
2023-03-30 19:00:11 +08:00
|
|
|
|
width: .32rem;
|
2023-03-30 19:20:10 +08:00
|
|
|
|
height: .26rem;
|
2023-03-30 19:00:11 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-03-30 18:20:10 +08:00
|
|
|
|
}
|
2023-03-30 18:00:11 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-03-30 18:20:10 +08:00
|
|
|
|
|
2023-03-30 16:20:10 +08:00
|
|
|
|
}
|
|
|
|
|
</style>
|