DIV上下两边虚化css
时间:2020-03-16 17:20:19
收藏:0
阅读:438
.notice_rig:after {
content: "";
position: absolute;
z-index: 1;
top: 30px;
right: 0;
pointer-events: none;
background-image: linear-gradient(to bottom, rgba(244,246,248,1),rgba(244,246,248, 0) 15%, rgba(244,246,248, 0) 85%,rgba(244,246,248, 1) 100%);
width: 330px;
height: 64px;
}

原文:https://www.cnblogs.com/lan-cheng/p/12504495.html
评论(0)