摘要: ``` import ThumbnailApp from '@/assets/nlzsimg/newedition/ThumbnailApp.png'; ``` 阅读全文
posted @ 2023-06-29 15:04 Felix_Openmind 阅读(218) 评论(0) 推荐(0)
摘要: ## HTML编码规约 1. 资源加载 => 引入CSS和JS的时候无需指定type,根据H5规范其text/css和text/javascript是其默认值 ``` // goood ``` 2. 在head标签中引入CSS,在body结束标签前引入JS > 在中指定外部样式表和嵌入式样式会导致页 阅读全文
posted @ 2023-06-29 12:04 Felix_Openmind 阅读(31) 评论(0) 推荐(0)
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}