- 博客(7)
- 收藏
- 关注
原创 基于 bindview.js + node.js + mysql 的简易记账系统
该项目前端是基于 bindview.js 和 bootcss,后端的基于 node.js 使用了 express 框架,数据库使用的 mysql8。功能包括: 增加,删除,修改,查询。
2024-04-09 13:52:52
148
1
原创 仿京东放大效果
HTML部分 <div class="hw"> <div class="huawei"> <div></div> </div> <div class="huawei1"> <img src="img/huawei.webp" alt=""> </div> </div>cs
2022-04-11 15:38:53
257
原创 js切换背景
我们通过获取所有的img元素,在给每个img元素添加一个点击事件,最后通过点击img标签将img标签的src送给body的背景。js部分 var img = document.querySelectorAll('img'); for (var i = 0; i < img.length; i++) { img[i].onclick = function() { document.body.style.backgro
2022-04-05 22:35:09
424
原创 css移动端布局常用初始化样式
body { max-width: 540px; min-width: 320px; margin: 0px auto; font: normal 14px/1.5 Tahoma, "Lucida Grande", Verdana" Microsoft Yahei", STXihei, hei; color: #000; background: #f2f2f2; overflow: hidden; -webkit-tap-hig
2022-02-06 23:20:09
711
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人