yiming
2024-02-29 9f1e740e07085a7fc74defe5d63bcc4818aab69e
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;
}