project init & fix ui

This commit is contained in:
2023-01-06 14:24:11 +08:00
parent abc4f65a8e
commit ac9b479805
866 changed files with 39916 additions and 53 deletions

21
pages/index/index.wxss Normal file
View File

@@ -0,0 +1,21 @@
.main_look {
margin: 0 20rpx;
display: flex;
flex-direction: column;
justify-content: flex-end;
height: 280rpx;
background-image: url("https://yigger.cn/covers/default-7.jpeg");
background-size:100% 100%;
}
.look_content {
font-weight: bold;
}
.pay_look {
padding: 0 20rpx;
}
.balance_look {
padding: 20rpx;
display: flex;
justify-content: space-between;
}