common_wigsstockup_yz.css 1023 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. .id{
  14. width: 5%;
  15. }
  16. .goods_info{
  17. width: 50%;
  18. white-space: nowrap;
  19. overflow: hidden;
  20. }
  21. .print_num{
  22. width: 5%;
  23. }
  24. .print_status{
  25. width: 10%;
  26. }
  27. .create_time{
  28. width: 20%;
  29. }
  30. .options{
  31. width: 10%;
  32. }
  33. .orders_middle{
  34. min-height: 680px;
  35. height: auto;
  36. }
  37. .ok1{
  38. color: blue;
  39. }
  40. .ok2{
  41. color: green;
  42. }
  43. .yp{
  44. width: 90%;
  45. height: 50px;
  46. margin: 10px 5%;
  47. font-size: 16px;
  48. display: none;
  49. }
  50. .yp>div{
  51. page-break-after: always !important;
  52. }
  53. .add_form{
  54. position: fixed;
  55. float: left;
  56. width: 100%;
  57. height: 100%;
  58. background-color: rgba(0, 0, 0, 0.5);
  59. z-index: 2;
  60. font-size: 13px;
  61. display: none;
  62. }
  63. .add_form>form{
  64. width: 300px;
  65. margin: 100px auto 0 auto;
  66. background-color: #fff;
  67. padding: 30px;
  68. }
  69. label{
  70. float: left;
  71. width: 100%;
  72. margin-top: 10px;
  73. }
  74. .form-input{
  75. width: 100%;
  76. float: left;
  77. margin: 10px auto;
  78. }
  79. .ib{
  80. margin-top: 15px;
  81. }
  82. /*scanner end*/