From 960c49a8b3ac11dff27cad71137f986f90f00923 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 26 四月 2024 19:16:32 +0800 Subject: [PATCH] 样书申请、详情页资源显示bug修改 --- packageDomain/pages/resourceDetails/myVideo/index.wxss | 30 +++++++++++++++++++++++------- 1 files changed, 23 insertions(+), 7 deletions(-) diff --git a/packageDomain/pages/resourceDetails/myVideo/index.wxss b/packageDomain/pages/resourceDetails/myVideo/index.wxss index 5240778..ca32596 100644 --- a/packageDomain/pages/resourceDetails/myVideo/index.wxss +++ b/packageDomain/pages/resourceDetails/myVideo/index.wxss @@ -9,13 +9,14 @@ } .navbar-title { - white-space: nowrap; + /* white-space: nowrap; */ /* overflow: hidden; */ - text-overflow: ellipsis; + /* text-overflow: ellipsis; color: #0F1214; font-size: 40rpx; font-weight: bold; - margin-bottom: 5rpx; + margin-bottom: 5rpx; */ + margin: 0 auto; } .videoBox { @@ -158,18 +159,19 @@ .detailsName { margin: 30rpx; width: 90%; - height: 60rpx; + min-height: 60rpx; display: flex; align-items: center; - padding-left: 20rpx; - background-color: #FFF6F0 + padding: 20rpx; + background-color: #FFF6F0; + line-height: 50rpx; } .detailsName:hover { background-color: #fff0e6; width: 90%; - height: 60rpx; + min-height: 60rpx; color: #ff6c00; } @@ -321,6 +323,10 @@ height: 0px !important; } +.t-tabs__scroll::after { + height: 0rpx !important; +} + .buttonBox { position: absolute; top: 95rpx; @@ -328,4 +334,14 @@ background-color: #e7e7e7; height: 1px; z-index: 999; +} + +.outsideDetailsName { + overflow-x: hidden; +} + +.wrapper { + overflow-y: scroll; + overflow-x: hidden; + height: 50vh; } \ No newline at end of file -- Gitblit v1.9.1