Skip to content

Commit c0f3ffc

Browse files
authored
1.1.3更新
1 parent 2b91266 commit c0f3ffc

File tree

1 file changed

+29
-14
lines changed

1 file changed

+29
-14
lines changed

css/style.css

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
html {
2-
scroll-behavior: smooth;
1+
.search-dialog {
2+
border-radius: 8px;
33
}
44
/*评论区显示*/
55
.vmaster{
@@ -175,22 +175,35 @@ html {
175175
border-radius: 5px;
176176
}
177177
/*end*/
178-
#post-comment>ol>li{
178+
.comment-list>li{
179179
border-bottom: 1px solid #f0f0f0;
180180
}
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+
}
182199
.post-content p img {
183200
display: none;
184201
}
185-
186-
187202
.post-meta{
188203
list-style:none;
189204
margin:0;
190205
}
191-
192206
.post-meta li{
193-
194207
display:inline;
195208
}
196209

@@ -210,12 +223,10 @@ html {
210223
line-height: normal;
211224
}
212225
/*视频挂载*/
213-
214226
.iframe_video {
215227
position: relative;
216228
width: 100%;
217229
}
218-
219230
@media only screen and (max-width: 400px) {
220231
.textarea:focus{
221232
background-position-x:400px!important;
@@ -229,6 +240,13 @@ html {
229240
.textarea:focus{
230241
background-position-x:760px!important;
231242
}
243+
#nav .menus_items .menus_item,#search-button a li span{
244+
display: none;
245+
}
246+
.search-dialog {
247+
border-radius: 0;
248+
249+
}
232250
}
233251

234252
@media only screen and (min-width: 768px) and (max-width: 991px) {
@@ -440,7 +458,4 @@ code[class*="language-"], pre[class*="language-"] {
440458
.copy-notices{color: rgba(238,255,255,.8);font-size: 14px;display:inline-block;}
441459

442460
/*懒加载结束*/
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)}

0 commit comments

Comments
 (0)