优化3D
This commit is contained in:
@@ -113,18 +113,16 @@ canvas:focus { outline: 1px solid #5ce4c2; outline-offset: -1px; }
|
||||
.framePolicyActions { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; padding: 11px; border: 1px solid #27594f; border-radius: 9px; background: #0b1b1a; }
|
||||
.framePolicyActions button { flex: 0 0 auto; padding: 8px 12px; color: #062019; border: 1px solid #5ce4c2; border-radius: 7px; background: #5ce4c2; cursor: pointer; }
|
||||
.framePolicyActions small { color: #7fa99f; line-height: 1.4; }
|
||||
.frameAnalysisBody { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(300px, .8fr) minmax(560px, 1.5fr); align-items: start; gap: 14px; }
|
||||
.analysisSection { min-width: 0; padding: 14px; border: 1px solid #213653; border-radius: 10px; background: #0a1422; }
|
||||
.analysisSection > header { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 14px; }
|
||||
.analysisSection > header > div:first-child { display: grid; gap: 5px; }
|
||||
.analysisSection > header strong { color: #dce8f8; font-size: 15px; }
|
||||
.analysisSection > header span { color: #71839e; font-size: 11px; line-height: 1.45; }
|
||||
.analysisSection .framePolicyActions { flex-wrap: wrap; margin: 0; padding: 0; border: 0; background: transparent; }
|
||||
.dataGeneratorFields { display: grid; grid-template-columns: repeat(3, minmax(88px, 1fr)); gap: 9px; }
|
||||
.dataGeneratorFields label { display: grid; gap: 5px; color: #8296b2; font-size: 11px; }
|
||||
.dataGeneratorFields input { min-width: 0; width: 100%; padding: 8px 9px; color: #eaf1ff; border: 1px solid #2d405f; border-radius: 7px; outline: none; background: #0d1828; }
|
||||
.dataGeneratorFields button { grid-column: 1 / -1; padding: 9px 12px; color: #062019; border: 1px solid #5ce4c2; border-radius: 7px; background: #5ce4c2; cursor: pointer; }
|
||||
.dataGeneratorFields button:disabled { opacity: .45; cursor: default; }
|
||||
.generatorPropGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
|
||||
.generatorActions { display: flex; justify-content: flex-end; margin-top: 14px; }
|
||||
.generatorActions button { padding: 9px 14px; color: #062019; border: 1px solid #5ce4c2; border-radius: 7px; background: #5ce4c2; cursor: pointer; }
|
||||
.generatorActions button:disabled { opacity: .45; cursor: default; }
|
||||
.analysisStatus { margin: 10px 0 0; color: #8eb6aa; font-size: 11px; }
|
||||
|
||||
.frameDiagnosticPanel { display: grid; gap: 14px; min-width: 0; }
|
||||
@@ -143,6 +141,9 @@ canvas:focus { outline: 1px solid #5ce4c2; outline-offset: -1px; }
|
||||
.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; }
|
||||
.pipelineDirection { display: flex; align-items: stretch; gap: 0; overflow-x: auto; padding: 10px 12px; color: #8fa2bd; border-bottom: 1px solid #1d304a; background: #091321; font-size: 10px; white-space: nowrap; }
|
||||
.pipelineDirection > strong, .pipelineDirection > span { display: inline-flex; align-items: center; }
|
||||
.pipelineDirection span i { margin: 0 7px; color: #5ce4c2; font-style: normal; }
|
||||
.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; }
|
||||
@@ -155,10 +156,6 @@ canvas:focus { outline: 1px solid #5ce4c2; outline-offset: -1px; }
|
||||
.diagnosticEmpty { display: grid; min-height: 180px; place-content: center; gap: 8px; padding: 24px; color: #71839e; border: 1px dashed #29435e; border-radius: 10px; text-align: center; }
|
||||
.diagnosticEmpty strong { color: #cbd8ea; }
|
||||
|
||||
@media (max-width: 1280px) {
|
||||
.frameAnalysisBody { grid-template-columns: repeat(2, minmax(280px, 1fr)); }
|
||||
.frameDiagnosticPanel { grid-column: 1 / -1; }
|
||||
}
|
||||
|
||||
.componentCard { margin-bottom: 13px; overflow: hidden; border: 1px solid #213653; border-radius: 11px; background: #0a1422; }
|
||||
.componentCard > summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 13px; color: #dce8f8; background: #101d2f; cursor: pointer; }
|
||||
|
||||
Reference in New Issue
Block a user