账单tag样式优化

This commit is contained in:
2025-10-28 22:28:00 +08:00
parent ce31b6914f
commit edcbe06ac0
5 changed files with 51 additions and 10 deletions

View File

@@ -11,6 +11,7 @@
width: 0;
height: 0;
}
.custom-navbar {
height: 56px;
/* 通常与原生导航栏高度一致 */
@@ -48,7 +49,7 @@
font-size: 20px;
letter-spacing: 0.38px;
& > .detail-navigator-back-icon {
&>.detail-navigator-back-icon {
width: 32px;
height: 32px;
}
@@ -250,6 +251,7 @@
}
.transaction_list {
.loading_state,
.empty_state {
padding: 40px 20px;
@@ -314,6 +316,12 @@
padding: 4px;
background-color: rgba(#ff9500, 0.1);
border: solid 1px #ff9500;
&.success {
color: #000;
background-color: rgba(0, 0, 0, .1);
border-color: #000;
}
}
.transaction_amount {
@@ -420,6 +428,7 @@
.filter_popup {
.popup_content {
padding: 16px 20px;
.form_section {
.form_item {
margin-bottom: 20px;
@@ -453,4 +462,4 @@
}
}
}
}
}