08 2020 档案

摘要:1、text-transform 值:Capitalize 英文拼音的首字母大写Uppercase 英文拼音字母全大写Lowercase 英文拼音字母全小写 2、CSS text-transform语法结构div{text-transform:capitalize} 阅读全文
posted @ 2020-08-25 11:16 非凡云 阅读(5861) 评论(0) 推荐(0)
摘要:添加必要代码 <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes" /> 阅读全文
posted @ 2020-08-21 16:03 非凡云 阅读(2066) 评论(0) 推荐(0)
摘要:$(window).resize(function() { var win_width = $(window).width(); var win_height = $(window).height(); console.log(win_width); console.log(win_height); 阅读全文
posted @ 2020-08-21 14:22 非凡云 阅读(320) 评论(0) 推荐(0)
摘要:wow.js页面滚动动画 scrollever.js页面滚动动画 textillate.js页面字体效果 ihover.js手表hover效果插件 loaders.css页面预加载动画 阅读全文
posted @ 2020-08-21 10:06 非凡云 阅读(567) 评论(0) 推荐(0)