This commit is contained in:
2025-05-06 13:33:55 +08:00
parent 5e6ea2e0f8
commit 4865a8a5d5
1390 changed files with 194478 additions and 156 deletions

View File

@@ -0,0 +1,18 @@
.progress-box {
display: -webkit-box;
display: -webkit-flex;
display: flex;
height: 50rpx;
margin-bottom: 60rpx;
}
.uni-icon {
line-height: 1.5;
}
.progress-cancel {
margin-left: 40rpx;
}
.progress-control button {
margin-top: 20rpx;
}