庆祝建党100周年给网站加个喜庆的横幅
<style> /*当屏幕分辨率小于1063是就隐藏*/ @media only screen and (max-width: 1063px){ .jiandang100{display:none} } </style> <div class="jiandang100" style="width:100%;background-color:rgb(154, 0, 0);height: 70px;position: fixed;overflow: hidden;z-index:99990;"> <img src="https://ykimg.alicdn.com/develop/image/2021-06-23/a4536c15c74eedf47c8d5011f44f5998.png" style="position: absolute;width: 1026px;height: 70px;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);left: 50%;"> </div>
电脑端的朋友可直接运行代码效果
版权声明:本文由 LzxBlog 发布,如需转载请注明出处。