feat:添加持有金额功能

This commit is contained in:
hzm
2026-02-05 00:49:33 +08:00
parent a2c2921335
commit cfd7104137
2 changed files with 950 additions and 14 deletions

View File

@@ -138,6 +138,16 @@ body {
box-shadow: 0 0 0 3px rgba(96,165,250,0.2);
}
/* 美化并隐藏原生数字输入的上下按钮,使用自定义按钮 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}
.button {
height: 44px;
padding: 0 16px;

File diff suppressed because it is too large Load Diff