摘要: 使用CSS属性,文字背景渐变,结合animation实现滑动亮光 话不多说,直接上代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device 阅读全文
posted @ 2024-01-12 15:03 盼星星盼太阳 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 记一个场景: img src匹配服务器图片,匹配不到显示碎图 <img src="?" id="imgId" onerror="this.onerror=null;this.src='images/xxx.png'"> 可通过onerror指定一张默认图片; 注意:若默认图片也不存在,会进入死循环, 阅读全文
posted @ 2024-01-12 14:58 盼星星盼太阳 阅读(35) 评论(0) 推荐(1) 编辑