From f058f6f1b35f413000ea81d7df92b4bd021c6b6f Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期二, 08 七月 2025 16:24:00 +0800 Subject: [PATCH] 销售方式跳转、扫码、Isbn弹框、出版日期 --- packageDomain/pages/resourceDetails/myVideo/index.wxss | 24 ++++++++++++++++++------ 1 files changed, 18 insertions(+), 6 deletions(-) diff --git a/packageDomain/pages/resourceDetails/myVideo/index.wxss b/packageDomain/pages/resourceDetails/myVideo/index.wxss index 57f0aeb..4388e7f 100644 --- a/packageDomain/pages/resourceDetails/myVideo/index.wxss +++ b/packageDomain/pages/resourceDetails/myVideo/index.wxss @@ -20,15 +20,20 @@ .videoBox { width: 100%; height: 458rpx; + position: relative; } .video-loading { + position: absolute; + top: 0; + left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; - z-index: 9; + z-index: 999; + background-color: #fff; } .videoBox video { @@ -350,12 +355,19 @@ overflow-x: hidden; } -.wrapper { - overflow-y: scroll; - overflow-x: hidden; - height: 50vh; -} + .demo-section__content { margin: 40rpx; +} + +.prompDialog { + --td-button-primary-bg-color: #ff6c00; + --td-button-primary-border-color: #ff6c00; + --td-button-primary-active-bg-color: #ff984d; + --td-button-primary-active-border-color: #ff984d; +} + +.prompDialog .t-dialog__header { + margin-top: 30rpx; } \ No newline at end of file -- Gitblit v1.9.1