Fix: 修改部分样式

This commit is contained in:
2025-07-09 14:43:51 +08:00
parent 1b9de2ad38
commit 87e663469f
2 changed files with 6 additions and 4 deletions

View File

@ -51,16 +51,18 @@ html, body {
}
.calculator-container {
max-width: 1400px;
/* max-width: 1400px; */
margin: 0 16px 16px 16px;
}
.parameter-card {
max-width: 800px;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
}
.result-card {
max-width: 800px;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
}