feat(TVseries): show seasons and episodes info in home/list/detail page

This commit is contained in:
OldHawk
2017-05-24 17:26:09 +08:00
parent 72ce0ee393
commit e7fe9fa090
10 changed files with 163 additions and 17 deletions

View File

@@ -2,6 +2,10 @@
margin-top: 2px;
}
.margin-top-5 {
margin-top: 5px;
}
.margin-top-10 {
margin-top: 10px;
}

View File

@@ -75,6 +75,9 @@ body {
.network-item {
color: #ccc;
}
.se-info {
color: @mt-base-color;
}
.img-circle {
&:hover {
/* csslint ignore:start */
@@ -171,6 +174,9 @@ body {
.release-date {
color: #ccc;
}
.se-info {
color: #ccc;
}
}
.torrent-user-info {
@@ -321,6 +327,20 @@ body {
color: #0366d6;
}
}
.se-info {
right: 5px;
}
}
.se-info {
background-color: #eee;
padding: 0 5px;
border-radius: 3px;
border: solid 1px #aaa;
position: absolute;
right: 15px;
color: #555;
margin-top: 2px;
font-size: 10px;
}
}
@@ -557,6 +577,10 @@ body {
}
}
.episodes_input_tip {
color: #aaa;
}
.nav {
padding-left: 15px;
}