project init

This commit is contained in:
2023-01-28 14:37:45 +08:00
parent fa1176f658
commit 3a134326e7
83 changed files with 1482 additions and 140 deletions

20
pages/about/about.wxss Normal file
View File

@@ -0,0 +1,20 @@
.main_look {
font-weight: bold;
}
.pay_look {
margin-top: 50rpx;
display: flex;
flex-direction: row;
justify-content: center;
font-size: 50rpx;
}
.detail_look {
margin-top: 100rpx;
padding: 0 30rpx;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.padding_box {
margin-top: 100rpx;
}