주식 즉시 스크래핑 추가

This commit is contained in:
2026-01-26 03:31:55 +09:00
parent b559eeda58
commit 5dab3d99c1
2 changed files with 59 additions and 34 deletions

View File

@@ -105,6 +105,15 @@
background: rgba(249, 182, 177, 0.1);
}
.stock-success {
margin: 0;
color: #b5f0dd;
border: 1px solid rgba(106, 220, 187, 0.4);
border-radius: 14px;
padding: 12px;
background: rgba(106, 220, 187, 0.12);
}
.stock-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));