From f10d1c14a59343f3ad6bafa4762363427be0c89b Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 08 三月 2024 18:23:47 +0800 Subject: [PATCH] feat(绕太阳): 人 --- pages/resourceDetails/myVideo/index.wxss | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/pages/resourceDetails/index.wxss b/pages/resourceDetails/myVideo/index.wxss similarity index 85% rename from pages/resourceDetails/index.wxss rename to pages/resourceDetails/myVideo/index.wxss index cb4efa3..a338176 100644 --- a/pages/resourceDetails/index.wxss +++ b/pages/resourceDetails/myVideo/index.wxss @@ -29,6 +29,7 @@ border-bottom: 1px #f4f4f4 solid; padding-bottom: 20rpx; font-weight: bold; + } .contentBox { @@ -135,4 +136,27 @@ /* .inputBox { height: 500rpx; -} */ \ No newline at end of file +} */ + + +.detailsName { + margin: 30rpx; + width: 90%; + height: 60rpx; + display: flex; + align-items: center; + background: #F4F4F4; + padding-left: 20rpx; +} + +.detailsName:hover { + background-color: #fff0e6; + width: 90%; + height: 60rpx; + color: #ff6c00; +} + +.audioBox { + width: 750rpx; + height: 200rpx; +} \ No newline at end of file -- Gitblit v1.9.1