This commit is contained in:
杨航
2025-11-25 16:47:40 +08:00
parent 584f2a9711
commit bf70e674ed
+4 -3
View File
@@ -158,11 +158,12 @@
background-image: url(@/static/images/sparring/top-bg.png);
background-repeat: no-repeat;
background-size: cover;
height: 436rpx;
clip-path: ellipse(650rpx 327rpx at 375rpx 109rpx);
height: calc(var(--status-bar-height) + 436rpx);
clip-path: ellipse(650rpx 327rpx at 375rpx calc(var(--status-bar-height) + 109rpx));
width: 100%;
position: fixed;
top: var(--status-bar-height);
padding-top: var(--status-bar-height);
top: 0;
left: 0;
z-index: 2;