This commit is contained in:
2025-12-15 17:39:08 +08:00
parent dd81468f47
commit c351bfa54f

View File

@@ -367,10 +367,10 @@ const handleResize = () => {
justify-content: center;
}
.semicircle-loader {
width: 100rpx;
height: 100rpx;
border: 10rpx solid #f3f3f3;
border-top: 10rpx solid #3498db;
width: 150rpx;
height: 150rpx;
border: 12rpx solid #f3f3f3;
border-top: 12rpx solid #3498db;
border-radius: 50%;
animation: spin 1.2s linear infinite;
}