project init

This commit is contained in:
2023-01-09 10:20:17 +08:00
parent ac9b479805
commit fa1176f658
22 changed files with 800 additions and 39 deletions

View File

@@ -0,0 +1,26 @@
.main_look {
margin: 0 20rpx;
display: flex;
flex-direction: column;
justify-content: flex-end;
height: 200rpx;
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;*/
}
.t-divider__content {
--td-divider-content-font-size:25rpx;
}
t-cell {
--td-cell-note-color: orange;
}