DIV上下两边虚化css


  .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;
    }

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM