- 博客(3)
- 收藏
- 关注
原创 微信小程序自定义导航gif
index.js中selectedIconPath路径得图片直接上传服务器,拼接随机数。app.json中 配置"custom": true,下面list中得配置项失效。然后在跟目录下配置custom-tab-bar文件夹。总体来说,gif图片上传服务器,拼接随机数。page下得某个页面中。
2023-04-25 14:36:42
377
1
canvas雪花效果图,引入直接使用
canvas雪花效果图,引入直接使用
使用方式
body{
background: black;
width: 100%;
height: 100%;
}
.snow-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
</style>
<body>
<div class="snow-container"></div>
2022-11-11
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人