...
BIN
static/.DS_Store
vendored
BIN
static/icon/clock_icon.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
static/icon/popups-icon-00.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
static/icon/popups-icon-01.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
static/icon/popups-icon-02.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
static/icon/popups-icon-03.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
static/icon/popups-icon-04.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
static/icon/popups-icon-05.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
static/icon/popups-icon.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
@@ -1,6 +1,6 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 2869797 */
|
||||
src: url('@/static/iconfont.ttf') format('truetype');
|
||||
src: url('@/static/iconfont.ttf') format('truetype'),
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -11,6 +11,14 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-jia:before {
|
||||
content: "\e60a";
|
||||
}
|
||||
|
||||
.icon-dui:before {
|
||||
content: "\e609";
|
||||
}
|
||||
|
||||
.icon-gengduo2:before {
|
||||
content: "\e608";
|
||||
}
|
||||
|
||||