From 1d1e55231369fade334304c927bf08c87c8e3eac Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Thu, 26 Feb 2026 21:51:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=AD=E8=A7=86=E9=A2=91=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/video/index/index.css | 4 ++-- pages/plugins/video/search-record/search-record.css | 2 +- pages/plugins/video/search/search.css | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/plugins/video/index/index.css b/pages/plugins/video/index/index.css index e75a1a47..dd0f223f 100644 --- a/pages/plugins/video/index/index.css +++ b/pages/plugins/video/index/index.css @@ -51,7 +51,7 @@ } .tab-item.active::after { - width: 64rpx; + width: 52rpx; } .tab-item.active { @@ -70,7 +70,7 @@ /* #endif */ /* 推荐视频列表 */ .recommend-videos { - padding: 20rpx 16rpx; + padding: 10rpx 24rpx 24rpx 24rpx; .video-grid { column-count: 2; column-gap: 20rpx; diff --git a/pages/plugins/video/search-record/search-record.css b/pages/plugins/video/search-record/search-record.css index 3757a86c..53c59d7a 100644 --- a/pages/plugins/video/search-record/search-record.css +++ b/pages/plugins/video/search-record/search-record.css @@ -126,7 +126,7 @@ } .hot-tab-item.active::after { - width: 64rpx; + width: 52rpx; } .hot-tab-item.active { diff --git a/pages/plugins/video/search/search.css b/pages/plugins/video/search/search.css index 34a64e68..745f4e5a 100644 --- a/pages/plugins/video/search/search.css +++ b/pages/plugins/video/search/search.css @@ -12,7 +12,7 @@ .nav-tabs { position: relative; width: 100%; - padding: 0 16rpx 20rpx 16rpx; + padding: 0 24rpx 20rpx 24rpx; box-sizing: border-box; .tabs-scroll-content { display: flex; @@ -54,7 +54,7 @@ } .tab-item.active::after { - width: 64rpx; + width: 52rpx; } .tab-item.active { @@ -85,7 +85,7 @@ .recommend-videos { padding: 20rpx 0; .video-grid { - padding: 0 16rpx; + padding: 0 24rpx; column-count: 2; column-gap: 10px; }