From ad1249855f81b4e146a0140df29ae69b09a1ca11 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 25 六月 2024 16:50:25 +0800 Subject: [PATCH] 拖拽题样式优化 --- src/books/artAndDance/assets/main.less | 31 ++++++++++++++++++++++++++++++- 1 files changed, 30 insertions(+), 1 deletions(-) diff --git a/src/books/artAndDance/assets/main.less b/src/books/artAndDance/assets/main.less index 04ec6c4..6b92359 100644 --- a/src/books/artAndDance/assets/main.less +++ b/src/books/artAndDance/assets/main.less @@ -449,6 +449,9 @@ .pg-mh { min-height: 815px; } + .share-img-box { + min-height: 460px; + } } } @media (min-width: 660px) { @@ -462,6 +465,9 @@ .video-box { max-width: 370px; } + .share-img-box { + min-height: 650px; + } .audio-box { margin-top: 20px; flex-wrap: nowrap; @@ -470,4 +476,27 @@ } } } -} \ No newline at end of file +} + + +::-webkit-scrollbar { + width: 8px; + height: 10px; +} + +::-webkit-scrollbar-track-piece { + background-color: rgba(0, 0, 0, 0.1); + -webkit-border-radius: 6px; +} + +::-webkit-scrollbar-thumb:vertical { + height: 5px; + background-color: rgba(125, 125, 125, 0.3); + -webkit-border-radius: 6px; +} + +::-webkit-scrollbar-thumb:horizontal { + width: 5px; + background-color: rgba(125, 125, 125, 0.3); + -webkit-border-radius: 6px; +} -- Gitblit v1.9.1