上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 35 下一页
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2020-05-21 19:41 EricBlog 阅读(87) 评论(0) 推荐(0) 编辑
摘要: .local-nav li [class^="local-nav-icon"] { width: 32px; height: 32px; margin-top: 8px; } .local-nav li [class$="icon1"] { background: url(../images/loc 阅读全文
posted @ 2020-05-21 18:55 EricBlog 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-05-21 16:55 EricBlog 阅读(109) 评论(0) 推荐(0) 编辑
摘要: https://code.visualstudio.com/ 插件 阅读全文
posted @ 2020-05-21 14:58 EricBlog 阅读(248) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <style> input { outline: none; /*过渡效果*/ transition: all 1s; } input: 阅读全文
posted @ 2020-05-20 17:24 EricBlog 阅读(505) 评论(0) 推荐(0) 编辑
摘要: /*transition: 要过渡的属性 花费时间 远动曲线 何时开始 ; 简写*//*transition-property: 要过渡的属性名称*//*transition-duration: 定义过渡花费的时间; 默认是0*//*transition-timing-function: 过渡效果的 阅读全文
posted @ 2020-05-20 14:54 EricBlog 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 字体图标 下载地址: https://www.iconfont.cn/ https://icomoon.io/ https://icomoon.io/ 进去以后 选择好图标 点击 generate Font 下载以后解压 把 fonts 放到根目录里 使用方法: <!DOCTYPE html><ht 阅读全文
posted @ 2020-05-19 14:08 EricBlog 阅读(631) 评论(0) 推荐(0) 编辑
摘要: /*清除元素默认的内外边距 */* { margin: 0; padding: 0}/*让所有斜体 不倾斜*/em,i { font-style: normal;}/*去掉列表前面的小点*/li { list-style: none;}/*图片没有边框 去掉图片底侧的空白缝隙*/img { bord 阅读全文
posted @ 2020-05-19 13:08 EricBlog 阅读(182) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> div { position: relative; width: 200px; h 阅读全文
posted @ 2020-05-19 11:35 EricBlog 阅读(223) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> div { /*css 边框可以模拟三角效果*/ width: 0; height 阅读全文
posted @ 2020-05-19 11:24 EricBlog 阅读(90) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 35 下一页