修改显示动画效果

master
于肖磊 2026-02-27 10:41:24 +08:00
parent 92e139c1d7
commit cd4c5638b5
3 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@
width: 0; width: 0;
height: 4px; height: 4px;
background-color: #333; background-color: #333;
transition: width 0.6s ease; transition: width 0.6s linear;
border-radius: 8rpx; border-radius: 8rpx;
} }

View File

@ -14,9 +14,9 @@
/* #ifdef MP-WEIXIN | APP-PLUS */ /* #ifdef MP-WEIXIN | APP-PLUS */
.tabs-scroll ::v-deep ::-webkit-scrollbar { .tabs-scroll ::v-deep ::-webkit-scrollbar {
width: 0rpx!important; width: 0rpx!important;
height: 0rpx!important; height: 0rpx!important;
background-color: transparent; background-color: transparent;
} }
/* #endif */ /* #endif */
/* 推荐视频列表 */ /* 推荐视频列表 */

View File

@ -51,7 +51,7 @@
width: 0; width: 0;
height: 4px; height: 4px;
background-color: #333; background-color: #333;
transition: width 0.6s ease; transition: width 0.6s linear;
border-radius: 8rpx; border-radius: 8rpx;
} }