From 91f7d372fa318e859efd20d71eafbd34274902c4 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 20 一月 2026 17:29:43 +0800
Subject: [PATCH] 2026.1.20
---
pages/mSelfPatrol/components/self-patrol/index.wxss | 28 ++++++++++++++++++++++++++--
1 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/pages/mSelfPatrol/components/self-patrol/index.wxss b/pages/mSelfPatrol/components/self-patrol/index.wxss
index 2c6f50b..83b7b8f 100644
--- a/pages/mSelfPatrol/components/self-patrol/index.wxss
+++ b/pages/mSelfPatrol/components/self-patrol/index.wxss
@@ -1,11 +1,11 @@
.self-patrol-promise {
- color: var(--fyui-text-color_1);
+ color: white;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 12px;
padding: 8rpx 8rpx;
- background-color: var(--fyui-primary-color-2);
+ background-color: #c44e00;
}
.promise_btn {
font-weight: 600;
@@ -43,6 +43,30 @@
}
}
+.self-patrol-promise-done {
+ color: white;
+ display: flex;
+ justify-content: flex-start;
+ align-items: center;
+ font-size: 12px;
+ padding: 8rpx 8rpx;
+ background-color: #51be82;
+}
+.promise-done-text {
+ /* white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis; */
+ position: relative;
+ display: -webkit-box;
+ -webkit-line-clamp: 1;
+ -webkit-box-orient: vertical;
+ overflow-x: hidden;
+ text-overflow: ellipsis;
+ width: 100%;
+ height: 20px;
+ line-height: 20px;
+}
+
.self-patrol-static {
margin: 16rpx 32rpx;
padding: 4rpx;
--
Gitblit v1.9.3