common_track.css 962 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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: 5%;
  15. }
  16. .order_barcode{
  17. width: 20%;
  18. white-space: nowrap;
  19. overflow: hidden;
  20. }
  21. .order_status{
  22. width: 5%;
  23. }
  24. .print_date{
  25. width: 15%;
  26. }
  27. .in_time{
  28. width: 15%;
  29. }
  30. .out_time{
  31. width: 15%;
  32. }
  33. .print_status{
  34. width: 10%;
  35. }
  36. .options{
  37. width: 15%;
  38. }
  39. .status_btn{
  40. float: left;
  41. margin-left: 20px;
  42. }
  43. .orders_middle{
  44. min-height: 680px;
  45. height: auto;
  46. }
  47. .ok1{
  48. color: blue;
  49. }
  50. .ok2{
  51. color: green;
  52. }
  53. .create_icon{
  54. float: left;
  55. width: 20px;
  56. height: 20px;
  57. margin: 7px 0 0 10px;
  58. display: none;
  59. }
  60. .yp{
  61. width: 100%;
  62. height: 90px;
  63. margin: 0;
  64. padding: 0;
  65. display: none;
  66. }
  67. .yp>div{
  68. width: auto;
  69. min-height: 90px;
  70. page-break-after: always !important;
  71. }
  72. .box{
  73. float: left;
  74. height: 100%;
  75. overflow: hidden;
  76. }
  77. .str_box{
  78. font-size: 16px;
  79. }
  80. .barcode{
  81. display: none;
  82. }
  83. /*scanner end*/