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>
时间: 2025-01-06 17:30:34
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>