File tree Expand file tree Collapse file tree 7 files changed +24
-14
lines changed Expand file tree Collapse file tree 7 files changed +24
-14
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ QQ群 ([645891927](https://jq.qq.com/?_wv=1027&k=ZpwdagVG))
107
107
![ ] ( /assets/images/zxsjgzh-2.png )
108
108
109
109
> 知乎号(PHP知了虫)
110
+
111
+ ![ ] ( /assets/images/zhihu-1.png )
110
112
111
113
## 赞赏支持
112
114
Original file line number Diff line number Diff line change 30
30
}
31
31
32
32
# md-content img {
33
- max-width : 600px ;
33
+ width : 100% ;
34
+ /* max-width: 600px; */
34
35
}
35
36
36
37
pre [class *= "language-" ] {
@@ -121,7 +122,7 @@ <h2 class="title">{{ page.title }}</h2>
121
122
< p class ="time "> < span > {{ page.date | date: "%Y-%m-%d" }} by </ span > < span id ="author "> </ span >
122
123
</ p >
123
124
</ div >
124
- < div class ="a_link "> </ div >
125
+ < ul class ="a_link "> </ ul >
125
126
< div id ="md-content ">
126
127
{{ content }}
127
128
< div class ="nav-bottom ">
@@ -198,12 +199,12 @@ <h2 class="title">{{ page.title }}</h2>
198
199
< script >
199
200
$ ( function ( ) {
200
201
var title = $ ( "#md-content h2" ) ;
201
- console . log ( title ) ;
202
+ // console.log(title);
202
203
html = '' ;
203
204
title . each ( function ( ) {
204
205
var text = $ ( this ) [ 0 ] . innerText ;
205
206
var id = $ ( this ) . eq ( 0 ) . attr ( "id" ) ;
206
- console . log ( text , id )
207
+ // console.log(text, id)
207
208
html += `<li><a href="#${ id } ">${ text } </a></li>`
208
209
} )
209
210
$ ( ".a_link" ) . append ( html )
Original file line number Diff line number Diff line change 41
41
< p > 扫码关注作者头条号</ p >
42
42
</ div >
43
43
</ li >
44
+ < li class ="li-code ">
45
+ < div >
46
+ < img src ="/assets/images/zhihu-1.png ">
47
+ < p > 扫码关注作者知乎号</ p >
48
+ </ div >
49
+ </ li >
44
50
</ ul >
45
51
</ li >
46
52
</ ul >
Original file line number Diff line number Diff line change 1
1
.promo-block-inner-bottom {
2
2
padding : 30px ;
3
- padding-left : 100px ;
3
+ /* padding-left: 100px; */
4
4
color : # fff ;
5
5
-webkit-border-radius : 4px ;
6
6
-moz-border-radius : 4px ;
137
137
padding-bottom : 20px ;
138
138
}
139
139
.promo-block-inner-bottom .li-community ul .li-code {
140
- width : 30 % ;
140
+ width : 40 % ;
141
141
padding : 0 ;
142
142
float : none;
143
- margin-right : 5% ;
143
+ margin : 0 5 % 5 % 5% ;
144
144
}
145
145
.promo-block-inner-bottom .li-community ul .li-code : nth-last-of-type (1 ) {
146
- margin-right : 0 ;
146
+ margin-bottom : 0 ;
147
+ }
148
+ .promo-block-inner-bottom .li-community ul .li-code : nth-last-of-type (2 ) {
149
+ margin-bottom : 0 ;
147
150
}
148
151
.promo-block-inner-bottom .li-1 p font {
149
152
color : # fff ;
Original file line number Diff line number Diff line change @@ -1625,29 +1625,27 @@ text-shadow: none;
1625
1625
1626
1626
.a_link {
1627
1627
margin : 30px 0 0 0 ;
1628
+ padding : 0 15px 0 15px ;
1628
1629
}
1629
1630
1630
1631
.a_link li {
1631
1632
list-style : disc;
1632
1633
}
1633
1634
1634
- .body-blue .a_link > a {
1635
+ /* .body-blue .a_link>a{
1635
1636
display: block;
1636
1637
width: auto;
1637
1638
margin-bottom: 10px;
1638
1639
font-size: 14px;
1639
1640
line-height: 1;
1640
- /* color: #333333; */
1641
- }
1641
+ color: #333333;
1642
+ } */
1642
1643
1643
1644
/* .body-blue .a_link>a:hover {
1644
1645
color: #333333;
1645
1646
} */
1646
1647
1647
1648
@media screen and (max-width : 1199px ) {
1648
- .a_link {
1649
- padding-left : 0 ;
1650
- }
1651
1649
1652
1650
.entry-shang .fork_update {
1653
1651
width : 100% ;
You can’t perform that action at this time.
0 commit comments