File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
# sideToolbar {
8
8
display : block;
9
9
position : fixed;
10
- top : 18 % ;/*太小或太低部在手机上体验不是很好*/
10
+ bottom : 26 % ;/*太小或太低部在手机上体验不是很好*/
11
11
right : 10px ;
12
12
/*NOTE size和子节点保持一致 */
13
13
width : 320px ;
14
- height : 500 px
14
+ height : 400 px
15
15
}
16
16
# sideCatalog {
17
17
background-color : # fff ;
31
31
border-right : 1px solid # eaeaea ;
32
32
border-style : none solid;
33
33
border-width : 0 1px ;
34
- height : 480 px ;
34
+ height : 380 px ;
35
35
left : 5px ;
36
36
position : absolute;
37
37
top : 0 ;
38
38
width : 0
39
39
}
40
40
/*目录形成的范围,去掉滚动条,自动展开*/
41
41
# sideCatalog-catalog {
42
- height : 460 px ;/*文章目录的高度*/
42
+ height : 360 px ;/*文章目录的高度*/
43
43
padding-top : 18px ;
44
44
overflow-x : hidden;
45
- overflow-y : scroll ;
45
+ overflow-y : auto ;
46
46
padding-left : 23px ;
47
47
position : relative
48
48
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ bug: 启动浏览的第一次打开cnblogs,样式没有加载出来,刷
8
8
9
9
//<script type="text/javascript">
10
10
$ ( function ( ) {
11
- $ ( "a" ) . remove ( "#MyLinks1_Admin " ) ;
11
+ $ ( "a" ) . remove ( "#blog_nav_admin " ) ;
12
12
$ ( "#navList" ) . append ( '<li><a id="liuyan" class="menu" rel="nofollow" href="https://www.cnblogs.com/zhaoqingqing/">本站首页</a></li>' ) ;
13
13
$ ( "#navList" ) . append ( '<li><a id="liuyan" class="menu" rel="nofollow" href="https://www.cnblogs.com/zhaoqingqing/category/537262.html">Unity3D项目开发</a></li>' ) ;
14
14
$ ( "#navList" ) . append ( '<li><a id="liuyan" class="menu" rel="nofollow" href="https://www.cnblogs.com/zhaoqingqing/category/514068.html">Unity3D技巧&&经验</a></li>' ) ;
You can’t perform that action at this time.
0 commit comments