| | |
| | | transition: 0.4s; |
| | | cursor: pointer; |
| | | } |
| | | .function-btn1 { |
| | | font-size: 16px; |
| | | padding: 1px 1px 1px 1px; |
| | | width: 150px; |
| | | height: 40px; |
| | | border-color: #2b425b; |
| | | border-radius: 4px; |
| | | border-width: 1px; |
| | | background: none; |
| | | border-style: solid; |
| | | transition: 0.4s; |
| | | cursor: pointer; |
| | | } |
| | | .function-btn:hover { |
| | | background-color: #2b425b; |
| | | color: #fff; |
| | | } |
| | | .function-btn1:hover { |
| | | background-color: #2b425b; |
| | | color: #fff; |
| | | } |
| | |
| | | <!-- 功能区 --> |
| | | <div class="function-area"> |
| | | <button id="rework" style="alignment: right" class="function-btn">重做</button> |
| | | <button id="updateZpallet" style="alignment: right" class="function-btn1">换包装/托盘/缠膜</button> | |
| | | <button id="sellout" style="alignment: right" class="function-btn">卖出</button> |
| | | <button id="pickup" style="alignment: right" class="function-btn">取货</button> | |
| | | <button id="returned" style="alignment: right" class="function-btn">退回</button> |
| | | </div> |
| | | |
| | | <!-- 行 --> |