3D全部引入
This commit is contained in:
@@ -124,6 +124,12 @@ canvas:focus { outline: 1px solid #5ce4c2; outline-offset: -1px; }
|
||||
.frameStagePanel { overflow: hidden; border: 1px solid #213653; border-radius: 10px; background: #0a1422; }
|
||||
.frameStagePanel > header { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 11px 13px; border-bottom: 1px solid #1d304a; background: #101d2f; }
|
||||
.frameStagePanel > header code { color: #71839e; font: 10px/1 ui-monospace, monospace; }
|
||||
.frameStagePanel > header > div:first-child { display: flex; flex-direction: column; gap: 5px; }
|
||||
.stageStatisticControls { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
|
||||
.stageSegmented { display: inline-flex; padding: 2px; border: 1px solid #294463; border-radius: 7px; background: #091321; }
|
||||
.stageSegmented button { min-width: 42px; padding: 5px 8px; border: 0; border-radius: 5px; background: transparent; color: #8397b3; font-size: 10px; cursor: pointer; }
|
||||
.stageSegmented button:hover { color: #dce8f8; background: #152943; }
|
||||
.stageSegmented button.active { color: #06131d; background: #5ce4c2; }
|
||||
.frameStagePanel dl { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); margin: 0; }
|
||||
.frameStagePanel dl > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 12px; border-right: 1px solid #172942; border-bottom: 1px solid #172942; }
|
||||
.frameStagePanel dt { color: #91a5c0; font-size: 11px; }
|
||||
|
||||
Reference in New Issue
Block a user