This commit is contained in:
bobobobo
2026-02-04 23:01:03 +08:00
parent f59e09f4ee
commit 737d8e9a69
25 changed files with 12456 additions and 106 deletions

View File

@@ -0,0 +1,13 @@
.box-index {
height: 100vh;
background: #161616;
.top-icon {
padding-top: var(--status-bar-height);
padding-left: 20rpx;
width: 100%;
display: flex;
align-items: center;
height: 100rpx;
}
}