diff --git a/iblog/blog/2014-06-21.js b/iblog/blog/2014-06-21.js index ca19c2a..8ed5cb6 100644 --- a/iblog/blog/2014-06-21.js +++ b/iblog/blog/2014-06-21.js @@ -3,7 +3,7 @@ define(function(require, exports, module){ id:'blog_2014_06_21', title: '大学这四年', blog_tags: ['大学四年', '总结' , '展望'], - blog_time: '2014-06-21 凌晨1点', + blog_time: '2014-06-21 1:10', blog_p:[ { title: '四年前的事儿', diff --git a/iblog/blog/2014-06-24.js b/iblog/blog/2014-06-24.js index 42d951e..2d93f6f 100644 --- a/iblog/blog/2014-06-24.js +++ b/iblog/blog/2014-06-24.js @@ -1,9 +1,10 @@ define(function(require, exports, module){ var blog_2014_06_24 = { id:'blog_2014_06_24', + type: '', title: '关于git和svn', blog_tags: ['git', 'svn' , '版本控制'], - blog_time: '2014-06-24 下午9:40', + blog_time: '2014-06-24 09:38', blog_p:[ { title: 'git or svn', diff --git a/iblog/blog/type.js b/iblog/blog/type.js new file mode 100644 index 0000000..165a305 --- /dev/null +++ b/iblog/blog/type.js @@ -0,0 +1,4 @@ +var type = { + stroy: 1, + versionControl: 0 +}; \ No newline at end of file diff --git a/iblog/css/main.css b/iblog/css/main.css index c60dedc..2e17158 100644 --- a/iblog/css/main.css +++ b/iblog/css/main.css @@ -117,7 +117,8 @@ body{ .main_section{ width: 950px; margin: 0 auto; - min-height: 1000px; + /*min-height: 1000px;*/ + min-height: 700px; background-color: #FFF; box-shadow: 3px 0 5px #A5A6A4; border: 1px solid #DDDDDD; @@ -214,5 +215,50 @@ body{ .page_item:hover{ cursor: pointer; -}; +} + +.list_show{ + width:900px; + margin:0 auto; + margin-top: 20px; +} + +.list_title{ + color: #329CD7; + font-size: 20px; + font-weight: bold; +} + +.one_link{ + margin-top: 5px; +} + + +.link_display{ + display: inline-block; +} + +.linklist_num{ + color: #DDDDDD; +} + +.linklist_time{ + color: #DDDDDD; +} + +.linklist_title{ + color: #329CD7; +} + +.linklist_title:hover{ + cursor: pointer; +} + +.linklist_tag{ + color: #329CD7; +} + +.linklist_tag:hover{ + cursor: pointer; +}; \ No newline at end of file diff --git a/iblog/list.html b/iblog/list.html index 0911ed7..6801f09 100644 --- a/iblog/list.html +++ b/iblog/list.html @@ -1,7 +1,7 @@
-