| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- @CHARSET "UTF-8";
- /*scanner start*/
- .barcode_input{
- padding: 0 5px;
- }
- .update_icon{
- float: left;
- width: 20px;
- height: 20px;
- margin: 2px 0 0 10px;
- display: none;
- }
- .id{
- width: 5%;
- }
- .goods_info{
- width: 50%;
- white-space: nowrap;
- overflow: hidden;
- }
- .print_num{
- width: 5%;
- }
- .print_status{
- width: 10%;
- }
- .create_time{
- width: 20%;
- }
- .options{
- width: 10%;
- }
- .orders_middle{
- min-height: 680px;
- height: auto;
- }
- .ok1{
- color: blue;
- }
- .ok2{
- color: green;
- }
- .yp{
- width: 90%;
- height: 50px;
- margin: 10px 5%;
- font-size: 16px;
- display: none;
- }
- .yp>div{
- page-break-after: always !important;
- }
- .add_form{
- position: fixed;
- float: left;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.5);
- z-index: 2;
- font-size: 13px;
- display: none;
- }
- .add_form>form{
- width: 300px;
- margin: 100px auto 0 auto;
- background-color: #fff;
- padding: 30px;
- }
- label{
- float: left;
- width: 100%;
- margin-top: 10px;
- }
- .form-input{
- width: 100%;
- float: left;
- margin: 10px auto;
- }
- .ib{
- margin-top: 15px;
- }
- /*scanner end*/
|