#shipinfo .ship-set-view{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;background-color:rgba(0,0,0,.3);display:flex;justify-content:center;align-items:center;flex-direction:column}#shipinfo .ship-set-view .ship-view{width:600px;padding:25px;background-color:#fff;border-radius:4px;color:#000}#shipinfo .ship-set-view .ship-view .ship-head{display:flex;justify-content:space-between;border-bottom:1px solid #ddd;padding:0 0 8px}#shipinfo .ship-set-view .ship-view .ship-head .title{font-size:18px;margin-left:5px}#shipinfo .ship-set-view .ship-view .ship-head .close{cursor:pointer}#shipinfo .ship-set-view .ship-view .ship-head .close .icon{font-size:20px;color:#ff4500}#shipinfo .ship-set-view .ship-view .set-group .forms{width:90%;padding:15px}#shipinfo .ship-set-view .ship-view .set-btn{padding-right:20px;display:flex;justify-content:flex-end;margin-top:25px}#checkship .check-set-view{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;background-color:rgba(0,0,0,.3);display:flex;justify-content:center;align-items:center;flex-direction:column}#checkship .check-set-view .check-view{width:1000px;height:80%;padding:25px;background-color:#fff;border-radius:4px;color:#000}#checkship .check-set-view .check-view .check-head{display:flex;justify-content:space-between;border-bottom:1px solid #ddd;padding:0 0 8px;margin-bottom:10px}#checkship .check-set-view .check-view .check-head .title{font-size:18px;margin-left:5px}#checkship .check-set-view .check-view .check-head .close{cursor:pointer}#checkship .check-set-view .check-view .check-head .close .icon{font-size:20px;color:#ff4500}#checkship .check-set-view .check-view .set-group .el-table th{background-color:#008574;color:#fff}#consumables{width:100%;height:calc(100vh - 40px)}#consumables .consumable{width:100%;height:100%;padding:15px;display:flex;box-sizing:border-box}#consumables .consumable .storelist{width:15%;height:100%;border:1px solid #ddd;padding:8px 0}#consumables .consumable .storelist h3{padding-left:8px;margin-bottom:10px}#consumables .consumable .storelist .store-box{font-size:14px}#consumables .consumable .storelist .store-box .store-item{width:94%;height:30px;line-height:30px;padding-left:8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}#consumables .consumable .consumable-record{flex:1;height:100%;border:1px solid #ddd;border-left:none;padding:15px}#consumables .consumable .consumable-record .el-table th{background-color:#008574;color:#fff}#consumables .consumable .consumable-record .operation{margin-bottom:10px}#consumables .consumable .consumable-record .pagination-container{padding:20px 10px;display:flex;justify-content:flex-end}#consumables .actives{background-color:rgba(1,148,142,.4)}