From cd4c5638b5e3954368862b33c5fdcb9daad1f2aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 27 Feb 2026 10:41:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA=E5=8A=A8?= =?UTF-8?q?=E7=94=BB=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/video/index/index.css | 2 +- pages/plugins/video/search-record/search-record.css | 6 +++--- pages/plugins/video/search/search.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/plugins/video/index/index.css b/pages/plugins/video/index/index.css index a9af792a..95658668 100644 --- a/pages/plugins/video/index/index.css +++ b/pages/plugins/video/index/index.css @@ -46,7 +46,7 @@ width: 0; height: 4px; background-color: #333; - transition: width 0.6s ease; + transition: width 0.6s linear; border-radius: 8rpx; } diff --git a/pages/plugins/video/search-record/search-record.css b/pages/plugins/video/search-record/search-record.css index 247b4d5c..719ff899 100644 --- a/pages/plugins/video/search-record/search-record.css +++ b/pages/plugins/video/search-record/search-record.css @@ -14,9 +14,9 @@ /* #ifdef MP-WEIXIN | APP-PLUS */ .tabs-scroll ::v-deep ::-webkit-scrollbar { - width: 0rpx!important; - height: 0rpx!important; - background-color: transparent; + width: 0rpx!important; + height: 0rpx!important; + background-color: transparent; } /* #endif */ /* 推荐视频列表 */ diff --git a/pages/plugins/video/search/search.css b/pages/plugins/video/search/search.css index fefa1beb..0b7d7b0b 100644 --- a/pages/plugins/video/search/search.css +++ b/pages/plugins/video/search/search.css @@ -51,7 +51,7 @@ width: 0; height: 4px; background-color: #333; - transition: width 0.6s ease; + transition: width 0.6s linear; border-radius: 8rpx; }