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;