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