<div class="box">
<div class="frosted__glass">毛玻璃</div>
</div>
<style> .box { margin-left: 5vw; width: 90vw; height: 40vw; border-radius: 20rpx; display: flex; justify-content: center; align-items: center; background-color: #FF8573; background-size: 100%; background-position: center; } .frosted__glass { width: 100%; height: 100%; border-radius: 20rpx; font-size: 30rpx; letter-spacing: 0.5em; backdrop-filter: blur(20px); color: #fff; box-shadow: 0 0 10px 5px #eee; } </style>