酒店预订平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

13 行
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. }