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

16
pages/setting/setting.css Normal file
View File

@@ -0,0 +1,16 @@
.option-block{
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.exit-block{
height: 100rpx;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
font-size: 30rpx;
color:#303233;
border-bottom: solid 1px rgba(240,240,240,1);
}