From aff8d054df4a638f399dc8f15d98c19b9c9aa785 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 29 四月 2025 10:11:25 +0800 Subject: [PATCH] 扫码视频播放 --- packagePersonal/pages/myCollection/index.wxss | 30 ++++++++++++++++++++++++++++-- 1 files changed, 28 insertions(+), 2 deletions(-) diff --git a/packagePersonal/pages/myCollection/index.wxss b/packagePersonal/pages/myCollection/index.wxss index 10d2847..0cec230 100644 --- a/packagePersonal/pages/myCollection/index.wxss +++ b/packagePersonal/pages/myCollection/index.wxss @@ -1,3 +1,5 @@ +@import "./index.skeleton.wxss"; + page { background-color: #F2F3F8; } @@ -35,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) { @@ -62,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 { @@ -96,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 .t-image { +.content-item .icon .img, +.class--tem .icon .img { width: 100%; height: 100%; object-fit: contain; @@ -156,4 +177,9 @@ .empyt { padding: 200rpx 0; +} + +.body-loading { + padding: 200rpx 0; + text-align: center; } \ No newline at end of file -- Gitblit v1.9.1