common_wsocheck.css 941 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. @CHARSET "UTF-8";
  2. .barcode_input{
  3. padding: 0 5px;
  4. }
  5. .update_icon{
  6. float: left;
  7. width: 20px;
  8. height: 20px;
  9. margin: 2px 0 0 10px;
  10. display: none;
  11. }
  12. .order_id{
  13. width: 5%;
  14. }
  15. .order_barcode{
  16. width: 15%;
  17. white-space: nowrap;
  18. overflow: hidden;
  19. }
  20. .goods_no{
  21. width: 15%;
  22. }
  23. .goods_info{
  24. width: 30%;
  25. white-space: nowrap;
  26. overflow: hidden;
  27. }
  28. .goods_info:hover{
  29. cusor: pointer;
  30. }
  31. .transport{
  32. width: 10%;
  33. }
  34. .out_time{
  35. width: 15%;
  36. }
  37. .options{
  38. width: 10%;
  39. }
  40. .top_statistics{
  41. float: left;
  42. width: 100%;
  43. font-size: 12px;
  44. }
  45. .top_total, .top_start, .top_end{
  46. color: red;
  47. }
  48. .orders_status, .shop, .type{
  49. float: left;
  50. margin-left: 5px;
  51. padding: 2px;
  52. }
  53. .status_btn{
  54. float: left;
  55. margin-left: 20px;
  56. }
  57. .orders_middle{
  58. min-height: 680px;
  59. height: auto;
  60. }
  61. .search_bc, .search_bc_btn, .search_sn, .search_sn_btn, .search_gn, .search_gn_btn{
  62. float: left;
  63. margin: 0px 5px;
  64. }
  65. .ok1{
  66. color: blue;
  67. }
  68. .ok2{
  69. color: green;
  70. }
  71. .clear{
  72. clear: both;
  73. }