123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- @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: 4%;
- }
- .order_barcode{
- width: 10%;
- white-space: nowrap;
- overflow: hidden;
- }
- .order_status{
- width: 5%;
- }
- .goods_no{
- width: 9%;
- }
- .goods_info{
- width: 21%;
- white-space: nowrap;
- overflow: hidden;
- }
- .goods_info:hover{
- cusor: pointer;
- }
- .transport{
- width: 7%;
- }
- .print_date{
- width: 10%;
- }
- .in_time{
- width: 10%;
- }
- .out_time{
- width: 10%;
- }
- .print_time{
- width:7%;
- }
- .memo{
- width: 5%;
- white-space: nowrap;
- overflow: hidden;
- }
- .memo:hover{
- cursor: pointer;
- }
- .print_status{
- width: 5%;
- }
- .options{
- width: 10%;
- }
- .top_statistics{
- float: left;
- width: 100%;
- font-size: 12px;
- }
- .top_yesterday, .top_total, .top_out, .top_in, .top_cancel, .top_start, .top_end, .repeat, .canceled, .top_not_in{
- color: red;
- }
- .orders_status, .shop, .type{
- float: left;
- margin-left: 5px;
- padding: 2px;
- }
- .status_btn{
- float: left;
- margin-left: 20px;
- }
- .orders_middle{
- min-height: 680px;
- height: auto;
- width:90%;
- padding-left:5%;
- }
- .search_bc, .search_bc_btn, .search_sn, .search_sn_btn, .search_gn, .search_gn_btn{
- float: left;
- margin: 0px 5px;
- }
- .ok1{
- color: blue;
- }
- .ok2{
- color: green;
- }
- .sync_icon{
- float: left;
- width: 20px;
- height: 20px;
- margin: 7px 0 0 10px;
- display: none;
- }
- .yp{
- width: 100%;
- height: 210px;
- margin: 0;
- padding: 0;
- display: none;
- }
- .yp>div{
- width: auto;
- min-height: 210px;
- page-break-after: always !important;
- }
- .box{
- float: left;
- height: 100%;
- overflow: hidden;
- }
- .str_box{
- font-size: 25px;
- }
- .barcode{
- display: none;
- }
- .clear{
- clear: both;
- }
- /*scanner end*/
|