From 2aab00f91bd4cda4715f1a141f4d26a3667a91b6 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 12 四月 2024 12:01:20 +0800 Subject: [PATCH] 视频详情bug --- packageDomain/pages/resourceDetails/myVideo/index.wxss | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-) diff --git a/packageDomain/pages/resourceDetails/myVideo/index.wxss b/packageDomain/pages/resourceDetails/myVideo/index.wxss index f3edb2f..1a1096e 100644 --- a/packageDomain/pages/resourceDetails/myVideo/index.wxss +++ b/packageDomain/pages/resourceDetails/myVideo/index.wxss @@ -1,4 +1,6 @@ /* pages/resourceDetails/index.wxss */ +@import "./index.skeleton.wxss"; + .nacigationBar { background-color: #fff; display: flex; @@ -29,6 +31,14 @@ height: 450rpx; background-color: #000; /* 1.6 1 */ + +} + +.videoNoData { + color: #fff; + display: flex; + justify-content: center; + padding-top: 220rpx; } .titleBox { @@ -63,13 +73,11 @@ } .contentBox .takeNotes { - position: absolute; - top: 5rpx; + top: 0rpx; right: 0; - width: 350rpx; - border-bottom: 1px solid #f4f4f4; - + width: 353rpx; + border-bottom: 1rpx solid #e7e7e7; } .takeNotes image { -- Gitblit v1.9.1