暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

_button.scss 210B

12345678
  1. // button
  2. .button_dark{
  3. clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
  4. padding-right: 1.7rem;
  5. padding-bottom: 0.6rem;
  6. padding-top: 0.6rem;
  7. border-radius: 10px;
  8. }