shish 2 лет назад
Родитель
Сommit
cdb91de89b

+ 1 - 1
hdApp/src/components/module/app-footer-cart.vue

@@ -110,7 +110,7 @@ export default {
 			text-align: center;
 			font-size: 28upx;
 			color: #ffffff;
-			background-color: #3385ff;
+			background-color: #09C567;
 			line-height: 88upx;
 		}
 	}

+ 1 - 1
hdApp/src/pagesPurchase/components/item.vue

@@ -200,7 +200,7 @@ export default {
 				display: flex;
 				align-items: center;
 				& .iconfont {
-					color: #3385ff;
+					color: #09C567;
 					font-size: 55upx;
 				}
 				& > .num {

+ 1 - 1
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -26,7 +26,7 @@
 				<app-search-module v-model="py" placeholder="拼音首字母也可以搜索" @input="goSearchFn" />
 			</view>
 			<view style="padding:0 0upx 0 20upx;" >
-				<button class="admin-button-com middle blue" v-if="ghsInfo.presell && ghsInfo.presell == 1" style="background-color:green;border:1upx solid green;" @click="aheadCg(ghsInfo)">预订花材</button>
+				<button class="admin-button-com middle blue" v-if="ghsInfo.presell && ghsInfo.presell == 1" style="background-color:#09C567;border:1upx solid #09C567;" @click="aheadCg(ghsInfo)">预订花材</button>
 				<button class="admin-button-com middle blue" @click="delMemory()" v-else>清空已选</button>
 			</view>
 		</view>

+ 1 - 1
hdApp/src/pagesPurchase/order.vue

@@ -408,7 +408,7 @@ export default {
         height: 80upx;
         line-height:80upx;
         text-align:center;
-        background-color:#3385FF;
+        background-color:#09C567;
         background-size: 137upx 137upx;
         width: 130upx;
         position: absolute;