可响应式分享按钮案例(Examples of responsive social buttons)
所有button可直接复制一下标签`ul>li`使用(all buttons can used by copy `ul>li`)
图标按钮(icon buttons)
图标按钮 标签 `ul.rrssb-buttons` 上需要加类名 `tiny-format fixed-size` (icon buttons need add class `tiny-format fixed-size` to `ul.rrssb-buttons`)
小方形按钮(Small square buttons)
小方形按钮 标签 `ul.rrssb-buttons` 上需要加类名 `small-format fixed-size` (small square buttons need add class `small-format fixed-size` to `ul.rrssb-buttons`)
圆形按钮(round buttons)
圆形按钮 标签 `ul.rrssb-buttons` 上需要加类名 `round-format fixed-size` (round buttons need add class `round-format fixed-size` to `ul.rrssb-buttons`)
响应式按钮(responsive buttons)
响应式按钮 标签 `ul` 上有class `rrssb-buttons`, 改变屏幕大小可看效果(responsive buttons , tag `ul` only with class `rrssb-buttons`, resize brower see effects)
Fork me on GitHub