本帖最后由 花简静 于 2024-8-7 20:42 编辑
<style>
.qsfg1802 {
width: 600px;
height: 300px;
border: 1px solid gray;
background: rgb(255,150,0,0.5);
position: relative;
}
.qsfg1802::before, .qsfg1802::after {
content: '';
position: absolute;
background: rgb(255,0,0,0.3);
width: 90%;
height: 90%;
}
.qsfg1802::after {
content: '';
background: hsla(240, 100%, 50%, .65);
width: 60%;
height: 60%;
}
</style>
<div class="qsfg1802"></div>
|