12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- @CHARSET "UTF-8";
- .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: 15%;
- white-space: nowrap;
- overflow: hidden;
- }
- .goods_no{
- width: 15%;
- }
- .goods_info{
- width: 30%;
- white-space: nowrap;
- overflow: hidden;
- }
- .goods_info:hover{
- cusor: pointer;
- }
- .transport{
- width: 10%;
- }
- .out_time{
- width: 15%;
- }
- .options{
- width: 10%;
- }
- .top_statistics{
- float: left;
- width: 100%;
- font-size: 12px;
- }
- .top_total, .top_start, .top_end{
- 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;
- }
- .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;
- }
- .clear{
- clear: both;
- }
|