按钮生成器

创建带有悬停效果、渐变、阴影和动画的精美CSS按钮。自定义颜色、边框、内边距并复制生产就绪的CSS代码。

颜色

排版

16px

间距

24px
12px

边框

0px
8px
200ms

悬停查看效果

/* Button Styles */
.button {
  background-color: #3b82f6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 200ms ease;
  cursor: pointer;
}

.button:hover {
  background-color: #2563eb;
}

相关工具

🔒 即时结果,比AI更快。无需注册。100%隐私保护。