网站底部弹窗代码

网站底部弹窗代码

<style>

.flex{position: fixed;bottom: 0%;max-width: 640px;min-width: 320px;width: 100%;z-index: 9999;}

</style>

<div class="flex">

广告内容     

</div>

蛮好用的。

0