From 38ac698c51b62f978a5e3905ef789a1099c6f878 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Fri, 24 Nov 2023 12:07:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/template/drop-card/card/card.uvue | 272 +++++----- .../swiper-vertical-video.uvue | 491 +++++++++--------- 2 files changed, 382 insertions(+), 381 deletions(-) diff --git a/pages/template/drop-card/card/card.uvue b/pages/template/drop-card/card/card.uvue index d4cb9b85..b2ea1652 100644 --- a/pages/template/drop-card/card/card.uvue +++ b/pages/template/drop-card/card/card.uvue @@ -1,15 +1,15 @@ @@ -210,7 +210,7 @@ box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); background-color: #FFF; transition: margin-top 300ms; - transition-timing-function: ease-in; + transition-timing-function: ease-in; } .card-img { @@ -239,4 +239,4 @@ box-shadow: 0 0 1px #EBEBEB; opacity: 0; } - + \ No newline at end of file diff --git a/pages/template/swiper-vertical-video/swiper-vertical-video.uvue b/pages/template/swiper-vertical-video/swiper-vertical-video.uvue index 0bb568af..e8786e63 100644 --- a/pages/template/swiper-vertical-video/swiper-vertical-video.uvue +++ b/pages/template/swiper-vertical-video/swiper-vertical-video.uvue @@ -1,275 +1,276 @@ + .video-info-text { + font-size: 14px; + color: red; + line-height: 20px; + } + + .debug-info { + position: fixed; + top: 15px; + width: 750rpx; + background-color: rgba(255, 255, 255, 0.3); + } + + .status-text { + color: red; + padding: 15px; + } + + .nav-back { + position: absolute; + top: 20px; + left: 8px; + background-color: rgba(220, 220, 220, 0.8); + border-radius: 100px; + width: 28px; + height: 28px; + justify-content: center; + align-items: center; + z-index: 10; + } + + .nav-back .back-img { + width: 18px; + height: 18px; + } + \ No newline at end of file -- GitLab