.filter-all {
flex: 1;
display: flex;
justify-content: space-between;
margin-right: 10px;
overflow-x: auto;
overflow-y: hidden;
-ms-overflow-style: none;
scrollbar-width: none;
gap: 8px;
&::-webkit-scrollbar {
display: none;
}
}
.filter-btn {
padding-left: 10px;
border-left: 1px solid #ccc;
border-image: linear-gradient(180deg, rgba(237, 237, 237, 0.00) 0%, #CCCCCC 26%, #CCCCCC 80%, rgba(204, 204, 204, 0.00) 100%);
border-image-slice: 1;
}
设置边框渐变色和是否显示滚动条
最新推荐文章于 2023-10-15 15:37:51 发布