d143cab7 by zhangmeng

旅游

1 parent df6ea5a2
...@@ -499,5 +499,22 @@ function toInvoice() { ...@@ -499,5 +499,22 @@ function toInvoice() {
499 } 499 }
500 } 500 }
501 501
502
503 @media screen and (max-width: 768px) {
504 .bigMoney {
505 font-size: 20px;
506 font-family: "DIN Alternate";
507 }
508
509 .text-warning {
510 font-size: 20px;
511 display: block;
512 min-width: 60px;
513 }
514 .status-po {
515 top: 22px;
516 }
517 }
518
502 </style> 519 </style>
503 520
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!