短视频样式细节优化

master
gongfuxiang 2026-02-26 21:51:07 +08:00
parent 2500fbb05a
commit 1d1e552313
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -126,7 +126,7 @@
}
.hot-tab-item.active::after {
width: 64rpx;
width: 52rpx;
}
.hot-tab-item.active {

View File

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