Browse Source

文章颜色

natasha 9 months ago
parent
commit
4209d688c8
2 changed files with 23 additions and 23 deletions
  1. 11 11
      src/views/bookShelf/articleDetail.vue
  2. 12 12
      src/views/bookShelf/components/ArticleInfo.vue

+ 11 - 11
src/views/bookShelf/articleDetail.vue

@@ -1101,7 +1101,7 @@ export default {
             this.bgColorList[this.activeIndex].type === "white"
               ? this.articleInfo.vl_id === "VL26"
                 ? [
-                    "#90C62F",
+                    "#FDB600",
                     "#55B467",
                     "#F04F88",
                     "#F2555A",
@@ -1121,18 +1121,18 @@ export default {
               : this.bgColorList[this.activeIndex].type === "darkGreen"
               ? this.articleInfo.vl_id === "VL26"
                 ? [
-                    "#90C62F",
+                    "#FDB600",
                     "#55B467",
-                    "#5FD4F4",
-                    "#5373E7",
                     "#F04F88",
                     "#F2555A",
                     "#D7DCDA",
                     "#99A29E",
                   ]
                 : [
-                    "#90C62F",
+                    "#FDB600",
                     "#55B467",
+                    "#5FD4F4",
+                    "#5373E7",
                     "#F04F88",
                     "#F2555A",
                     "#D7DCDA",
@@ -1140,18 +1140,18 @@ export default {
                   ]
               : this.articleInfo.vl_id === "VL26"
               ? [
-                  "#5B7217",
-                  "#2F6E3B",
-                  "#006793",
-                  "#2C49AA",
+                  "#FDB600",
+                  "#3AB854",
                   "#AE1955",
                   "#F2555A",
                   "#4A524E",
                   "#2F3742",
                 ]
               : [
-                  "#5B7217",
-                  "#2F6E3B",
+                  "#FDB600",
+                  "#3AB854",
+                  "#00C6F1",
+                  "#3459D2",
                   "#AE1955",
                   "#F2555A",
                   "#4A524E",

+ 12 - 12
src/views/bookShelf/components/ArticleInfo.vue

@@ -358,7 +358,7 @@ export default {
             this.colorObj.type === "white"
               ? this.articleInfo.vl_id === "VL26"
                 ? [
-                    "#90C62F",
+                    "#FDB600",
                     "#55B467",
                     "#F04F88",
                     "#F2555A",
@@ -366,7 +366,7 @@ export default {
                     "#99A29E",
                   ]
                 : [
-                    "#90C62F",
+                    "#FDB600",
                     "#55B467",
                     "#5FD4F4",
                     "#5373E7",
@@ -378,18 +378,18 @@ export default {
               : this.colorObj.type === "darkGreen"
               ? this.articleInfo.vl_id === "VL26"
                 ? [
-                    "#90C62F",
+                    "#FDB600",
                     "#55B467",
-                    "#5FD4F4",
-                    "#5373E7",
                     "#F04F88",
                     "#F2555A",
                     "#D7DCDA",
                     "#99A29E",
                   ]
                 : [
-                    "#90C62F",
+                    "#FDB600",
                     "#55B467",
+                    "#5FD4F4",
+                    "#5373E7",
                     "#F04F88",
                     "#F2555A",
                     "#D7DCDA",
@@ -397,18 +397,18 @@ export default {
                   ]
               : this.articleInfo.vl_id === "VL26"
               ? [
-                  "#5B7217",
-                  "#2F6E3B",
-                  "#006793",
-                  "#2C49AA",
+                  "#FDB600",
+                  "#3AB854",
                   "#AE1955",
                   "#F2555A",
                   "#4A524E",
                   "#2F3742",
                 ]
               : [
-                  "#5B7217",
-                  "#2F6E3B",
+                  "#FDB600",
+                  "#3AB854",
+                  "#00C6F1",
+                  "#3459D2",
                   "#AE1955",
                   "#F2555A",
                   "#4A524E",