|  |  | 
 |  |  |             float: left; | 
 |  |  |             width: 16%; | 
 |  |  |             text-align: center; | 
 |  |  |             margin-top: 10px; | 
 |  |  |         } | 
 |  |  |         .io-mode-box label { | 
 |  |  |             font-weight: bolder; | 
 |  |  | 
 |  |  |                         <fieldset> | 
 |  |  |                             <legend>入出库模式(IO-Mode)</legend> | 
 |  |  |                             <div class="io-mode-box"> | 
 |  |  |                                 <label>2F</label> | 
 |  |  |                                 <label>1F1</label> | 
 |  |  |                                 <button id="io-mode-1" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button> | 
 |  |  |                             </div> | 
 |  |  |                             <div class="io-mode-box"> | 
 |  |  |                                 <label>1F2</label> | 
 |  |  |                                 <button id="io-mode-2" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button> | 
 |  |  |                             </div> | 
 |  |  |                             <div class="io-mode-box"> | 
 |  |  |                                 <label>1F3</label> | 
 |  |  |                                 <button id="io-mode-3" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button> | 
 |  |  |                             </div> | 
 |  |  |                             <div class="io-mode-box"> | 
 |  |  |                                 <label>1F4</label> | 
 |  |  |                                 <button id="io-mode-4" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button> | 
 |  |  |                             </div> | 
 |  |  |                             <div class="io-mode-box"> | 
 |  |  |                                 <label>2F1</label> | 
 |  |  |                                 <button id="io-mode-5" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button> | 
 |  |  |                             </div> | 
 |  |  |                             <div class="io-mode-box"> | 
 |  |  |                                 <label>2F2</label> | 
 |  |  |                                 <button id="io-mode-6" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button> | 
 |  |  |                             </div> | 
 |  |  |                             <div class="io-mode-box"> | 
 |  |  |                                 <label>3F1</label> | 
 |  |  |                                 <button id="io-mode-7" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button> | 
 |  |  |                             </div> | 
 |  |  |                             <div class="io-mode-box"> | 
 |  |  |                                 <label>3F2</label> | 
 |  |  |                                 <button id="io-mode-8" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button> | 
 |  |  |                             </div> | 
 |  |  |                         </fieldset> | 
 |  |  |                     </div> | 
 |  |  |                     <!--            <div style="height: 40%">--> | 
 |  |  |                     <!--                <span>东侧PLC执行指令</span>--> | 
 |  |  |                     <!--            </div>--> | 
 |  |  |                     <!--            <div style="height: 40%">--> | 
 |  |  |                     <!--                <span>西侧PLC执行指令</span>--> | 
 |  |  |                     <!--            </div>--> | 
 |  |  |                     <!--                    <div>--> | 
 |  |  |                     <!--                        <span style="color: #1E9FFF">PLC异常信息表:</span>--> | 
 |  |  |                     <!--                    </div>--> | 
 |  |  | <!--                    <!–            <div style="height: 40%">–>--> | 
 |  |  | <!--                    <!–                <span>东侧PLC执行指令</span>–>--> | 
 |  |  | <!--                    <!–            </div>–>--> | 
 |  |  | <!--                    <!–            <div style="height: 40%">–>--> | 
 |  |  | <!--                    <!–                <span>西侧PLC执行指令</span>–>--> | 
 |  |  | <!--                    <!–            </div>–>--> | 
 |  |  | <!--                    <!–                    <div>–>--> | 
 |  |  | <!--                    <!–                        <span style="color: #1E9FFF">PLC异常信息表:</span>–>--> | 
 |  |  | <!--                    <!–                    </div>–>--> | 
 |  |  |                 </div> | 
 |  |  |                 <!-- 主体 --> | 
 |  |  |                 <div class="plc-log-body"> | 
 |  |  | 
 |  |  |                         <th>入库标记</th> | 
 |  |  |                         <th>空板信号</th> | 
 |  |  |                         <th>目标站</th> | 
 |  |  |                         <th>高低库位</th> | 
 |  |  |                         <th>大小库位</th> | 
 |  |  |                     </tr> | 
 |  |  |                     </thead> | 
 |  |  |                     <!-- 表格内容 --> |