欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

H5 样式转载整理及优化

程序员文章站 2022-04-13 17:34:00
...

 

H5悬浮返回按钮转载自:https://blog.csdn.net/qq_26817251/article/details/53648685

    <div id="dg" onclick="history.back()" style="z-index: 9999; position: fixed ! important; right: 20px; top: 700px;">
        <div width="100%" style="position: absolute; right: 0px; top: 0px;">
            <img src="images/back.png" >
        </div>
    </div>

 

相关标签: H5