Skip to content

Commit c296ff1

Browse files
committed
feat: add solutions
1 parent bb4e948 commit c296ff1

File tree

273 files changed

+39872
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

273 files changed

+39872
-52
lines changed

CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
css.devnode.cn
1+
css.deepjs.cn

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2>web前端开发参考手册系列</h2>
3535
<ul>
3636
<li><a target="_blank" href="http://blog.doyoe.com/">CSS探索之旅</a></li>
3737
<li><a target="_blank" href="http://demo.doyoe.com/">web前端实验室</a></li>
38-
<li><a target="_blank" href="http://css.devnode.cn/">CSS参考手册</a></li>
38+
<li><a target="_blank" href="http://css.deepjs.cn/">CSS参考手册</a></li>
3939
</ul>
4040
</div>
4141
</div>

js/inner.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ window.topDocument = window.top.document;
4949
*/
5050
var Global = {
5151
//在线手册根目录,默认值
52-
rootPath: "http://css.devnode.cn",
52+
rootPath: "http://css.deepjs.cn",
5353
//是否chm浏览方式
5454
isLocal: /^mk:$/i.test(location.protocol),
5555
//是否非IE下浏览

properties/grid/grid.htm

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>grid</title>
66
<meta name="description" content="CSS3参考手册之:grid" />
77
<meta name="keywords" content="grid, css3, css3参考手册" />
8-
<meta name="author" content="xiaohan, css.devnode.cn" />
8+
<meta name="author" content="xiaohan, css.deepjs.cn" />
99
<meta name="robots" content="all" />
1010
<!--[if lte IE 8]>
1111
<script src="../../js/html5.js"></script>
@@ -117,7 +117,7 @@ <h2 class="tit">示例: </h2>
117117
<head>
118118
<meta charset="utf-8" />
119119
<title>grid 布局示例</title>
120-
<meta name="author" content="xiaohan, css.devnode.cn" />
120+
<meta name="author" content="xiaohan, css.deepjs.cn" />
121121
<style>
122122
.kit-grid {
123123
display: grid;

properties/grid/index.htm

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Grid index</title>
66
<meta name="Description" content="CSS Grid Layout: CSS3 Grid Layout Module Level 3" />
77
<meta name="Keywords" content="CSS Grid Layout, grid-columns, grid-row" />
8-
<meta name="author" content="xiaohan, css.devnode.cn" />
8+
<meta name="author" content="xiaohan, css.deepjs.cn" />
99
<meta name="robots" content="all" />
1010
<!--[if lte IE 8]>
1111
<script src="../../js/html5.js"></script>
@@ -15,7 +15,7 @@
1515
<body>
1616
<nav id="guide" class="g-mod">
1717
<div class="from">
18-
<a href="http://css.devnode.cn" target="_blank">CSS3参考手册</a>
18+
<a href="http://css.deepjs.cn" target="_blank">CSS3参考手册</a>
1919
<span>&#187;</span>
2020
<a href="../index.htm">属性列表</a>
2121
<span>&#187;</span>

properties/grid/test.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<title>grid 布局示例</title>
6-
<meta name="author" content="xiaohan, css.devnode.cn" />
6+
<meta name="author" content="xiaohan, css.deepjs.cn" />
77
<style>
88
.kit-grid {
99
display: grid;

0 commit comments

Comments
 (0)