当前位置:Gxlcms > css > 遮罩的CSS样式

遮罩的CSS样式

时间:2021-07-01 10:21:17 帮助过:136人阅读

  1. .shade{
  2. width: 100%;
  3. height: 100%;
  4. position: absolute;
  5. top: 0px;
  6. left: 0px;
  7. z-index: 5000;
  8. background: #000;
  9. opacity: 0.7;
  10. }

更多遮罩的CSS样式相关文章请关注PHP中文网!

人气教程排行