|
hace 5 días | |
---|---|---|
.hbuilderx | hace 9 meses | |
components | hace 5 días | |
http | hace 4 meses | |
js_sdk | hace 3 años | |
mixins | hace 1 año | |
pages | hace 5 días | |
static | hace 4 meses | |
tools | hace 3 meses | |
uni_modules | hace 5 meses | |
upload | hace 9 meses | |
.gitignore | hace 3 años | |
App.vue | hace 5 meses | |
main.js | hace 1 mes | |
manifest.json | hace 1 mes | |
package-lock.json | hace 3 meses | |
package.json | hace 3 meses | |
pages.json | hace 2 meses | |
readme.md | hace 3 meses | |
uni.scss | hace 3 años | |
vue.config.js | hace 3 años |
@font-face {
font-family: "newicon"; /* Project id 4304849 */
src: url('iconfont.woff2?t=1728893186075') format('woff2'),
url('iconfont.woff?t=1728893186075') format('woff'),
url('iconfont.ttf?t=1728893186075') format('truetype');
}
改成
@font-face {
font-family: "newicon"; /* Project id 4304849 */
src: url('~@/static/font/iconfont.woff2?t=1728893186075') format('woff2'),
url('~@/static/font/iconfont.woff?t=1728893186075') format('woff'),
url('~@/static/font/iconfont.ttf?t=1728893186075') format('truetype');
}