上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 31 下一页
  2021年5月13日
摘要: ![](https://img2020.cnblogs.com/blog/1341065/202105/1341065-20210513174546777-645101456.png) # 代码如下 ```js &::after{ content:''; width: 40%; display: b 阅读全文
posted @ 2021-05-13 17:46 文种玉 阅读(423) 评论(0) 推荐(1) 编辑
  2021年5月12日
摘要: ![](https://img2020.cnblogs.com/blog/1341065/202105/1341065-20210512120255299-908235001.png) 阅读全文
posted @ 2021-05-12 09:01 文种玉 阅读(117) 评论(0) 推荐(0) 编辑
  2021年5月11日
摘要: html,body{ height: 100%; overflow: hidden; } 阅读全文
posted @ 2021-05-11 19:17 文种玉 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 1.给body设置宽高并配置背景颜色 代码如下 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> *{ margin: 0; padding: 0; } /*如果没有 阅读全文
posted @ 2021-05-11 18:02 文种玉 阅读(150) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript">function getInfo(){ var s = ""; s += " 网页可见区域宽:"+ document.body.clientWidth+"\n"; s += " 网页可见区域高:"+ document.body.clien 阅读全文
posted @ 2021-05-11 01:02 文种玉 阅读(205) 评论(0) 推荐(0) 编辑
  2021年5月10日
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> *{ padding: 0; margin: 0; } #oneDiv{ width: 200px; height: 阅读全文
posted @ 2021-05-10 22:59 文种玉 阅读(322) 评论(0) 推荐(0) 编辑
  2021年5月9日
摘要: ![](https://img2020.cnblogs.com/blog/1341065/202105/1341065-20210509152819136-580348192.png) 阅读全文
posted @ 2021-05-09 15:28 文种玉 阅读(42) 评论(0) 推荐(0) 编辑
  2021年5月8日
摘要: ![](https://img2020.cnblogs.com/blog/1341065/202105/1341065-20210508122201293-741221090.png) 阅读全文
posted @ 2021-05-08 12:22 文种玉 阅读(244) 评论(0) 推荐(0) 编辑
  2021年5月7日
摘要: 在使用ES6中,出现重复的变量名为name 阅读全文
posted @ 2021-05-07 21:23 文种玉 阅读(3124) 评论(0) 推荐(0) 编辑
  2021年5月6日
摘要: 1.过渡(过渡可带有动画效果) * transition * 例如:transition 2s 2.位移 * transform: translate(x,y) * x:表示水平方向 * y:表示垂直方向 * 单位可以是 * px 表示移动多少像素 * % 表示移动多少自身距离的百分比 3.旋转 * 阅读全文
posted @ 2021-05-06 20:54 文种玉 阅读(66) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 31 下一页