网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

Foundation 按钮教程

时间:2024-11-07 11:15:52

1、Foundation 提供了 6 种按钮样式。 .button 类创建了一个蓝色的按钮并附有内边距。不同颜色按钮类为: .secondary, .success, .info, .warning 或 .alert:实例<button type="button" class="button">Default</button><button type="button" class="button secondary">Secondary</button><button type="button" class="button success">Success</button><button type="button" class="button info">Info</button><button type="button" class="button warning">Warning</button><button type="button" class="button alert">Alert</button>

Foundation 按钮教程

2、按钮类可以使用在<a>,<button>, 或<input>元素:实例<ahref="#"class="button info"role="button">Link Button</a><buttontype="button"class="button info">Button</button><inputtype="button"class="button info"value="Input Button"><inputtype="submit"class="button info"value="Submit Button">为什么将 a 标签的 href 设置为 #当我们不希望链接点击跳转并得到 "404" 页面时,我们可以将 a 标签的 href 设置为 #

Foundation 按钮教程

3、按钮大小我们可以使用.large,.small或.tiny类来设置按钮大小:实例<buttontype="button"class="button large">Large</button><buttontype="button"class="button">Default</button><buttontype="button"class="button small">Small</button><buttontype="button"class="button tiny">Tiny</button>

Foundation 按钮教程

4、圆角按钮可以使用.radius和.round类来设置圆角按钮:实例<buttontype="button"class="button">Default Button</button><buttontype="button"class="button radius">Radius Button</button><buttontype="button"class="button round">Round Button</button>

Foundation 按钮教程

5、延展按钮可以使用.expand类来设置按钮的宽度为 100%:实例<buttontype="button"class="button">Default Button</button><buttontype="button"class="button expand">Expanded Button</button>

Foundation 按钮教程

6、禁用按钮可以使用.disabled类来设置按钮不可点击:实例<buttontype="button"class="button">Default Button</button><buttontype="button"class="button disabled">Disabled Button</button>

Foundation 按钮教程
© 2025 小知经验
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com