|
il y a 5 jours | |
---|---|---|
.hbuilderx | il y a 9 mois | |
components | il y a 5 jours | |
http | il y a 4 mois | |
js_sdk | il y a 3 ans | |
mixins | il y a 1 an | |
pages | il y a 5 jours | |
static | il y a 4 mois | |
tools | il y a 3 mois | |
uni_modules | il y a 5 mois | |
upload | il y a 9 mois | |
.gitignore | il y a 3 ans | |
App.vue | il y a 5 mois | |
main.js | il y a 1 mois | |
manifest.json | il y a 1 mois | |
package-lock.json | il y a 3 mois | |
package.json | il y a 3 mois | |
pages.json | il y a 2 mois | |
readme.md | il y a 3 mois | |
uni.scss | il y a 3 ans | |
vue.config.js | il y a 3 ans |
@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');
}