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; } }