diff --git a/pages/index/index.vue b/pages/index/index.vue index fba3582..d57ace6 100755 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -250,15 +250,7 @@ onShow(async () => { gap: 16rpx; } -.mt-2 { - margin-top: 16rpx; -} - /* 字体颜色工具类 */ -.text-white { - color: #fff; -} - .text-gray-500 { color: #6B7280; } @@ -267,14 +259,6 @@ onShow(async () => { color: #059669; } -.text-green-700 { - color: #047857; -} - -.text-blue-700 { - color: #1D4ED8; -} - .text-red { color: #EF4444; } @@ -543,13 +527,6 @@ onShow(async () => { color: #1F2937; } -.view-all { - font-size: 24rpx; - color: #064E3B; - font-weight: 600; - margin-right: 4rpx; -} - /* 卡片样式 */ .holding-card { background-color: #FFFFFF; @@ -581,14 +558,6 @@ onShow(async () => { justify-content: center; } -.bg-green-100 { - background-color: #D1FAE5; -} - -.bg-blue-100 { - background-color: #DBEAFE; -} - .bg-green-50 { background-color: #ECFDF5; }