首页 > Web开发 > 详细

DIV上下两边虚化css

时间:2020-03-16 17:20:19      阅读:438      评论:0      收藏:0      [点我收藏+]
  .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;
    }

技术分享图片

 

 

DIV上下两边虚化css

原文:https://www.cnblogs.com/lan-cheng/p/12504495.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!