From b099e758396f61b39d24cf5fa6be7bb0d10c2b4d Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 18 五月 2026 19:16:26 +0800
Subject: [PATCH] 提交
---
small-program/unpackage/dist/dev/mp-weixin/pages/index/index.wxss | 63 +++++++++++++++++++++++++++++++
1 files changed, 63 insertions(+), 0 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/index/index.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
index 8814f4a..e8a60ea 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
@@ -187,6 +187,51 @@
justify-content: space-between;
margin-top: 40rpx;
}
+.label-list.data-v-57280228 {
+ width: 100%;
+ margin-top: 30rpx;
+ white-space: nowrap;
+}
+.label-list .list-item.data-v-57280228 {
+ width: 210rpx;
+ height: 120rpx;
+ padding: 16rpx 20rpx;
+ box-sizing: border-box;
+ background: #E6F7FF;
+ border-radius: 16rpx;
+ position: relative;
+ display: inline-flex;
+ flex-direction: column;
+ justify-content: space-between;
+ margin-right: 20rpx;
+ vertical-align: middle;
+}
+.label-list .list-item text.data-v-57280228:nth-child(1) {
+ font-weight: 400;
+ font-size: 26rpx;
+ color: #10B2FA;
+}
+.label-list .list-item text.data-v-57280228:nth-child(2) {
+ font-weight: 600;
+ font-size: 34rpx;
+ color: #222222;
+}
+.label-list .list-item image.data-v-57280228 {
+ width: 76rpx;
+ height: 62rpx;
+ position: absolute;
+ bottom: 0;
+ right: 0;
+}
+.label-list.data-v-57280228::-webkit-scrollbar {
+ display: none;
+}
+.tag-name.data-v-57280228 {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ max-width: 170rpx;
+}
.section-title.data-v-57280228 {
font-size: 36rpx;
font-weight: 700;
@@ -243,6 +288,24 @@
justify-content: space-between;
gap: 10rpx;
}
+.point-tips.data-v-57280228 {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ margin-top: 12rpx;
+}
+.point-tips .point-tips-item.data-v-57280228 {
+ width: 116rpx;
+ height: 36rpx;
+ line-height: 36rpx;
+ text-align: center;
+ border-radius: 8rpx;
+ font-weight: 400;
+ font-size: 20rpx;
+ color: #10B2FA;
+ margin-right: 12rpx;
+ border: 1rpx solid #10B2FA;
+}
.point-name.data-v-57280228 {
flex: 1;
font-size: 32rpx;
--
Gitblit v1.9.3