...
|
...
|
@@ -26,7 +26,17 @@ iconfont 新建项目,使用 class 控制图标样式,不要用 unicode<br> |
|
|
|
|
|
|
|
|
<h2>button</h2>
|
|
|
三种尺寸,圆角直角,实心空心,选中未选中
|
|
|
三种尺寸,圆角直角,实心空心<br>
|
|
|
|
|
|
<button class="button">空心</button>
|
|
|
<button class="button button-solid">实心</button>
|
|
|
<button class="button button-round">圆角</button>
|
|
|
<button class="button button-round button-solid">圆角,实心</button>
|
|
|
<hr>
|
|
|
<button class="button button-large">大</button>
|
|
|
<button class="button button-small">小</button>
|
|
|
<hr>
|
|
|
<button class="button button-large button-round button-solid">大,圆角,实心</button>
|
|
|
|
|
|
<h2>badge</h2>
|
|
|
一个数字的时候是圆形,数字长的时候圆角长方形,类似跑道
|
...
|
...
|
|