From d53616c3479ddd804b7842057fbc901aeebc0500 Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Fri, 21 Jul 2023 15:35:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/img/detail/moreAllow.svg | 6 ++++++ src/assets/img/detail/moreNot.svg | 6 ++++++ src/components/seachPage/input.vue | 6 +++--- src/views/detail.vue | 22 ++++++++++++++++------ 4 files changed, 31 insertions(+), 9 deletions(-) create mode 100644 src/assets/img/detail/moreAllow.svg create mode 100644 src/assets/img/detail/moreNot.svg diff --git a/src/assets/img/detail/moreAllow.svg b/src/assets/img/detail/moreAllow.svg new file mode 100644 index 0000000..abb8199 --- /dev/null +++ b/src/assets/img/detail/moreAllow.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/assets/img/detail/moreNot.svg b/src/assets/img/detail/moreNot.svg new file mode 100644 index 0000000..0adbd48 --- /dev/null +++ b/src/assets/img/detail/moreNot.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/components/seachPage/input.vue b/src/components/seachPage/input.vue index ee9a3bc..ddef97a 100644 --- a/src/components/seachPage/input.vue +++ b/src/components/seachPage/input.vue @@ -3,7 +3,7 @@
- + @@ -97,7 +97,7 @@ v-show="!showSelectModule"> : 
- {{ item }}c + {{ item }}  | 
@@ -128,7 +128,7 @@
- + {{ listSort.check }} diff --git a/src/views/detail.vue b/src/views/detail.vue index adc79c1..ecdbdaf 100644 --- a/src/views/detail.vue +++ b/src/views/detail.vue @@ -51,7 +51,17 @@
2
-
+
+ + + + +
+ +
+
+
+
@@ -198,22 +208,22 @@ img { .img-video { width: 26px; height: 26px; - margin-right:5px; + margin-right: 5px; } .img-icon { width: 22px; height: 22px; - margin:0 5px 0 10px + margin: 0 5px 0 10px } .num-box { width: 20px; height: 20px; border-radius: 50%; - background:#fdda55; - line-height:20px; - text-align:center; + background: #fdda55; + line-height: 20px; + text-align: center; color: #333333; font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif; font-weight: 400;