摄像机区域的架构改动
This commit is contained in:
78
Assets/_Game/Scripts/Editor/UIToolkit/Editor.uss
Normal file
78
Assets/_Game/Scripts/Editor/UIToolkit/Editor.uss
Normal file
@@ -0,0 +1,78 @@
|
||||
/* BaseGames Editor 统一样式表
|
||||
路径: Assets/_Game/Scripts/Editor/UIToolkit/Editor.uss */
|
||||
|
||||
/* ── 分区标题 ──────────────────────────────────────────── */
|
||||
.section-header {
|
||||
font-size: 11px;
|
||||
-unity-font-style: bold;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 2px;
|
||||
color: rgb(180, 180, 180);
|
||||
}
|
||||
|
||||
/* ── 列表项 ─────────────────────────────────────────────── */
|
||||
.list-item {
|
||||
padding: 3px 6px;
|
||||
}
|
||||
.list-item:hover {
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
/* ── 状态行 ─────────────────────────────────────────────── */
|
||||
.row-warning {
|
||||
background-color: rgba(220, 150, 0, 0.15);
|
||||
}
|
||||
.row-error {
|
||||
background-color: rgba(220, 50, 50, 0.15);
|
||||
}
|
||||
.row-ok {
|
||||
background-color: rgba(50, 180, 50, 0.10);
|
||||
}
|
||||
|
||||
/* ── 详情面板内边距 ──────────────────────────────────────── */
|
||||
.detail-panel {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
/* ── 操作按钮组 ──────────────────────────────────────────── */
|
||||
.action-buttons {
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 8px;
|
||||
}
|
||||
.action-buttons Button {
|
||||
margin-right: 4px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
/* ── 数值快览行(Weapon / Skill / Enemy 数据窗口顶部横排预览)── */
|
||||
.stats-preview {
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 6px;
|
||||
padding: 4px 6px;
|
||||
background-color: rgba(40, 40, 40, 0.75);
|
||||
}
|
||||
|
||||
/* ── 标签页按钮 ──────────────────────────────────────────── */
|
||||
.tab-bar {
|
||||
flex-direction: row;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: rgb(60, 60, 60);
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.tab-button {
|
||||
padding: 4px 10px;
|
||||
border-radius: 0;
|
||||
border-width: 0;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
color: rgb(160, 160, 160);
|
||||
}
|
||||
.tab-button:hover {
|
||||
background-color: rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
.tab-button--active {
|
||||
color: rgb(255, 255, 255);
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-color: rgb(100, 160, 255);
|
||||
}
|
||||
11
Assets/_Game/Scripts/Editor/UIToolkit/Editor.uss.meta
Normal file
11
Assets/_Game/Scripts/Editor/UIToolkit/Editor.uss.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6dabfd174f875134b81d3ffc47fb1ff7
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
Reference in New Issue
Block a user