css.less 608 B

12345678910111213
  1. #__ADInject__{
  2. position:fixed;z-index:9999;box-sizing:border-box;margin:0 auto;overflow:hidden;
  3. &.bottom{bottom:0px;left:0;right:0;}
  4. &.top{top:0px;left:0;right:0;}
  5. &.spot{top:0;right:0;bottom:0;left:0;margin:auto;}
  6. &.radius{border-radius:5px}
  7. iframe{
  8. position:relative;left:0;right:0;bottom:0;top:0;overflow:hidden;border:none;padding:0;margin:0;z-index:10;
  9. }
  10. .__ADInjectClose__{
  11. position:absolute;right:0;top:0;display:block;color:#fff;font-size:12px;width:20px;height:20px;line-height:20px;text-align:center;background:rgba(0, 0, 0, 0.2);z-index:999;
  12. }
  13. }