打包完h5在主css文件index.css中发现的引入外部资源,请问这个东西的意义是什么?
文件目录:build/h5/static/index.css
body::after {
position: fixed;
content: '';
left: -1000px;
top: -1000px;
-webkit-animation: shadow-preload .1s;
-webkit-animation-delay: 3s;
animation: shadow-preload .1s;
animation-delay: 3s
}
@-webkit-keyframes shadow-preload {
0% {
background-image: url(https://cdn.dcloud.net.cn/img/shadow-grey.png)
}
100% {
background-image: url(https://cdn.dcloud.net.cn/img/shadow-grey.png)
}
}
@keyframes shadow-preload {
0% {
background-image: url(https://cdn.dcloud.net.cn/img/shadow-grey.png)
}
100% {
background-image: url(https://cdn.dcloud.net.cn/img/shadow-grey.png)
}
}
1 个回复
FullStack - 【插件开发】【专治疑难杂症】【ios上架、马甲包、白包、过审、已成功上架过几百个】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=22130】【非诚勿扰】QQ:543610866
阴影动画吧