$(this).find(".bag_tool").animate({width:‘toggle‘});//左折叠<styletype="text/css">.slide{position:relative;height:200;lightyellow;}.slide.inner{position:absolute;left:0;bottom:0;height:100;lightblue;width:100%}</style>$("#slideleftbutton").click..
分类:
其他好文 时间:
2016-04-22 16:39:51
阅读次数:
103
优先原则一:文本从上到下,后出现的样式优先于前面出现的同一样式 例: <style type=”text/css”> .def1{background:black;} .def2{background:yellow; } </style> <div class=” def2 def1″>测试1</d ...
分类:
Web程序 时间:
2016-04-22 09:24:28
阅读次数:
152
<!DOCTYPE html><html><head> <title></title></head> <style type="text/css"> .dice { width: 30px; height: 30px; border-radius: 20px; background-color: # ...
分类:
其他好文 时间:
2016-04-21 11:33:16
阅读次数:
123
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>文字搬运工</title> <style type="text/css"> #box{ width: 750px; border: 5px solid #fff; ...
分类:
其他好文 时间:
2016-04-21 01:13:05
阅读次数:
238
如何使用Media Queries媒体查询: (1)<head>里边 <link rel="stylesheet" type="text/css" href="xxx.css" media="only screen and (max-device-width:480px)"> (2)style 里边 ...
分类:
移动开发 时间:
2016-04-20 13:38:19
阅读次数:
301
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> * {margin: 0; padding: 0;} #ul1 { width: ...
分类:
其他好文 时间:
2016-04-20 00:23:39
阅读次数:
161
1、页面中引用ztree的css和js(大家自行下载ztree) <link rel="stylesheet" href="${ctx}/resources/js/plugins/ztree/zTreeStyle/demo.css" type="text/css"><link rel="styles ...
分类:
其他好文 时间:
2016-04-19 17:35:25
阅读次数:
237
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> *{margin: 0;padding: 0;} #inde_nav{ width: 225px; height: ...
分类:
编程语言 时间:
2016-04-19 00:11:22
阅读次数:
167
如图所示 相应的代码: <!DOCTYPE html><html> <head> <style type="text/css">a:link{ font:12px; color:cornflowerblue; text-decoration: none; } a:visited { color:#0 ...
分类:
其他好文 时间:
2016-04-18 23:56:45
阅读次数:
246
//定义编码 header( 'Content-Type:text/html;charset=utf-8 '); //Atom header('Content-type: application/atom+xml'); //CSS header('Content-type: text/css'); ...
分类:
其他好文 时间:
2016-04-18 18:54:27
阅读次数:
202