酒店预订平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
158 B

  1. body {
  2. padding-top: 20px;
  3. padding-bottom: 20px;
  4. }
  5. .navbar {
  6. margin-bottom: 20px;
  7. }
  8. .passed {
  9. color: #339900;
  10. }
  11. .failed {
  12. color: #ff0000;
  13. }