12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- @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_no{
- width: 10%;
- }
- .order_barcode{
- width: 15%;
- }
- .order_status{
- width: 5%;
- }
- .goods_no{
- width: 10%;
- }
- .goods_info{
- width: 20%;
- white-space: nowrap;
- overflow: hidden;
- }
- .goods_info:hover{
- cusor: pointer;
- }
- .create_time{
- width: 15%;
- }
- .out_time{
- width: 15%;
- }
- .options{
- width: 5%;
- }
- .top_statistics{
- float: left;
- width: 100%;
- font-size: 12px;
- }
- .top_yesterday, .top_total, .top_out, .top_in, .top_cancel, .top_start, .top_end, .repeat{
- color: red;
- }
- .orders_status, .shop{
- float: left;
- margin-left: 5px;
- padding: 2px;
- }
- .status_btn{
- float: left;
- margin-left: 20px;
- }
- .orders_middle{
- min-height: 680px;
- height: auto;
- }
- .search_bc, .search_bc_btn, .search_sn, .search_sn_btn, .search_gn, .search_gn_btn{
- float: left;
- margin: 0px 5px;
- }
- /*scanner end*/
|