1234567891011121314151617181920212223242526272829303132333435 |
- @CHARSET "UTF-8";
- .id {
- width: 5%;
- }
- .product {
- width: 19%;
- }
- .code {
- width: 10%;
- }
- .tag {
- width: 19%;
- }
- .tag2 {
- width: 17%;
- }
- .amount {
- width: 5%;
- }
- .la{
- font-size: 1.2em;
- color: red;
- }
- .create_time {
- width: 10%;
- }
- .print_status {
- width: 10%;
- }
- .options{
- width: 5%;
- }
- .print_area{
- display: none;
- }
|