mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2025-07-17 17:43:54 +08:00
fix: style bug
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -153,12 +153,9 @@ class App{
|
|||||||
<div id="total" style="font-size:1rem; font-weight:normal;">可用属性点:0</div>
|
<div id="total" style="font-size:1rem; font-weight:normal;">可用属性点:0</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="propertyAllocation" class="propinitial"></ul>
|
<ul id="propertyAllocation" class="propinitial"></ul>
|
||||||
<ul class="propinitial" style="top:auto; bottom:23rem">
|
<ul class="selectlist" id="talentSelectedView" style="top:calc(100% - 17rem); bottom:7rem"></ul>
|
||||||
<li>已选天赋</li>
|
<button id="random" class="mainbtn" style="top:auto; bottom:0.1rem; left:auto; right:50%; transform: translate(-2rem,-50%);">随机分配</button>
|
||||||
</ul>
|
<button id="start" class="mainbtn" style="top:auto; bottom:0.1rem; left:50%; right:auto; transform: translate(2rem,-50%);">开始新人生</button>
|
||||||
<ul class="selectlist" id="talentSelectedView" style="top:auto; bottom:16rem"></ul>
|
|
||||||
<button id="random" class="mainbtn" style="top:auto; bottom:7rem">随机分配</button>
|
|
||||||
<button id="start" class="mainbtn" style="top:auto; bottom:0.1rem">开始新人生</button>
|
|
||||||
</div>
|
</div>
|
||||||
`);
|
`);
|
||||||
propertyPage.mounted = ()=>{
|
propertyPage.mounted = ()=>{
|
||||||
|
@@ -274,7 +274,7 @@ body {
|
|||||||
|
|
||||||
.propinitial {
|
.propinitial {
|
||||||
top: 5rem;
|
top: 5rem;
|
||||||
bottom: 14rem;
|
bottom: 17rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.propbtn:hover{
|
.propbtn:hover{
|
||||||
|
@@ -270,7 +270,7 @@ body {
|
|||||||
|
|
||||||
.propinitial {
|
.propinitial {
|
||||||
top: 5rem;
|
top: 5rem;
|
||||||
bottom: 14rem;
|
bottom: 17rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.propinitial > li {
|
.propinitial > li {
|
||||||
|
Reference in New Issue
Block a user