From 9f1e740e07085a7fc74defe5d63bcc4818aab69e Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期四, 29 二月 2024 18:49:37 +0800 Subject: [PATCH] zhang --- pages/cart/index.wxss | 28 ++++++++++++++++++++-------- 1 files changed, 20 insertions(+), 8 deletions(-) diff --git a/pages/cart/index.wxss b/pages/cart/index.wxss index ea19962..8c1e525 100644 --- a/pages/cart/index.wxss +++ b/pages/cart/index.wxss @@ -1,13 +1,25 @@ -:host { - padding-bottom: 100rpx; +/* pages/cart/item.wxss */ +.btn-wrapper { + height: 100%; } -.gap { - height: 100rpx; - width: 100%; +.btn { + display: inline-flex; + justify-content: center; + align-items: center; + width: 120rpx; + height: 100%; + color: white; } -.t-button { - --td-button-default-color: #000; - --td-button-primary-text-color: #fa4126; +.delete-btn { + background-color: #e34d59; } + +.edit-btn { + background-color: #ed7b2f; +} + +.favor-btn { + background-color: #0052d9; +} \ No newline at end of file -- Gitblit v1.9.1