diff --git a/src/common/style/new_style.css b/src/common/style/new_style.css index 56c2bf52..3ed4e86c 100644 --- a/src/common/style/new_style.css +++ b/src/common/style/new_style.css @@ -2449,6 +2449,14 @@ button[disabled] { width: 180rpx; } +.btn_single_reject { + background-color: #F56C6C; + font-size: 30rpx; + color: #fff; + text-align: center; + width: 180rpx; +} + .center { display: flex; flex-direction: row; diff --git a/src/mycomponents/item/itemCompareQty.vue b/src/mycomponents/item/itemCompareQty.vue index b1c6bf9a..4779ba7f 100644 --- a/src/mycomponents/item/itemCompareQty.vue +++ b/src/mycomponents/item/itemCompareQty.vue @@ -1,13 +1,13 @@