2021年1月11日
摘要: 压缩和解压 gzip gunzip .gz 指定文件必须带后缀 gzip file filename.gz zip unzip .zip unzip filename.zip directory zip filename.zip file file 格式 bzip2 bunzip2 .bz2 指定文 阅读全文
posted @ 2021-01-11 11:50 VincentAdamNemessis 阅读(96) 评论(0) 推荐(0) 编辑
摘要: CSS选择器和规则 选择器1. 基本选择器* 通配符选择器表示所有元素,一般在使用时会同时使用另一个选择符*{margin:0;padding:0;} p * {color:red;}//将 p 包含的所有元素的文本变成红色 复制代码特殊用法:构造非子选择器section * a {font-siz 阅读全文
posted @ 2021-01-11 11:48 VincentAdamNemessis 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 一、Flex布局是什么? Flex是Flexible Box的缩写,意为”弹性布局”,用来为盒状模型提供最大的灵活性。 任何一个容器都可以指定为Flex布局。 .box{ display: flex; } 行内元素也可以使用Flex布局。 .box{ display: inline-flex; } 阅读全文
posted @ 2021-01-11 11:47 VincentAdamNemessis 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 空格符号 特殊符号名 注释语句 , align = "left right center" 粗体 斜体 也可能是控制标签 上标 下标 大字号 小字号 下划线 删除线 等宽 键盘输入 声明变量 显示图片 不换行 From WizNote 阅读全文
posted @ 2021-01-11 11:46 VincentAdamNemessis 阅读(62) 评论(0) 推荐(0) 编辑
摘要: cellspacing 表格边框与单元格之间的间距 cellpadding 单元格边距与其中内容之间的间距 valign value{ baseline bottom middle top } 一般情况下 网页布局 logo (height)200 nav(导航栏) (height)40 conte 阅读全文
posted @ 2021-01-11 11:46 VincentAdamNemessis 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 绝对路径 相对路径 从根目录开始写 从引用的文件所在目录开始写 也可以作为链接提示 target = _blank 新窗口打开 = _self 默认值 本窗口打开 = _new 新窗口打开 = _parent 父窗口打开 name/ID 设置锚点 href = "#name/ID" 应用锚点链接 参 阅读全文
posted @ 2021-01-11 11:44 VincentAdamNemessis 阅读(82) 评论(0) 推荐(0) 编辑
摘要: flexible box 移动端标签 From WizNote 阅读全文
posted @ 2021-01-11 11:41 VincentAdamNemessis 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 表单: From WizNote 阅读全文
posted @ 2021-01-11 11:41 VincentAdamNemessis 阅读(59) 评论(0) 推荐(0) 编辑
摘要: CSS 特性 1)控制灵活,功能强大 元素-->标签 针对html的元素 2)可以设置html元素的属性,与html框架的进行分离 3)执行效率更高 CSS语法 text-indent 文字缩进 选择器{属性:值} selector{property:value;property:value;... 阅读全文
posted @ 2021-01-11 11:40 VincentAdamNemessis 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Css-div部分 Css-div部分 Css-div部分 Css-div部分 本章主要内容0、基础知识1、CSS概述2、CSS基础语法3、CSS选择器4、CSS主要属性5、CSS核心机制-盒子模型6、CSS重点和难点-定位7、综合示例 本章主要内容0、基础知识1、CSS概述2、CSS基础语法3、C 阅读全文
posted @ 2021-01-11 11:39 VincentAdamNemessis 阅读(187) 评论(0) 推荐(0) 编辑