export.css 592 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .export-tab{
  2. /*margin-top:20px;*/
  3. }
  4. .export-tips{
  5. font-weight:bold;
  6. }
  7. .export-tips .sp1,.export-tips .sp2{
  8. font-size: 20px;
  9. color: red;
  10. }
  11. a{
  12. text-decoration: none;
  13. }
  14. .red{
  15. background:red;
  16. padding:0px 3px;
  17. color:white;
  18. width:60px;
  19. height:20px;
  20. cursor: pointer;
  21. border:1px solid #ccc;
  22. border-radius: 10px;
  23. display: inline-block;
  24. }
  25. .green{
  26. background:green;
  27. padding:0px 3px;
  28. color:white;
  29. width:60px;
  30. height:20px;
  31. cursor: pointer;
  32. border:1px solid #ccc;
  33. border-radius: 10px;
  34. display: inline-block;
  35. }