You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
812 B
54 lines
812 B
#article-head {
|
|
padding: 10px 0;
|
|
color: #999;
|
|
}
|
|
|
|
#article-container img {
|
|
padding: 20px 0;
|
|
}
|
|
|
|
#title {
|
|
font-size: 38px;
|
|
line-height: 48px;
|
|
font-weight: 400;
|
|
color: #333;
|
|
}
|
|
|
|
.hidden-text {
|
|
text-overflow:ellipsis;
|
|
overflow:hidden;
|
|
white-space:nowrap;
|
|
}
|
|
.article-page {
|
|
min-height: 20px;
|
|
}
|
|
.article-page>div{
|
|
max-width: 300px;
|
|
}
|
|
.article-page div:first-child{
|
|
float:left;
|
|
}
|
|
.article-page div:last-child{
|
|
float:right;
|
|
}
|
|
|
|
@media screen and (max-width: 540px) {
|
|
#title {
|
|
font-size: 22px;
|
|
line-height: 1.5;
|
|
}
|
|
.col-md-12 {
|
|
padding: 0;
|
|
}
|
|
.article-page div:first-child{
|
|
float:none;
|
|
}
|
|
.article-page div:last-child{
|
|
float:none;
|
|
}
|
|
}
|
|
@media screen and (min-width: 540px) {
|
|
#article-container {
|
|
padding-left: 0;
|
|
}
|
|
}/*# sourceMappingURL=details.css.map */ |