From b8380b94aa9926c1e0e7c900dddc3fb0c177de0c Mon Sep 17 00:00:00 2001 From: wangweidong <850489345@qq.com> Date: Wed, 11 Feb 2026 16:09:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pages/index/index.vue b/pages/index/index.vue index 6859c23..effc409 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -211,6 +211,12 @@ + + + + ζœΊζž„εŠ η›Ÿ + + @@ -1069,4 +1075,17 @@ align-items: center; } } + .blue-shu { + width: 17rpx; + height: 35rpx; + border-radius: 17rpx; + background: linear-gradient(to right, #00C9FF, #0076FF); + margin-left: 40rpx; + margin-right: 20rpx; + } + + .blue-font { + font-size: 30rpx; + color: black; + } \ No newline at end of file