角色能力,存档
This commit is contained in:
@@ -76,3 +76,79 @@
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-color: rgb(100, 160, 255);
|
||||
}
|
||||
|
||||
/* ── CharacterWizardWindow 专用类 ───────────────────────── */
|
||||
|
||||
/* 向导标签页按钮(复用 tab-bar 容器) */
|
||||
.tab-btn {
|
||||
flex-grow: 1;
|
||||
padding: 6px 0;
|
||||
border-radius: 0;
|
||||
border-width: 0;
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-color: rgba(0,0,0,0);
|
||||
background-color: rgba(0,0,0,0);
|
||||
color: rgb(170, 170, 170);
|
||||
-unity-font-style: bold;
|
||||
font-size: 13px;
|
||||
}
|
||||
.tab-btn:hover {
|
||||
background-color: rgba(255,255,255,0.06);
|
||||
}
|
||||
.tab-btn--active {
|
||||
color: rgb(255, 255, 255);
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-color: rgb(90, 160, 255);
|
||||
}
|
||||
|
||||
/* SO 工厂按钮(绿调) */
|
||||
.wizard-factory-btn {
|
||||
background-color: rgba(40, 100, 55, 0.75);
|
||||
color: rgb(200, 255, 210);
|
||||
border-radius: 4px;
|
||||
padding: 3px 10px;
|
||||
margin-right: 4px;
|
||||
margin-bottom: 4px;
|
||||
border-width: 1px;
|
||||
border-color: rgba(80, 180, 100, 0.60);
|
||||
}
|
||||
.wizard-factory-btn:hover {
|
||||
background-color: rgba(55, 130, 70, 0.90);
|
||||
}
|
||||
|
||||
/* 场景放置按钮(蓝调) */
|
||||
.wizard-scene-btn {
|
||||
background-color: rgba(30, 60, 120, 0.80);
|
||||
color: rgb(190, 220, 255);
|
||||
border-radius: 4px;
|
||||
padding: 3px 10px;
|
||||
margin-right: 4px;
|
||||
margin-bottom: 4px;
|
||||
border-width: 1px;
|
||||
border-color: rgba(80, 130, 220, 0.55);
|
||||
}
|
||||
.wizard-scene-btn:hover {
|
||||
background-color: rgba(40, 80, 155, 0.95);
|
||||
}
|
||||
|
||||
/* 跳转按钮(中性灰调) */
|
||||
.wizard-jump-btn {
|
||||
background-color: rgba(55, 55, 60, 0.80);
|
||||
color: rgb(210, 210, 220);
|
||||
border-radius: 4px;
|
||||
padding: 3px 10px;
|
||||
margin-right: 4px;
|
||||
margin-bottom: 4px;
|
||||
border-width: 1px;
|
||||
border-color: rgba(120, 120, 130, 0.45);
|
||||
}
|
||||
.wizard-jump-btn:hover {
|
||||
background-color: rgba(75, 75, 85, 0.95);
|
||||
}
|
||||
|
||||
/* 小怪类型选择按钮 */
|
||||
.type-btn--active {
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-color: rgb(255, 200, 50);
|
||||
color: rgb(255, 220, 100);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user