Selaa lähdekoodia

rgba转化成可以识别的颜色

shish 11 kuukautta sitten
vanhempi
commit
718db6d2bd

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

@@ -199,7 +199,7 @@ export default {
     & .title {
     & .title {
         padding: 3upx;
         padding: 3upx;
         font-size: 12upx;
         font-size: 12upx;
-        background-color: rgba(72, 91, 107, 1);
+        background-color: #485B6B;
         color: #FFFFFF;
         color: #FFFFFF;
     }
     }
     & .order-status{
     & .order-status{

+ 1 - 1
ghsPad/src/pages/home/make.vue

@@ -160,7 +160,7 @@ export default {
 	}
 	}
 	& .nav-left {
 	& .nav-left {
 		flex: 5;
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #485B6B;
 	}
 	}
 	& .itemList-box {
 	& .itemList-box {
 		flex: 30;
 		flex: 30;

+ 1 - 1
ghsPad/src/pages/home/modify.vue

@@ -116,7 +116,7 @@ export default {
 	}
 	}
 	& .nav-left {
 	& .nav-left {
 		flex: 5;
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #485B6B;
 	}
 	}
 	& .itemList-box {
 	& .itemList-box {
 		flex: 30;
 		flex: 30;

+ 1 - 1
ghsPad/src/pages/home/mt.vue

@@ -77,7 +77,7 @@ export default {
 	height: 100vh;
 	height: 100vh;
 	& .nav-left {
 	& .nav-left {
 		flex: 5;
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #485B6B;
 	}
 	}
 	& .work-list {
 	& .work-list {
 		flex: 32;
 		flex: 32;

+ 1 - 1
ghsPad/src/pages/home/retail.vue

@@ -45,7 +45,7 @@ export default {
 	height: 100vh;
 	height: 100vh;
 	& .nav-left {
 	& .nav-left {
 		flex: 5;
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #485B6B;
 	}
 	}
 	& .work-list {
 	& .work-list {
 		flex: 32;
 		flex: 32;

+ 1 - 1
ghsPad/src/pages/home/selectCustom.vue

@@ -80,7 +80,7 @@ export default {
 	height: 100vh;
 	height: 100vh;
 	& .nav-left {
 	& .nav-left {
 		flex: 5;
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #485B6B;
 	}
 	}
     & .select-custom{
     & .select-custom{
         flex: 121;
         flex: 121;

+ 1 - 1
ghsPad/src/pages/home/selectMake.vue

@@ -142,7 +142,7 @@ export default {
 	}
 	}
 	& .nav-left {
 	& .nav-left {
 		flex: 5;
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #485B6B;
 	}
 	}
 	& .itemList-box {
 	& .itemList-box {
 		flex: 30;
 		flex: 30;

+ 1 - 1
ghsPad/src/pages/home/sh.vue

@@ -77,7 +77,7 @@ export default {
 	height: 100vh;
 	height: 100vh;
 	& .nav-left {
 	& .nav-left {
 		flex: 5;
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #485B6B;
 	}
 	}
 	& .work-list {
 	& .work-list {
 		flex: 32;
 		flex: 32;

+ 1 - 1
ghsPad/src/pages/home/work.vue

@@ -77,7 +77,7 @@ export default {
 	height: 100vh;
 	height: 100vh;
 	& .nav-left {
 	& .nav-left {
 		flex: 5;
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #485B6B;
 	}
 	}
 	& .work-list {
 	& .work-list {
 		flex: 32;
 		flex: 32;

+ 3 - 3
hdPad/src/pages/home/components/balanceChange.vue

@@ -146,7 +146,7 @@ export default {
     z-index: 10;
     z-index: 10;
     width: 100%;
     width: 100%;
     background: #f5f7fa;
     background: #f5f7fa;
-    box-shadow: 0 2upx 4upx rgba(0,0,0,0.1);
+    box-shadow: 0 2upx 4upx #0000001A;
     flex: 1;
     flex: 1;
     
     
     .table-row {
     .table-row {
@@ -161,7 +161,7 @@ export default {
     border-radius: 8upx;
     border-radius: 8upx;
     overflow: hidden;
     overflow: hidden;
     background: #fff;
     background: #fff;
-    box-shadow: 0 2upx 12upx rgba(0,0,0,0.04);
+    box-shadow: 0 2upx 12upx #0000000A;
     margin: 0 0 10upx 0;
     margin: 0 0 10upx 0;
     font-size: 8upx;
     font-size: 8upx;
     box-sizing: border-box;
     box-sizing: border-box;
@@ -172,7 +172,7 @@ export default {
     margin-bottom: 8upx;
     margin-bottom: 8upx;
     background: #fff;
     background: #fff;
     border-radius: 6upx;
     border-radius: 6upx;
-    box-shadow: 0 1upx 4upx rgba(0,0,0,0.05);
+    box-shadow: 0 1upx 4upx #0000000D;
     overflow: hidden;
     overflow: hidden;
     border: 1upx solid #f0f0f0;
     border: 1upx solid #f0f0f0;
     
     

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

@@ -206,7 +206,7 @@ export default {
         color: white;
         color: white;
         border-color: #0076FF;
         border-color: #0076FF;
         transform: scale(1.1);
         transform: scale(1.1);
-        box-shadow: 0 2upx 4upx rgba(0, 118, 255, 0.2);
+        box-shadow: 0 2upx 4upx #0076FF33;
     }
     }
     
     
     &:active {
     &:active {
@@ -243,7 +243,7 @@ export default {
         color: white;
         color: white;
         border-color: #0076FF;
         border-color: #0076FF;
         transform: scale(1.1);
         transform: scale(1.1);
-        box-shadow: 0 2upx 4upx rgba(0, 118, 255, 0.2);
+        box-shadow: 0 2upx 4upx #0076FF33;
     }
     }
     
     
     &:active {
     &:active {

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

@@ -330,7 +330,7 @@ export default {
                             font-size: 9upx;
                             font-size: 9upx;
                             color: #E05050;
                             color: #E05050;
                             font-weight: normal;
                             font-weight: normal;
-                            background-color: rgba(224, 80, 80, 0.08);
+                            background-color: #E0505014;
                             padding: 0 3upx;
                             padding: 0 3upx;
                             border-radius: 3upx;
                             border-radius: 3upx;
                             margin-left: 5upx;
                             margin-left: 5upx;
@@ -352,7 +352,7 @@ export default {
                         & .level {
                         & .level {
                             font-size: 10upx;
                             font-size: 10upx;
                             color: #7D6F00;
                             color: #7D6F00;
-                            background-color: rgba(255, 215, 0, 0.1);
+                            background-color: #FFD7001A;
                             border-radius: 3upx;
                             border-radius: 3upx;
                             padding: 0 3upx;
                             padding: 0 3upx;
                         }
                         }

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

@@ -423,7 +423,7 @@ export default {
   background-color: #fff;
   background-color: #fff;
   border-radius: 8upx;
   border-radius: 8upx;
   overflow: hidden;
   overflow: hidden;
-  box-shadow: 0 2upx 10upx rgba(0, 0, 0, 0.2);
+  box-shadow: 0 2upx 10upx #00000033;
   pointer-events: auto;
   pointer-events: auto;
 }
 }