common_wigsout.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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: 21%;
  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. .print_time{
  48. width:7%;
  49. }
  50. .memo{
  51. width: 5%;
  52. white-space: nowrap;
  53. overflow: hidden;
  54. }
  55. .memo:hover{
  56. cursor: pointer;
  57. }
  58. .print_status{
  59. width: 5%;
  60. }
  61. .options{
  62. width: 10%;
  63. }
  64. .top_statistics{
  65. float: left;
  66. width: 100%;
  67. font-size: 12px;
  68. }
  69. .top_yesterday, .top_total, .top_out, .top_in, .top_cancel, .top_start, .top_end, .repeat, .canceled, .top_not_in{
  70. color: red;
  71. }
  72. .orders_status, .shop, .type{
  73. float: left;
  74. margin-left: 5px;
  75. padding: 2px;
  76. }
  77. .status_btn{
  78. float: left;
  79. margin-left: 20px;
  80. }
  81. .orders_middle{
  82. min-height: 680px;
  83. height: auto;
  84. width:90%;
  85. padding-left:5%;
  86. }
  87. .search_bc, .search_bc_btn, .search_sn, .search_sn_btn, .search_gn, .search_gn_btn{
  88. float: left;
  89. margin: 0px 5px;
  90. }
  91. .ok1{
  92. color: blue;
  93. }
  94. .ok2{
  95. color: green;
  96. }
  97. .sync_icon{
  98. float: left;
  99. width: 20px;
  100. height: 20px;
  101. margin: 7px 0 0 10px;
  102. display: none;
  103. }
  104. .yp{
  105. width: 100%;
  106. height: 210px;
  107. margin: 0;
  108. padding: 0;
  109. display: none;
  110. }
  111. .yp>div{
  112. width: auto;
  113. min-height: 210px;
  114. page-break-after: always !important;
  115. }
  116. .box{
  117. float: left;
  118. height: 100%;
  119. overflow: hidden;
  120. }
  121. .str_box{
  122. font-size: 25px;
  123. }
  124. .barcode{
  125. display: none;
  126. }
  127. .clear{
  128. clear: both;
  129. }
  130. /*scanner end*/