common_wigsout.20200528.lijg.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. @CHARSET "UTF-8";
  2. /*scanner start*/
  3. .barcode_input{
  4. padding: 0 5px;
  5. }
  6. .update_icon{
  7. float: left;
  8. width: 20px;
  9. height: 20px;
  10. margin: 2px 0 0 10px;
  11. display: none;
  12. }
  13. .order_id{
  14. width: 4%;
  15. }
  16. .order_barcode{
  17. width: 10%;
  18. white-space: nowrap;
  19. overflow: hidden;
  20. }
  21. .order_status{
  22. width: 5%;
  23. }
  24. .goods_no{
  25. width: 9%;
  26. }
  27. .goods_info{
  28. width: 28%;
  29. white-space: nowrap;
  30. overflow: hidden;
  31. }
  32. .goods_info:hover{
  33. cusor: pointer;
  34. }
  35. .transport{
  36. width: 7%;
  37. }
  38. .print_date{
  39. width: 10%;
  40. }
  41. .in_time{
  42. width: 10%;
  43. }
  44. .out_time{
  45. width: 10%;
  46. }
  47. .memo{
  48. width: 5%;
  49. white-space: nowrap;
  50. overflow: hidden;
  51. }
  52. .memo:hover{
  53. cursor: pointer;
  54. }
  55. .print_status{
  56. width: 5%;
  57. }
  58. .options{
  59. width: 10%;
  60. }
  61. .top_statistics{
  62. float: left;
  63. width: 100%;
  64. font-size: 12px;
  65. }
  66. .top_yesterday, .top_total, .top_out, .top_in, .top_cancel, .top_start, .top_end, .repeat, .canceled, .top_not_in{
  67. color: red;
  68. }
  69. .orders_status, .shop, .type{
  70. float: left;
  71. margin-left: 5px;
  72. padding: 2px;
  73. }
  74. .status_btn{
  75. float: left;
  76. margin-left: 20px;
  77. }
  78. .orders_middle{
  79. min-height: 680px;
  80. height: auto;
  81. }
  82. .search_bc, .search_bc_btn, .search_sn, .search_sn_btn, .search_gn, .search_gn_btn{
  83. float: left;
  84. margin: 0px 5px;
  85. }
  86. .ok1{
  87. color: blue;
  88. }
  89. .ok2{
  90. color: green;
  91. }
  92. .sync_icon{
  93. float: left;
  94. width: 20px;
  95. height: 20px;
  96. margin: 7px 0 0 10px;
  97. display: none;
  98. }
  99. .yp{
  100. width: 100%;
  101. height: 60px;
  102. margin: 0;
  103. padding: 0;
  104. display: none;
  105. }
  106. .yp>div{
  107. width: auto;
  108. min-height: 60px;
  109. page-break-after: always !important;
  110. }
  111. .box{
  112. float: left;
  113. height: 100%;
  114. overflow: hidden;
  115. }
  116. .str_box{
  117. font-size: 16px;
  118. }
  119. .barcode{
  120. display: none;
  121. }
  122. .clear{
  123. clear: both;
  124. }
  125. /*scanner end*/