From 464908a01e7d2102068d99f8dfbb4b361626d444 Mon Sep 17 00:00:00 2001 From: "pang.lizong" Date: Mon, 16 Sep 2019 18:28:01 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81H5=E8=89=B2=E8=B0=83=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=B5=85=E9=9D=92=E8=89=B2-->=E6=B5=85=E7=BA=A2?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/customer/customerList.vue | 2 +- src/views/ebiz/product/ProductDetail.vue | 4 ++-- src/views/ebiz/product/ProductList.vue | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/ebiz/customer/customerList.vue b/src/views/ebiz/customer/customerList.vue index 13fa9275f..6d6f64678 100644 --- a/src/views/ebiz/customer/customerList.vue +++ b/src/views/ebiz/customer/customerList.vue @@ -357,7 +357,7 @@ export default { } button:first-child { color: #E9332E; - background: #bbe2ef !important; + background: #FEEFD8 !important; } } .no-data { diff --git a/src/views/ebiz/product/ProductDetail.vue b/src/views/ebiz/product/ProductDetail.vue index 76f207990..473afadc6 100644 --- a/src/views/ebiz/product/ProductDetail.vue +++ b/src/views/ebiz/product/ProductDetail.vue @@ -20,7 +20,7 @@
- 制作建议书 + 制作建议书 立即投保
@@ -127,7 +127,7 @@ export default { border-color: transparent; } /deep/.van-button--default { - background-color: #d4f4ec; + background-color: #FEEFD8; color: #E9332E; } } diff --git a/src/views/ebiz/product/ProductList.vue b/src/views/ebiz/product/ProductList.vue index a9ba939c7..18662e982 100644 --- a/src/views/ebiz/product/ProductList.vue +++ b/src/views/ebiz/product/ProductList.vue @@ -40,7 +40,7 @@
确定 - 重置 + 重置
@@ -186,7 +186,7 @@ export default { border-color: transparent; } /deep/.van-button--default { - background-color: #d4f4ec; + background-color: #FEEFD8; color: #E9332E; } }