修改显示动画效果
parent
92e139c1d7
commit
cd4c5638b5
|
|
@ -46,7 +46,7 @@
|
|||
width: 0;
|
||||
height: 4px;
|
||||
background-color: #333;
|
||||
transition: width 0.6s ease;
|
||||
transition: width 0.6s linear;
|
||||
border-radius: 8rpx;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
/* 推荐视频列表 */
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
width: 0;
|
||||
height: 4px;
|
||||
background-color: #333;
|
||||
transition: width 0.6s ease;
|
||||
transition: width 0.6s linear;
|
||||
border-radius: 8rpx;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue