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; }