抖音c端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 line
1.6 KiB

  1. .i-btn{
  2. text-align:center;
  3. vertical-align:middle;
  4. touch-action:manipulation;
  5. cursor:pointer;
  6. background-image:none;
  7. white-space:nowrap;
  8. user-select:none;
  9. font-size:14px;
  10. border-radius:2px;
  11. border:0!important;
  12. position:relative;
  13. text-decoration:none;
  14. height:44px;
  15. line-height:44px;
  16. box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);
  17. color:#fff!important;
  18. background:#f7f7f7;
  19. color:#495060;
  20. margin:10px
  21. }
  22. .i-btn-hover{opacity:.9}
  23. .i-btn-long{border-radius:0;margin:0;box-shadow:none}
  24. .i-btn-large{height:48px;line-height:48px}
  25. .i-btn-small{height:40px;line-height:40px}
  26. .i-btn-primary{color:#fff!important;background:#2d8cf0!important}
  27. .i-btn-ghost{color:#fff!important;background:#fff!important;color:#495060!important}
  28. .i-btn-success{color:#fff!important;background:#19be6b!important}
  29. .i-btn-warning{color:#fff!important;background:#f90!important}
  30. .i-btn-error{color:#fff!important;background:#ed3f14!important}
  31. .i-btn-info{color:#fff!important;background:#2db7f5!important}
  32. .i-btn-circle{border-radius:44px}
  33. .i-btn-large.i-btn-circle{border-radius:48px}
  34. .i-btn-small.i-btn-circle{border-radius:40px}
  35. .i-btn-loading{opacity:.6}
  36. .i-btn-loading-inner{display:inline-block;margin-right:12px;vertical-align:middle;width:14px;height:14px;background:0 0;border-radius:50%;border:2px solid #fff;border-color:#fff #fff #fff transparent;animation:btn-spin .6s linear;animation-iteration-count:infinite}
  37. .i-btn-disabled{color:#bbbec4!important;background:#f7f7f7!important}
  38. .i-btn-inline{display:inline-block}@keyframes btn-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
  39. button::after{ border: none; }