css复合选择器 a、交集选择器 (即。。。又。。。;选择器之间不能有空格) p.one{color:red;] b、并集选择器(中间由逗号隔开) p,div{color:red;} c、后代选择器(可以选择到所以的子孙后代 ;中间用空格隔开) .class h3{color:red} d、子元素选 ...
分类:
Web程序 时间:
2019-03-02 20:02:13
阅读次数:
783
转自:https://www.heflo.com/blog/bpm/bpmn-pdf/ If you are looking for more information about BPMN (Business Process Model and Notation) in handouts, or e ...
分类:
其他好文 时间:
2019-02-25 10:44:13
阅读次数:
246
@*定义全局样式*@ <style> body, ul, li, p, h1, h2, h3, h4, h5, h6, hr, span, form, fieldset, table, td, img, div, dl, dt, dd, input { margin: 0; padding: 0; ...
分类:
其他好文 时间:
2019-02-25 00:55:17
阅读次数:
358
1、标题:<h1></h1>、<h2></h2>、<h3></h3>、<h4></h4>、<h5></h5>、<h6></h6>大小越来越小; 2、段落:<p></p> 3、粗体:<b></b> 4、斜体:<i></i> 5、上标字符:<sup></sup> 6、下标字符:<sub></sub> 7 ...
分类:
Web程序 时间:
2019-02-22 00:59:35
阅读次数:
181
1.常用标签 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <h3>友情链接:</h3> <a href="http://www.baidu. ...
分类:
Web程序 时间:
2019-02-21 15:56:37
阅读次数:
197
<body> <h3>表单中文本框的focus和blur事件</h3> <input id="txtest" type="text" value="" /> <div></div> <script type="text/javascript"> (function(){ var html=docum ...
分类:
其他好文 时间:
2019-02-18 14:54:20
阅读次数:
203
@layout("/common/_container.html"){<div class="ibox float-e-margins"> <div class="ibox-content"> <h3 style="text-align:center;color:red;" id="ts"></h3 ...
分类:
其他好文 时间:
2019-02-16 15:44:23
阅读次数:
168
1、CSS选择符有哪些? 类型选择符(body)、群组选择符(h1,h2,h3,span)、包含选择符(h2 span)、ID选择符(#id)、Class选择符(.content) 2、哪些属性可以继承? CLASS属性,伪类A标签,列表ul、li、dl、dd、dt可以继承 3、优先级算法如何计算? ...
分类:
编程语言 时间:
2019-02-12 21:40:13
阅读次数:
282
淘宝的样式初始化代码: body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { ma ...
分类:
其他好文 时间:
2019-02-11 13:03:46
阅读次数:
156
在文章右上角添加目录导航 1、添加css代码到“页面定制css代码” 2、添加js脚本到“页首html代码” 3、备注 这个脚本支持h2、h3两种标题,写博文时要对标题添加h2、h3格式,脚本会自动生效,帮你建立导航目录,并在页面右上角显示。 参考链接:http://www.cnblogs.com/ ...
分类:
其他好文 时间:
2019-02-09 13:22:39
阅读次数:
608