css
<style> .div-bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: initial; z-index: 88; } </style>
div
<div class="div-bg"></div>
时间: 2024-10-22 04:05:04
css
<style> .div-bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: initial; z-index: 88; } </style>
div
<div class="div-bg"></div>