键代码分析:

/*css代码*/

.effect::before, .effect::after{ content:""; position:absolute; z-index:-1; -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8); -moz-box-shadow:0 0 20px rgba(0,0,0,0.8); box-shadow:0 0 20px rgba(0,0,0,0.8); top:50%; bottom:0; left:10px; right:10px; -moz-border-radius:100px / 10px; border-radius:100px / 10px; }

css3 伪元素 ::before  ::after

 

相关文章:

  • 2022-12-23
  • 2021-07-16
  • 2021-08-09
  • 2022-12-23
  • 2022-01-10
  • 2021-07-09
  • 2021-10-17
  • 2022-02-02
猜你喜欢
  • 2021-09-18
  • 2021-11-07
  • 2021-06-04
  • 2021-07-09
  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
相关资源
相似解决方案