From cb6bb8bda31df75afe5a5bd50fe8e3ff6a3d34e2 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 15 四月 2024 09:31:39 +0800 Subject: [PATCH] 详情页bug修改,资源购买页添加骨架屏 --- packageDomain/pages/resourceDetails/myVideo/index.wxss | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/packageDomain/pages/resourceDetails/myVideo/index.wxss b/packageDomain/pages/resourceDetails/myVideo/index.wxss index 1a1096e..5240778 100644 --- a/packageDomain/pages/resourceDetails/myVideo/index.wxss +++ b/packageDomain/pages/resourceDetails/myVideo/index.wxss @@ -77,7 +77,7 @@ top: 0rpx; right: 0; width: 353rpx; - border-bottom: 1rpx solid #e7e7e7; + /* border-bottom: 1rpx solid #e7e7e7; */ } .takeNotes image { @@ -315,4 +315,17 @@ .noData { margin-top: 120rpx; +} + +.tabs--t-tabs__scroll--split::after { + height: 0px !important; +} + +.buttonBox { + position: absolute; + top: 95rpx; + width: 100%; + background-color: #e7e7e7; + height: 1px; + z-index: 999; } \ No newline at end of file -- Gitblit v1.9.1