showdoc.css 405 B

1234567891011121314151617
  1. @charset "utf-8";
  2. body {
  3. font:14px/1.5 "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
  4. }
  5. .btn-primary{
  6. background-color: #08c !important;
  7. background-image: linear-gradient(to bottom,#08c,#08c);
  8. }
  9. .btn-primary:active{
  10. background-color: #07c !important;
  11. }
  12. .btn-primary:hover{
  13. background-color: #07c !important;
  14. background-image: linear-gradient(to bottom,#07c,#07c);
  15. }