瀏覽代碼

fix: 调整帮助功能主题色

周玉环 6 小時之前
父節點
當前提交
b8eeee29db

+ 1 - 1
xinkeaboard-seller/src/assets/css/goods.less

@@ -1,5 +1,5 @@
 @import "~antd/lib/style/themes/default.less";
-@theme-color: #00985E;
+@theme-color: #036EB8;
 //@theme-color的rgb
 @theme-rgbColor: 0, 152, 94;
 //#00FA9A的rgb色

+ 3 - 3
xinkeaboard-seller/src/global.less

@@ -2292,7 +2292,7 @@ body {
   padding: 10px;
   width: 31.33%;
   float: left;
-  border: 2px solid #00985E;
+  border: 2px solid @theme-color;
   margin: 1%;
   cursor: pointer;
   .file_name{
@@ -2311,7 +2311,7 @@ body {
     text-align: center;
     a{
       text-decoration: underline;
-      color: #00985E;
+      color: @theme-color;
     }
   }
 }
@@ -2337,7 +2337,7 @@ body {
     text-align: center;
     a{
       text-decoration: underline;
-      color: #00985E;
+      color: @theme-color;
     }
   }
 }

+ 3 - 3
xinkeaboard-seller/src/pages/agreement/agree.less

@@ -55,15 +55,15 @@
   right: 44px;
   bottom: 130px;
   font-size: 19px;
-  border: 1px solid #00985E;
+  border: 1px solid @theme-color;
   border-radius: 50%;
   width: 50px;
   height: 50px;
   text-align: center;
   line-height: 45px;
-  box-shadow: 0 0 10px 0px #00985E;
+  box-shadow: 0 0 10px 0px @theme-color;
   :global i.anticon{
-    color: #00985E;
+    color: @theme-color;
   }
   background: #fff;
 }

+ 3 - 3
xinkeaboard-seller/src/pages/doc/doc.less

@@ -52,15 +52,15 @@
   right: 8px;
   bottom: 100px;
   font-size: 19px;
-  border: 1px solid #00985E;
+  border: 1px solid @theme-color;
   border-radius: 50%;
   width: 50px;
   height: 50px;
   text-align: center;
   line-height: 45px;
-  box-shadow: 0 0 10px 0px #00985E;
+  box-shadow: 0 0 10px 0px @theme-color;
   :global i.anticon{
-    color: #00985E;
+    color: @theme-color;
   }
   background: #fff;
 

+ 3 - 1
xinkeaboard-seller/src/pages/store/media.less

@@ -1,3 +1,5 @@
+@import '../../themeColor.less';
+
 .wrap{
   display: block;
   margin: 10px 0;
@@ -47,7 +49,7 @@ body :global .ant-calendar-picker-input.ant-input {
 .goods_info{
   position: relative;
   :global .action{
-    color: #00985E;
+    color: @theme-color;
     text-decoration: underline;
     border-left: 1px solid;
     padding-left: 5px;

+ 2 - 1
xinkeaboard-seller/src/pages/store/pc_diy/edit_diy_page_head.less

@@ -1,4 +1,5 @@
 @import '~antd/lib/style/themes/default.less';
+@import '../../../themeColor.less';
 
 .header_wrap {
   width: 100%;
@@ -256,7 +257,7 @@
           width: 0;
           height: 0;
           border-style: solid;
-          border-color: #00985E transparent transparent transparent;
+          border-color: @theme-color transparent transparent transparent;
           border-width: 6px;
           margin-left: 5px;
           transition: all .2s;