属性继承:color字体颜色 font系列也可以继承 浏览器默认字体大小是font-size:16px;谷歌浏览器最小字体是10px;其他是12px; 选择器:通配符选择器 * body内所有的标签 background 背景 背景颜色 background-color:red; 简写 backgr ...
分类:
其他好文 时间:
2018-09-12 21:14:03
阅读次数:
219
background 背景 背景颜色 网页背景不仅可以设置颜色还可以插入图片 在背景中插入照片(可以在body table...插入)时会出现平铺现象(当照片小于背景尺寸) 背景平铺 属性background-repeat 值:no-repeat(不平铺) repeat(平铺) repert-x(横 ...
分类:
其他好文 时间:
2018-09-12 21:11:05
阅读次数:
163
Html 概述HTML文档 Doctype Meta Title Link Style Script 常用标签 各种符号 p 和 br a 标签 H 标签 select input:checkbox input:redio input:password input:button input:file ...
分类:
Web程序 时间:
2018-09-11 23:52:47
阅读次数:
456
Html: DOCTYPE文档 html网页 head头部 body身体;主体 p段落(paragraph) title题目 Css: Color颜色 style样式 background背景 position(位置) relative(相对的) absolute(绝对的) font-style 字 ...
分类:
Web程序 时间:
2018-09-11 21:12:04
阅读次数:
287
RESTful 规范指南:1. HTTP 协议API 与用户的通信协议, 总是使用 HTTPS 协议 2. 域名:# 子域名方式:(解决跨域的问题) www.baidu.com api.baidu.com# 存在跨域的风险 # ====================================... ...
点击最下面的 自定义结构 然后输入 /%post_id%.html ,然后保存更改,地址就会变为静态地址了 当然,并没有完 继续 复制下面的代码: [ISAPI_Rewrite] # 3600 = 1 hour CacheClockRate 3600 RepeatLimit 32 # Protect ...
分类:
其他好文 时间:
2018-09-10 21:23:00
阅读次数:
278
1. 背景 background: red url(img/cat.gif) repeat-x fixed; 2. 背景颜色 background-color: red; 3. 背景图片 background-image: url(img/cat.gif); 如果图片大于元素,则会显示图片左上角部分 ...
分类:
其他好文 时间:
2018-09-08 22:31:24
阅读次数:
184
Django 配置 mysqlclient 驱动 1193错误 ...
分类:
数据库 时间:
2018-09-07 11:14:12
阅读次数:
211
background-attachment:fixed | scroll 效果: 理想效果为: 更改background-attachment:scroll即可解决。 ...
分类:
其他好文 时间:
2018-09-06 21:01:39
阅读次数:
200