摘要: 第一步,封装函数 封装 将 阿拉巴数字 转换为 汉字数字的函数 convertToChinaNum(num) { var arr1 = new Array('零', '一', '二', '三', '四', '五', '六', '七', '八', '九'); var arr2 = new Array( 阅读全文
posted @ 2020-09-24 14:50 爱喝可乐的靓仔 阅读(735) 评论(0) 推荐(2) 编辑
摘要: ##代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>css实现筛子动画</title> </head> <body> <div class="wrapper"> <div class="box1"> < 阅读全文
posted @ 2020-09-24 10:17 爱喝可乐的靓仔 阅读(534) 评论(0) 推荐(3) 编辑
摘要: 主要是利用flex的一些特性来写的,掌握好flex基础,写出筛子的几个页面不是问题。 推荐去我写的一个博客中有flex的小练习 线上练习flex布局 html <body> <div class="shaizi"> <div class="top"> <div class="box1 box"> < 阅读全文
posted @ 2020-09-24 09:55 爱喝可乐的靓仔 阅读(1582) 评论(0) 推荐(3) 编辑