From 82ee4d4e137bb1452676a61563eccae1a478d874 Mon Sep 17 00:00:00 2001 From: XiaoMo Date: Fri, 31 Mar 2023 11:00:10 +0800 Subject: [PATCH] =?UTF-8?q?a1300399510@qq.com=20=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E4=BA=8E=202023/03/31=20-11:00:01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 14 ++ src/components/DetailReply.vue | 218 +++++++++++++++++++++++++++++++ src/views/detail/detailIndex.vue | 14 +- 3 files changed, 244 insertions(+), 2 deletions(-) create mode 100755 src/components/DetailReply.vue diff --git a/src/App.vue b/src/App.vue index ec0d50c..925ab5b 100755 --- a/src/App.vue +++ b/src/App.vue @@ -95,4 +95,18 @@ export default { -webkit-box-shadow: 0 0 .3rem rgba(0, 0, 0, .1); box-shadow: 0 0 .3rem rgba(0, 0, 0, .1); } + +// 弹窗公共类 蒙版 +.pop-box { + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 100vh; + background-color: rgba(0, 0, 0, 0.64); + z-index: 100; + align-items: center; + justify-content: flex-end; + overflow: auto; +} diff --git a/src/components/DetailReply.vue b/src/components/DetailReply.vue new file mode 100755 index 0000000..11180b9 --- /dev/null +++ b/src/components/DetailReply.vue @@ -0,0 +1,218 @@ + + + + + \ No newline at end of file diff --git a/src/views/detail/detailIndex.vue b/src/views/detail/detailIndex.vue index 9a561dc..e2b446a 100755 --- a/src/views/detail/detailIndex.vue +++ b/src/views/detail/detailIndex.vue @@ -37,8 +37,10 @@
-
这个离开香港是否超过180天,应该是居籍的判断,而非物理空间变化的判断。简单来说,只要你在香港纳税,你在香港有工作,有现金流,有房子…这个离开香港是否超过180天,应该是居籍的判断,而非物理空间变化的判断。简单来说,只要你在香港纳税,你在香港有工作,有现金流,有房子…这个离开香港是否超过180天,应该是居籍的判断,而非物理空间变化的判断。简单来说,只要你在香港纳税,你在香港有工作,有现金流,有房子…
- +
+ 这个离开香港是否超过180天,应该是居籍的判断,而非物理空间变化的判断。简单来说,只要你在香港纳税,你在香港有工作,有现金流,有房子…这个离开香港是否超过180天,应该是居籍的判断,而非物理空间变化的判断。简单来说,只要你在香港纳税,你在香港有工作,有现金流,有房子…这个离开香港是否超过180天,应该是居籍的判断,而非物理空间变化的判断。简单来说,只要你在香港纳税,你在香港有工作,有现金流,有房子… +
+
@@ -52,10 +54,12 @@ + @@ -220,6 +228,8 @@ export default { font-size: .32rem; border-radius: .16rem; background: rgb(246, 246, 246); + padding: .36rem .24rem; + box-sizing: border-box; .quotation-icon { width: .32rem;