From a152d55ac3ec793b58f44bdd12d0b4e05ec17edb Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Thu, 4 Jul 2024 21:50:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/index.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pages/my/index.vue b/pages/my/index.vue index f092f3b..4dbd573 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -3,7 +3,7 @@ - @@ -576,7 +576,6 @@ height: 170rpx; text-align: top; text-align: center; - } .my-use-list-text{ color: #6C6C6C; @@ -838,4 +837,14 @@ margin-bottom: 20rpx; margin-right: 8rpx; } + .text-xl{ + width: 100rpx; + height: 56rpx; + font-size: 26rpx; + background: linear-gradient(-90deg, #0CA891, #23BBA2); + border-radius: 30rpx; + line-height: 56rpx; + color: #fff; + text-align: center; + } \ No newline at end of file