This commit is contained in:
quantulr
2023-09-01 17:14:27 +08:00
parent a09291a1c8
commit cf3e2db09d
27 changed files with 308 additions and 330 deletions

View File

@ -3,6 +3,9 @@ page {
padding: 32rpx 0;
background-color: #f6f6f6;
}
.t-navbar__content {
--td-navbar-bg-color: rgba(0, 0, 0, 0);
}
.home-page {
.t-fab {
z-index: 99;
@ -92,16 +95,16 @@ page {
}
.finance-list {
.left-icon {
width: 48rpx;
height: 48rpx;
width: 72rpx;
height: 72rpx;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: larger;
}
.btn-wrapper {
// height: 100%;
.btn {
display: inline-flex;
justify-content: center;