旅游
Showing
1 changed file
with
17 additions
and
0 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment