Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
02189910865d8ab7d91055726393fbd9d60ad1bc
1 parent
6ed17529
调整顺序
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
apps/example/views/action/index.hbs
apps/example/views/action/index.hbs
View file @
0218991
...
...
@@ -3,12 +3,12 @@
<h2>
color
</h2>
统一色号(css 中使用统一变量)
<br>
黑色:
<span
class=
"example color black"
></span>
$black;
<br>
白色:
<span
class=
"example color white"
></span>
$white;
<br>
红色:
<span
class=
"example color red"
></span>
$red;
<br>
绿色:
<span
class=
"example color green"
></span>
$green;
<br>
灰色:
<span
class=
"example color grey"
></span>
$grey;
<br>
蓝色:
<span
class=
"example color blue"
></span>
$blue;
<br>
黑色: $black;
<span
class=
"example color black"
></span><br>
白色: $white;
<span
class=
"example color white"
></span><br>
红色: $red;
<span
class=
"example color red"
></span><br>
绿色: $green;
<span
class=
"example color green"
></span><br>
灰色: $grey;
<span
class=
"example color grey"
></span><br>
蓝色: $blue;
<span
class=
"example color blue"
></span><br>
<h2>
icon
</h2>
iconfont 新建项目,使用 class 控制图标样式,不要用 unicode
<br>
...
...
Please
register
or
login
to post a comment