From 6bccff2a70728592de6a0e6b8f76207a804c2402 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Mon, 2 Sep 2024 11:48:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/index.vue | 52 +++++++++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 22 deletions(-) diff --git a/pages/order/index.vue b/pages/order/index.vue index be9429b..ca8af44 100644 --- a/pages/order/index.vue +++ b/pages/order/index.vue @@ -1150,7 +1150,11 @@ } .status-button-b{ font-weight: bold; - color: #7446fc; + color: #ff9d01; + } + .status-button-c{ + font-weight: bold; + color: #599abd; } .status-button-d{ font-weight: bold; @@ -1170,7 +1174,7 @@ } .status-button-h{ font-weight: bold; - color: #965fb9; + color: #75452a; } .status-button-i{ font-weight: bold; @@ -1180,10 +1184,6 @@ font-weight: bold; color: #43b943; } - .status-button-h{ - font-weight: bold; - color: #1bcada; - } .status-num{ margin-right: 15rpx; } @@ -1200,31 +1200,39 @@ height:50rpx; } .ticket{ - border: 1px solid #4dbaab; - color: #4dbaab; - padding:1px 5px; - border-radius:3px; + background: #34ace7; + color: #fff; + height: 40rpx; + line-height: 40rpx; + padding: 0 20rpx; + border-radius:20rpx 20rpx 20rpx 3px; font-size: 22rpx; } .ticket1{ - border: 1px solid #529ccc; - color: #1374b1; - padding:1px 5px; - border-radius:3px; + background: #feb449; + color: #fff; + height: 40rpx; + line-height: 40rpx; + padding: 0 20rpx; + border-radius:20rpx 20rpx 20rpx 3px; font-size: 22rpx; } .ticket2{ - border: 1px solid #c8b1e8; - color: #725b97; - padding:1px 5px; - border-radius:3px; + background: #497da5; + color: #fff; + height: 40rpx; + line-height: 40rpx; + padding: 0 20rpx; + border-radius:20rpx 20rpx 20rpx 3px; font-size: 22rpx; } .ticket3{ - border: 1px solid #d77e25; - color: #d5c3b3; - padding:1px 5px; - border-radius:3px; + background: #2bbd93; + color: #fff; + height: 40rpx; + line-height: 40rpx; + padding: 0 20rpx; + border-radius:20rpx 20rpx 20rpx 3px; font-size: 22rpx; }