|
5 gün önce | |
---|---|---|
.hbuilderx | 9 ay önce | |
components | 5 gün önce | |
http | 4 ay önce | |
js_sdk | 3 yıl önce | |
mixins | 1 yıl önce | |
pages | 5 gün önce | |
static | 4 ay önce | |
tools | 3 ay önce | |
uni_modules | 5 ay önce | |
upload | 9 ay önce | |
.gitignore | 3 yıl önce | |
App.vue | 5 ay önce | |
main.js | 1 ay önce | |
manifest.json | 1 ay önce | |
package-lock.json | 3 ay önce | |
package.json | 3 ay önce | |
pages.json | 2 ay önce | |
readme.md | 3 ay önce | |
uni.scss | 3 yıl önce | |
vue.config.js | 3 yıl önce |
@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');
}