File tree 1 file changed +29
-14
lines changed
1 file changed +29
-14
lines changed Original file line number Diff line number Diff line change 1
- html {
2
- scroll-behavior : smooth ;
1
+ . search-dialog {
2
+ border-radius : 8 px ;
3
3
}
4
4
/*评论区显示*/
5
5
.vmaster {
@@ -175,22 +175,35 @@ html {
175
175
border-radius : 5px ;
176
176
}
177
177
/*end*/
178
- # post- comment> ol > li {
178
+ . comment-list > li {
179
179
border-bottom : 1px solid # f0f0f0 ;
180
180
}
181
-
181
+ .page-navigator {
182
+ text-align : center;
183
+ padding-left : 0px ;
184
+ }
185
+ .page-navigator > li {
186
+ list-style-type : none;
187
+ display : inline-block;
188
+ min-width : 1.2rem ;
189
+ height : 1.2rem ;
190
+ line-height : 1.2rem ;
191
+ cursor : pointer;
192
+ }
193
+ .page-navigator > .current a {
194
+ color : var (--white );
195
+ }
196
+ .page-navigator > .current {
197
+ background : # 00c4b6 ;
198
+ }
182
199
.post-content p img {
183
200
display : none;
184
201
}
185
-
186
-
187
202
.post-meta {
188
203
list-style : none;
189
204
margin : 0 ;
190
205
}
191
-
192
206
.post-meta li {
193
-
194
207
display : inline;
195
208
}
196
209
@@ -210,12 +223,10 @@ html {
210
223
line-height : normal;
211
224
}
212
225
/*视频挂载*/
213
-
214
226
.iframe_video {
215
227
position : relative;
216
228
width : 100% ;
217
229
}
218
-
219
230
@media only screen and (max-width : 400px ) {
220
231
.textarea : focus {
221
232
background-position-x : 400px !important ;
@@ -229,6 +240,13 @@ html {
229
240
.textarea : focus {
230
241
background-position-x : 760px !important ;
231
242
}
243
+ # nav .menus_items .menus_item , # search-button a li span {
244
+ display : none;
245
+ }
246
+ .search-dialog {
247
+ border-radius : 0 ;
248
+
249
+ }
232
250
}
233
251
234
252
@media only screen and (min-width : 768px ) and (max-width : 991px ) {
@@ -440,7 +458,4 @@ code[class*="language-"], pre[class*="language-"] {
440
458
.copy-notices {color : rgba (238 , 255 , 255 , .8 );font-size : 14px ;display : inline-block;}
441
459
442
460
/*懒加载结束*/
443
- .ua-icon {display : inline-block;width : 1pc ;height : 1pc ;background-size : cover;background-repeat : no-repeat;vertical-align : text-top}.icon-360 {background-image : url (https://z3.ax1x.com/2021/07/31/WvtC36.png)}.icon-uc {background-image : url (https://z3.ax1x.com/2021/07/31/Wvw9XV.png)}.icon-win1 {background-image : url (https://z3.ax1x.com/2021/07/31/WvdfFH.png)}.icon-maxthon {background-image : url (https://z3.ax1x.com/2021/07/31/Wvw3Ae.png)}.icon-qqb {background-image : url (https://z3.ax1x.com/2021/07/31/Wvwo4J.png)}.icon-quark {background-image : url (https://z3.ax1x.com/2021/07/31/Wv0uCj.png)}.icon-mi {background-image : url (https://z3.ax1x.com/2021/07/31/WvB2wT.png)}.icon-arch {background-image : url (https://z3.ax1x.com/2021/07/31/WvywBq.png)}.icon-manjaro {width : 11px ;height : 11px ;margin-top : 4px ;background-image : url (https://z3.ax1x.com/2021/08/08/flHSwd.png)}.icon-debian {background-image : url (https://z3.ax1x.com/2021/08/08/flOcxP.png)}
444
-
445
-
446
-
461
+ .ua-icon {display : inline-block;width : 1pc ;height : 1pc ;background-size : cover;background-repeat : no-repeat;vertical-align : text-top}.icon-360 {background-image : url (https://z3.ax1x.com/2021/07/31/WvtC36.png)}.icon-uc {background-image : url (https://z3.ax1x.com/2021/07/31/Wvw9XV.png)}.icon-win1 {background-image : url (https://z3.ax1x.com/2021/07/31/WvdfFH.png)}.icon-maxthon {background-image : url (https://z3.ax1x.com/2021/07/31/Wvw3Ae.png)}.icon-qqb {background-image : url (https://z3.ax1x.com/2021/07/31/Wvwo4J.png)}.icon-quark {background-image : url (https://z3.ax1x.com/2021/07/31/Wv0uCj.png)}.icon-mi {background-image : url (https://z3.ax1x.com/2021/07/31/WvB2wT.png)}.icon-arch {background-image : url (https://z3.ax1x.com/2021/07/31/WvywBq.png)}.icon-manjaro {width : 11px ;height : 11px ;margin-top : 4px ;background-image : url (https://z3.ax1x.com/2021/08/08/flHSwd.png)}.icon-debian {background-image : url (https://z3.ax1x.com/2021/08/08/flOcxP.png)}
You can’t perform that action at this time.
0 commit comments