From aca46a03226d908a96b074010633e15ce4df1a4d Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期一, 25 三月 2024 16:55:52 +0800 Subject: [PATCH] # --- static/css/common/order.css | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/static/css/common/order.css b/static/css/common/order.css index a20807a..4665071 100644 --- a/static/css/common/order.css +++ b/static/css/common/order.css @@ -57,4 +57,40 @@ height: 100rpx; background-color: #FFF; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2) ; + } + .card-status-1 { + position: absolute; + right: 20rpx; + top: 30rpx; + padding: 4rpx 20rpx; + text-align: center; + font-size: 10px; + color: #f5222d; + background-color: #fff1f0; + border: 1px solid #ffa39e; + border-radius: 6rpx; + } + .card-status-2 { + position: absolute; + right: 20rpx; + top: 30rpx; + padding: 4rpx 20rpx; + text-align: center; + font-size: 10px; + color: #52c41a; + background-color: #f6ffed; + border: 1px solid #b7eb8f; + border-radius: 6rpx; + } + .card-status-4 { + position: absolute; + right: 20rpx; + top: 30rpx; + padding: 4rpx 20rpx; + text-align: center; + font-size: 10px; + color: #1890ff; + background-color: #e6f7ff; + border: 1px solid #91d5ff; + border-radius: 6rpx; } \ No newline at end of file -- Gitblit v1.9.1