feat: expand screeners and stabilize interactive feedback
This commit is contained in:
@@ -219,11 +219,6 @@ body.drawer-open .drawer-mask{display:block}
|
||||
.field textarea{min-height:90px;resize:vertical}
|
||||
.field input:focus,.field textarea:focus{border-color:var(--blue-line)}
|
||||
|
||||
/* toast */
|
||||
.toast{position:fixed;top:60px;left:50%;transform:translateX(-50%);background:var(--ink);color:#fff;
|
||||
padding:8px 18px;border-radius:8px;font-size:12.5px;z-index:200;opacity:0;transition:opacity .2s;pointer-events:none}
|
||||
.toast.show{opacity:.95}
|
||||
|
||||
/* ========== 集合竞价页 ========== */
|
||||
.auc-head{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}
|
||||
.auc-head h2{font-size:17px;font-weight:800}
|
||||
|
||||
Reference in New Issue
Block a user