代码调整
This commit is contained in:
parent
fcd3110e9f
commit
0529b94a5b
@ -264,7 +264,30 @@
|
||||
<div class="runplanBottomC">
|
||||
<div class="runplanBottomCTitle">键盘输入区</div>
|
||||
<div class="runplanBottomCIn">
|
||||
222
|
||||
<div class="runplanBottomCInT">
|
||||
[HOME]复位 类型:0股道 1预告 2同意邻站发车 3到达 4出发 5出发机车号码 6取消同意邻站发车 7取消发车 8记事 9邻站同意发车 10邻站出发 11邻站到达 12接车线别 13发车线别 14通过
|
||||
</div>
|
||||
<div class="runplanBottomCInB">
|
||||
<div class="runplanBottomCInB1">
|
||||
<div style="width:15%" class="runplanBottomCInB1in">
|
||||
<div>车次</div>
|
||||
<input type="text" style="height:20px;width: 100%;">
|
||||
</div>
|
||||
<div style="width:10%" class="runplanBottomCInB1in">
|
||||
<div>类型</div>
|
||||
<input type="text" style="height:20px;width: 100%;">
|
||||
</div>
|
||||
<div style="width:73%" class="runplanBottomCInB1in">
|
||||
<div>内容</div>
|
||||
<input type="text" style="height:20px;width: 100%;">
|
||||
</div>
|
||||
</div>
|
||||
<div class="runplanBottomCInB2">
|
||||
<div style="margin-right:5px">常用记事词汇</div>
|
||||
<div style="flex-grow:1"><input type="text" style="height:20px;width: 100%;"></div>
|
||||
</div>
|
||||
<div class="runplanBottomCInB3" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="runplanBottomR">
|
||||
@ -391,6 +414,22 @@ export default {
|
||||
}
|
||||
.runplanMessage{font-size:12px;margin-bottom:3px;}
|
||||
.runplanBottomLIn,.runplanBottomCIn,.runplanBottomRIn{width:100%;height:100%;border:1px #7e7e7e solid;padding-top: 11px;}
|
||||
.runplanBottomCInT{
|
||||
font-size: 13px;
|
||||
padding: 5px;
|
||||
line-height: 20px;
|
||||
}
|
||||
.runplanBottomCInB{
|
||||
padding: 10px;
|
||||
font-size: 12px;
|
||||
position: absolute;
|
||||
bottom: 7px;
|
||||
left: 4px;
|
||||
}
|
||||
.runplanBottomCInB1{}
|
||||
.runplanBottomCInB2{display:flex;flex-direction: row; margin-top: 5px;}
|
||||
.runplanBottomCInB3{margin-top: 5px;width:100%;height:20px;border: 1px #7e7e7e solid;line-height:20px;}
|
||||
.runplanBottomCInB1in{display:inline-block;}
|
||||
.runplanBottomB{display:inline-block;margin-top:7px;margin-left: 5px;width: calc(100% - 5px);}
|
||||
.runplanBottomLLine{
|
||||
height: 241px;
|
||||
|
Loading…
Reference in New Issue
Block a user