index.css 329 B

1234567891011121314151617181920
  1. .upload-btn {
  2. display: inline-block;
  3. padding: 5px 15px;
  4. font-size: 14px;
  5. text-align: center;
  6. border-radius: 5px;
  7. overflow: hidden;
  8. cursor: pointer;
  9. color: #fff;
  10. border: 1px solid #169bd5;
  11. background-color: #169bd5;
  12. }
  13. .next-shell,
  14. .next-shell *,
  15. .next-shell :after,
  16. .next-shell :before {
  17. font-size: 20px;
  18. }