index.css 508 B

1234567891011121314151617181920212223242526
  1. .nav img{
  2. vertical-align: text-bottom;
  3. }
  4. .roll-right.btn-group button.btn-blue,
  5. .roll-right.btn-group button.btn-green,
  6. .btn-blue,
  7. .btn-green{
  8. color: #fff;
  9. height: 32px;
  10. line-height: 32px;
  11. margin: 4px 20px;
  12. border-radius: 3px;
  13. border: none;
  14. }
  15. .roll-right.btn-group button.btn-blue,
  16. .btn-blue{
  17. background-color: #14b4e6;
  18. }
  19. .roll-right.btn-group button.btn-green,
  20. .btn-green{
  21. background-color: #1cc9b5;
  22. }
  23. iframe{
  24. border: 1px solid #e1e1e1;
  25. background-color: #fff;
  26. }