From e060ad2b2da9884e00b36796548eacc6a2b9a5d3 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 29 三月 2024 09:44:30 +0800 Subject: [PATCH] 图书详情,列表页bug修改 --- packageBookService/pages/bookServices/list/index.wxss | 41 +++++++++++++++++++++++++++++++++++++++-- 1 files changed, 39 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/bookServices/list/index.wxss b/packageBookService/pages/bookServices/list/index.wxss index a096e07..c4c528e 100644 --- a/packageBookService/pages/bookServices/list/index.wxss +++ b/packageBookService/pages/bookServices/list/index.wxss @@ -14,6 +14,7 @@ overflow: hidden; display: flex; height: 96rpx; + --td-button-primary-active-bg-color: #ff984d; } .list-header .t-button--primary { @@ -27,6 +28,33 @@ border-radius: 50rpx !important; color: #545C63 !important; border: 2rpx solid #979797 !important; +} + +.list-header .t-button--light { + background: #fff !important; + border-radius: 50rpx !important; + color: #545C63 !important; + border: 2rpx solid #979797 !important; +} + +.t-checkbox--tag.t-checkbox--checked { + background-color: #f3e0d3 !important; +} + +.t-dropdown-menu__item--active { + background: #F6F6F6 !important; +} + +.t-button--primary::after { + border: none; +} + +.t-radio--block { + padding: 20rpx !important; +} + +.t-radio__border { + height: 0 !important; } .t-dropdown-menu__item--active, @@ -73,14 +101,14 @@ .icon-left { position: absolute; - top: 38rpx; + top: 34rpx; right: 26rpx; transform: rotate(270deg); } .icon-right { position: absolute; - top: 38rpx; + top: 34rpx; right: 10rpx; transform: rotate(90deg); } @@ -151,6 +179,11 @@ box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16); } +.book-img image { + height: 100% !important; +} + + .book-name { margin-top: 24rpx; @@ -211,4 +244,8 @@ border-radius: 80rpx; height: 70%; margin-left: 20rpx; +} + +.t-dropdown-item__body { + padding-bottom: 10rpx !important; } \ No newline at end of file -- Gitblit v1.9.1