Răsfoiți Sursa

修改颜色

shish 1 an în urmă
părinte
comite
77fc3ea2d9

+ 1 - 1
ghsPad/src/pages/home/components/settlePop.vue

@@ -486,7 +486,7 @@ export default {
                     color: #333333;
                     border-radius: 3upx;
                     &.active {
-                        background-color: #468c71;
+                        background-color: #3385FF;
                         color: #ffffff;
                     }
                 }

+ 1 - 1
hdPad/src/pages/home/components/console.vue

@@ -12,7 +12,7 @@
 	<view class="active" @click="logoutFn">退出</view>
 	<view class="active" @click="closeFn">关闭</view>
 
-	<view v-if="Number(customId)>0" style="position:fixed;left:32upx;bottom:66upx;width:189upx;height:20upx;line-height:5upx;font-size:13upx;background-color:white;color:#3385FF;font-weight:bold;border:none;">{{customName}}</view>
+	<view v-if="Number(customId)>0" style="position:fixed;left:32upx;bottom:66upx;width:189upx;height:20upx;line-height:5upx;font-size:13upx;background-color:white;color:#09C567;font-weight:bold;border:none;">{{customName}}</view>
 
     <!-- 清空 -->
     <uni-popup ref="clearItemRef" type="dialog">

+ 6 - 6
hdPad/src/pages/home/components/createWork.vue

@@ -204,8 +204,8 @@ export default {
                 margin-left:6upx;
             }
             .selected{
-                background-color:#3385ff;
-                border:1upx solid #3385ff;
+                background-color:#09C567;
+                border:1upx solid #09C567;
                 color:white;
             } 
         }
@@ -231,9 +231,9 @@ export default {
                 align-items:center;
             }
             .selected{
-                background-color:#3385ff;
+                background-color:#09C567;
                 color:white;
-                border:1upx solid #3385ff;
+                border:1upx solid #09C567;
             }
         }
         .staff-list{
@@ -255,9 +255,9 @@ export default {
                 align-items:center;
             }
             .selected{
-                background-color:#3385ff;
+                background-color:#09C567;
                 color:white;
-                border:1upx solid #3385ff;
+                border:1upx solid #09C567;
             }
         }
     }

+ 2 - 2
hdPad/src/pages/home/components/orderInfo.vue

@@ -419,7 +419,7 @@ export default {
         .operate-view {
           display: flex;
           align-items: center;
-          color: #3385ff;
+          color: #09C567;
           font-size: 12upx;
           .iconfont {
             margin-right: 20upx;
@@ -499,7 +499,7 @@ export default {
         .operate-view {
           display: flex;
           align-items: center;
-          color: #3385ff;
+          color: #09C567;
           font-size: 12upx;
           .iconfont {
             margin-right: 20upx;

+ 1 - 1
hdPad/src/pages/home/components/orderList.vue

@@ -26,7 +26,7 @@
             </view>
         </scroll-view>
 
-        <!-- <view style="width:35upx;height:35upx;position:fixed;bottom:10upx;left:178upx;background-color:#3385FF;border-radius:30upx;display:flex;justify-content:center;align-items:center;
+        <!-- <view style="width:35upx;height:35upx;position:fixed;bottom:10upx;left:178upx;background-color:#09C567;border-radius:30upx;display:flex;justify-content:center;align-items:center;
         font-size:16upx;color:white;" @click="select()">查</view>-->
 
 		<uni-popup ref="inputDialog" type="dialog">

+ 2 - 2
hdPad/src/pages/home/components/selectPrice.vue

@@ -135,8 +135,8 @@ export default {
         margin-right:8upx;
     }
     .selected{
-        color:#3385FF;
-        border:1upx solid #3385FF;
+        color:#09C567;
+        border:1upx solid #09C567;
     }
 }
 .grey-color{

+ 1 - 1
hdPad/src/pages/home/components/settlePop.vue

@@ -431,7 +431,7 @@ export default {
                     color: #333333;
                     border-radius: 3upx;
                     &.active {
-                        background-color: #468c71;
+                        background-color: #09C567;
                         color: #ffffff;
                     }
                 }

+ 4 - 4
hdPad/src/pages/home/components/workInfo.vue

@@ -532,8 +532,8 @@ export default {
         text-align: center;
     }
     & .active {
-      color: #3385FF;
-      border-color: #3385FF;
+      color: #09C567;
+      border-color: #09C567;
       font-size: 12upx;
       font-weight:bold;
     }
@@ -605,7 +605,7 @@ export default {
         .operate-view {
           display: flex;
           align-items: center;
-          color: #3385ff;
+          color: #09C567;
           font-size: 12upx;
           .iconfont {
             margin-right: 20upx;
@@ -685,7 +685,7 @@ export default {
         .operate-view {
           display: flex;
           align-items: center;
-          color: #3385ff;
+          color: #09C567;
           font-size: 12upx;
           .iconfont {
             margin-right: 20upx;

+ 1 - 1
hdPad/src/pages/home/components/workList.vue

@@ -30,7 +30,7 @@
                 </view>
             </view>
         </scroll-view>
-        <view style="width:35upx;height:35upx;position:fixed;bottom:10upx;left:178upx;background-color:#3385FF;border-radius:30upx;display:flex;justify-content:center;align-items:center;
+        <view style="width:35upx;height:35upx;position:fixed;bottom:10upx;left:178upx;background-color:#09C567;border-radius:30upx;display:flex;justify-content:center;align-items:center;
         font-size:16upx;color:white;" @click="select()">查</view>
 
 		<uni-popup ref="inputDialog" type="dialog">

+ 1 - 1
hdPad/src/pages/home/login.vue

@@ -114,7 +114,7 @@ export default {
     width: 376upx;
     height: 88upx;
     line-height: 88upx;
-    background: linear-gradient(90deg, #3385ff, #33b0ff);
+    background: linear-gradient(90deg, #09C567, #33b0ff);
     border-radius: 44upx;
     margin: 0 auto;
     font-size: 32upx;

+ 2 - 2
hdPad/src/pages/home/modify.vue

@@ -141,8 +141,8 @@ export default {
 				text-align: center;
 			}
 			& .active {
-				color: #3385FF;
-				border-color: #3385FF;
+				color: #09C567;
+				border-color: #09C567;
 				font-size: 10upx;
 				font-weight:bold;
 			}

+ 2 - 2
hdPad/src/pages/home/selectMake.vue

@@ -167,8 +167,8 @@ export default {
 				text-align: center;
 			}
 			& .active {
-				color: #3385FF;
-				border-color: #3385FF;
+				color: #09C567;
+				border-color: #09C567;
 				font-size: 10upx;
 				font-weight:bold;
 			}

+ 3 - 3
hdPad/src/static/css/common.scss

@@ -141,8 +141,8 @@ body {
 }
 .button-com.blue {
     color: #fff;
-    background-color: #3385FF;
-    border-color: #3385FF;
+    background-color: #09C567;
+    border-color: #09C567;
     &:active {
         background-color: #639cf1;
     }
@@ -537,7 +537,7 @@ li {
 .app-round_bg {
     width: 100%;
     position: absolute;
-    background-color: #3385FF;
+    background-color: #09C567;
     height: 299upx;
     border-radius: 0upx 0upx 83upx 83upx;
 }

+ 1 - 1
hdPad/src/uni.scss

@@ -10,7 +10,7 @@ $imgUrl: 'https://wximg.meijiabang.com/hkds/miniapp/images/';
 
 // 所有样式为公共样式,已在全局引用可直接使用
 // 主色
-$mainColor: #3385FF;
+$mainColor: #09C567;
 $mainColor1: #049E2C;
 $auxiliaryColor2: #ff6900;