zor*_*dia 10
将淡入淡出附加到.artist__medianot to .content。像这样:
.artist__media {
margin-top: 50px;
position: relative;
&:after {
content: "";
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 15px;
pointer-events: none;
background-image: linear-gradient(to right, rgba(255,255,255,0), red 85%);
width: 15%;
}
.content {
white-space: nowrap;
overflow-x: scroll;
overflow-y: hidden;
position: relative;
}
}
Run Code Online (Sandbox Code Playgroud)
见小提琴。那是你想要的吗?
| 归档时间: |
|
| 查看次数: |
4632 次 |
| 最近记录: |