From f0074e88ba48a60f157fcc96ddec98ac4599ce08 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Mon, 13 Oct 2025 15:42:23 +0800 Subject: [PATCH] style: --- webht/third_party/pay/views/payment_list.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/webht/third_party/pay/views/payment_list.php b/webht/third_party/pay/views/payment_list.php index 15a00e95..8370f09c 100644 --- a/webht/third_party/pay/views/payment_list.php +++ b/webht/third_party/pay/views/payment_list.php @@ -43,6 +43,11 @@ .hly-color {background-color: #009fe9;} .unknown-color{ background-color: #999999;} + /* .text-completed {color: #00CC00;} */ + .text-pending {color: #ff9900;} + .text-declined {color: #a94442;} + .text-approved {color: #777;} + .flex {display: flex;} .items-center {align-items: center;} .justify-center {justify-content: center;} @@ -252,7 +257,7 @@ 主题 付款人 subject - 交易号 + 凭证号 收单时间 账单 / 录入 @@ -263,7 +268,7 @@ $item) { ?> - + OPN_transactionResult}" : ''; ?>"> brand_name))."-color"; ?>">brand_name; ?> OPN_fundSource)))."-color"; ?>">OPN_fundSource); ?> @@ -318,7 +323,7 @@ ?> OPN_transactionResult !== 'completed') { - $cls = $item->OPN_transactionResult == 'declined' ? 'text-danger' : 'text-muted'; + $cls = "text-{$item->OPN_transactionResult}"; $text = strtoupper($item->OPN_transactionResult); echo "{$text}
"; } elseif ($item->OPN_noticeType !== 'pay') {