2016-11-15 04:32:59 +08:00
|
|
|
body.crawler {
|
|
|
|
> header {
|
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
2018-01-17 08:05:12 +08:00
|
|
|
z-index: z("max");
|
2016-11-15 04:32:59 +08:00
|
|
|
background-color: #fff;
|
|
|
|
padding: 10px;
|
2018-02-21 01:18:20 +08:00
|
|
|
box-shadow: shadow("header");
|
2016-11-15 04:32:59 +08:00
|
|
|
}
|
|
|
|
div.topic-list div[itemprop='itemListElement'] {
|
2018-01-25 22:53:36 +08:00
|
|
|
padding: 10px 0;
|
2016-11-15 04:32:59 +08:00
|
|
|
border-bottom: 1px solid #e9e9e9;
|
2016-11-16 04:18:38 +08:00
|
|
|
.page-links a {
|
2018-01-25 22:53:36 +08:00
|
|
|
padding: 0 4px;
|
2016-11-16 04:18:38 +08:00
|
|
|
}
|
2016-11-15 04:32:59 +08:00
|
|
|
}
|
2016-11-16 04:18:38 +08:00
|
|
|
div#main-outlet {
|
|
|
|
div.post {
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2016-11-15 04:32:59 +08:00
|
|
|
}
|
|
|
|
footer nav {
|
2018-01-25 22:53:36 +08:00
|
|
|
margin: 50px 0;
|
2016-11-15 04:32:59 +08:00
|
|
|
a {
|
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|