Skip to content
This repository was archived by the owner on Mar 23, 2018. It is now read-only.

Commit 7de794a

Browse files
committed
iconf
1 parent 4714f3e commit 7de794a

File tree

6 files changed

+83
-8
lines changed

6 files changed

+83
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"compile:test-mock": "cross-env NODE_ENV=test DEBUG=hi* node build/bin/compile --mock",
2626
"compile:test-pages": "cross-env NODE_ENV=test DEBUG=hi* node build/bin/compile --pages",
2727
"debug": "npm run dev -- --debug",
28-
"dev": "cross-env DEBUG=hi* PORT=3001 nodemon build/bin/start --mock",
28+
"dev": "cross-env DEBUG=hi* PORT=3000 nodemon build/bin/start --mock",
2929
"eslint": "eslint --max-warnings 10 --ext .js,.vue .",
3030
"lint": "npm run eslint && npm run stylelint && npm run puglint",
3131
"lint:fix": "npm run eslint -- --fix && npm run stylelint && npm run puglint",

src/styles/iconfont/iconfont.css

+29-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
@font-face {font-family: "iconfont";
3-
src: url('iconfont.eot?t=1489382226862'); /* IE9*/
4-
src: url('iconfont.eot?t=1489382226862#iefix') format('embedded-opentype'), /* IE6-IE8 */
5-
url('iconfont.woff?t=1489382226862') format('woff'), /* chrome, firefox */
6-
url('iconfont.ttf?t=1489382226862') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7-
url('iconfont.svg?t=1489382226862#iconfont') format('svg'); /* iOS 4.1- */
3+
src: url('iconfont.eot?t=1490592230483'); /* IE9*/
4+
src: url('iconfont.eot?t=1490592230483#iefix') format('embedded-opentype'), /* IE6-IE8 */
5+
url('iconfont.woff?t=1490592230483') format('woff'), /* chrome, firefox */
6+
url('iconfont.ttf?t=1490592230483') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7+
url('iconfont.svg?t=1490592230483#iconfont') format('svg'); /* iOS 4.1- */
88
}
99

1010
.iconfont {
@@ -15,6 +15,8 @@
1515
-moz-osx-font-smoothing: grayscale;
1616
}
1717

18+
.icon-setting:before { content: "\e664"; }
19+
1820
.icon-edit:before { content: "\e630"; }
1921

2022
.icon-book:before { content: "\e613"; }
@@ -95,6 +97,12 @@
9597

9698
.icon-prize:before { content: "\e638"; }
9799

100+
.icon-camera:before { content: "\e63e"; }
101+
102+
.icon-correct:before { content: "\e63f"; }
103+
104+
.icon-error:before { content: "\e640"; }
105+
98106
.icon-circle-coach:before { content: "\e6ef"; }
99107

100108
.icon-circle-staff:before { content: "\e6f0"; }
@@ -129,6 +137,8 @@
129137

130138
.icon-female:before { content: "\e605"; }
131139

140+
.icon-phone:before { content: "\e687"; }
141+
132142
.icon-jia:before { content: "\e60a"; }
133143

134144
.icon-circle-checkin:before { content: "\e74f"; }
@@ -153,8 +163,20 @@
153163

154164
.icon-clock-duration:before { content: "\e7d1"; }
155165

166+
.icon-img-reverse:before { content: "\e7d3"; }
167+
156168
.icon-solid-circle-hook:before { content: "\e7d7"; }
157169

170+
.icon-black:before { content: "\e7d8"; }
171+
172+
.icon-white:before { content: "\e7d9"; }
173+
174+
.icon-img2:before { content: "\e7da"; }
175+
176+
.icon-img1:before { content: "\e7db"; }
177+
178+
.icon-unchecked:before { content: "\e7dc"; }
179+
158180
.icon-card:before { content: "\e7df"; }
159181

160182
.icon-props-house:before { content: "\e7ea"; }
@@ -208,3 +230,5 @@
208230
.icon-exp-voucher-circle:before { content: "\e837"; }
209231

210232
.icon-visitor:before { content: "\e839"; }
233+
234+
.icon-hand:before { content: "\e843"; }

src/styles/iconfont/iconfont.eot

4.58 KB
Binary file not shown.

src/styles/iconfont/iconfont.svg

+53-2
Loading

src/styles/iconfont/iconfont.ttf

4.58 KB
Binary file not shown.

src/styles/iconfont/iconfont.woff

2.54 KB
Binary file not shown.

0 commit comments

Comments
 (0)