This commit is contained in:
2025-04-05 23:47:00 +08:00
commit 8001f8eaeb
215 changed files with 14655 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
.money-box {
background: #eee;
color: #333;
justify-content: space-between;
margin: 0;
padding: 0 18rpx;
}
.money-box,.money-box .l {
align-items: center;
display: flex;
height: 64rpx;
}
.money-box .l {
flex: 1;
font-size: 29rpx;
}
.money-box .r {
font-size: 22rpx;
}
.hover {
background: transparent;
}
.red {
color: #f50;
}