1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- @CHARSET "UTF-8";
- /*scanner start*/
- .barcode_input{
- padding: 0 5px;
- }
- .update_icon{
- float: left;
- width: 20px;
- height: 20px;
- margin: 2px 0 0 10px;
- display: none;
- }
- .order_id{
- width: 5%;
- }
- .order_barcode{
- width: 20%;
- white-space: nowrap;
- overflow: hidden;
- }
- .order_status{
- width: 5%;
- }
- .print_date{
- width: 15%;
- }
- .in_time{
- width: 15%;
- }
- .out_time{
- width: 15%;
- }
- .print_status{
- width: 10%;
- }
- .options{
- width: 15%;
- }
- .status_btn{
- float: left;
- margin-left: 20px;
- }
- .orders_middle{
- min-height: 680px;
- height: auto;
- }
- .ok1{
- color: blue;
- }
- .ok2{
- color: green;
- }
- .create_icon{
- float: left;
- width: 20px;
- height: 20px;
- margin: 7px 0 0 10px;
- display: none;
- }
- .yp{
- width: 100%;
- height: 90px;
- margin: 0;
- padding: 0;
- display: none;
- }
- .yp>div{
- width: auto;
- min-height: 90px;
- page-break-after: always !important;
- }
- .box{
- float: left;
- height: 100%;
- overflow: hidden;
- }
- .str_box{
- font-size: 16px;
- }
- .barcode{
- display: none;
- }
- /*scanner end*/
|