diff --git a/pages/template/drop-card/card/card.uvue b/pages/template/drop-card/card/card.uvue index d4cb9b856657edfe704d4e394edca94593ac9cd7..b2ea16527e483a6553398708fd6a5bc77f0efb66 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 0bb568af220791fa22fc3a570a534f0c22aa92fc..e8786e634cb7e8863d308bd402a418067bca048a 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