From 2f9305515c7264637164c9e03c2840f4219ca1e3 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 05 七月 2024 11:46:01 +0800 Subject: [PATCH] kong, --- packagePersonal/pages/myCollection/index.wxss | 23 +++++++++++++++++++++-- 1 files changed, 21 insertions(+), 2 deletions(-) diff --git a/packagePersonal/pages/myCollection/index.wxss b/packagePersonal/pages/myCollection/index.wxss index 43577d3..0cec230 100644 --- a/packagePersonal/pages/myCollection/index.wxss +++ b/packagePersonal/pages/myCollection/index.wxss @@ -37,7 +37,7 @@ } .t-tabs__nav :nth-child(1) { - border-radius: 30rpx 30rpx 0 0rpx; + border-radius: 30rpx 30rpx 0 0rpx !important; } .t-tabs__nav :nth-child(2) { @@ -64,6 +64,10 @@ .t-tabs__item--active+.t-tabs__item { border-radius: 0 30rpx 0 30rpx !important; +} + +.t-tabs__item--active+.t-tabs__item+.t-tabs__item { + border-radius: 30rpx 30rpx 0rpx 0rpx !important; } .refresh-container { @@ -98,13 +102,28 @@ position: relative; } +.class--tem { + width: calc(100%/2 - 40rpx); + margin-bottom: 30rpx; + margin: 0 20rpx; + align-self: stretch; + position: relative; +} + +.class--tem .icon { + height: 200rpx; + width: 100%; + box-shadow: 0px 0px 20rpx 2px rgba(0, 0, 0, 0.16); +} + .content-item .icon { height: 300rpx; width: 210rpx; box-shadow: 0px 0px 20rpx 2px rgba(0, 0, 0, 0.16); } -.content-item .icon .img { +.content-item .icon .img, +.class--tem .icon .img { width: 100%; height: 100%; object-fit: contain; -- Gitblit v1.9.1