本帖最后由 马黑黑 于 2025-8-2 21:14 编辑
测试li
<style>
.ma {
position: relative;
margin: 20px auto;
width: 700px;
height: 400px;
background: url('https://638183.freep.cn/638183/small/playbg1.jpg') no-repeat center/cover;
}
.ma::before {
position: absolute;
content: '00000';
width: 100%;
height: 100%;
background: linear-gradient(45deg, beige, white, orange, yellow) ;
mask: url('https://638183.freep.cn/638183/web/svg/balls1.svg') no-repeat center/100% 100%;
}
</style>
<div class="ma"></div>
|