first commit

This commit is contained in:
仲么了
2023-11-16 15:13:28 +08:00
commit 6023eac4fe
209 changed files with 34095 additions and 0 deletions

11
pages/preview/preview.css Normal file
View File

@@ -0,0 +1,11 @@
.preview-block{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.preview-pic{
width: 1334rpx;
height: 750rpx;
}