From ecabd20b3dfbd956dad14ffb6ba3dc2efcfdd7c1 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期一, 25 三月 2024 16:23:32 +0800 Subject: [PATCH] 微信支付 --- packageBookService/pages/bookServices/list/index.wxss | 43 ++++++++++++++++++++++++++++++++++--------- 1 files changed, 34 insertions(+), 9 deletions(-) diff --git a/packageBookService/pages/bookServices/list/index.wxss b/packageBookService/pages/bookServices/list/index.wxss index 3a0d134..2bc3abc 100644 --- a/packageBookService/pages/bookServices/list/index.wxss +++ b/packageBookService/pages/bookServices/list/index.wxss @@ -15,31 +15,51 @@ } .header-sort { + position: relative; background-color: #fff; - line-height: 96rpx; - width: 150rpx; + line-height: 90rpx; + height: 94rpx; + width: 15vw; font-size: 28rpx; color: #999; display: flex; + border-bottom: 1px solid #ededed; +} + +.sort-name { + padding: 4rpx 0 0 10rpx; } .header-scroll { - width: 80vw; + height: 96rpx; + width: 85vw; } -.sort-icon { +.icon-left { + position: absolute; + top: 38rpx; + right: 26rpx; + transform: rotate(270deg); +} + +.icon-right { + position: absolute; + top: 38rpx; + right: 10rpx; + transform: rotate(90deg); +} + +/* .sort-icon { transform: rotate(90deg); position: relative; } .sort-icon .icon-left { transform: rotate(180deg); -} +} */ .list-container { height: 80vh; - margin-top: 20rpx; - /* background-color: #fff; */ } .assort-title { @@ -86,11 +106,16 @@ color: #333; } -.book-img image { - object-fit: contain; +.book-img { + width: 210rpx; + height: 290rpx; + display: flex; + align-items: center; + justify-content: center; box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16); } + .book-name { margin-top: 24rpx; color: #333; -- Gitblit v1.9.1