2021-01-21 05:29:50 +00:00
|
|
|
.joe_index {
|
|
|
|
border-radius: 8px;
|
|
|
|
padding: 0 15px;
|
|
|
|
background: var(--background);
|
|
|
|
box-shadow: var(--box-shadow);
|
|
|
|
&__banner {
|
|
|
|
padding-top: 15px;
|
|
|
|
display: flex;
|
|
|
|
&-recommend {
|
|
|
|
width: 270px;
|
|
|
|
margin-left: 15px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
&.noswiper {
|
|
|
|
width: 100%;
|
|
|
|
flex-direction: row;
|
|
|
|
margin-left: 0;
|
|
|
|
.item:first-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-right: 7.5px;
|
|
|
|
}
|
|
|
|
.item:last-child {
|
|
|
|
margin-left: 7.5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.item {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 160px;
|
|
|
|
margin-bottom: 15px;
|
2021-01-22 10:37:16 +00:00
|
|
|
border-radius: 4px;
|
2021-01-21 05:29:50 +00:00
|
|
|
overflow: hidden;
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.thumbnail {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
transition: opacity 0.35s;
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
object-fit: cover;
|
|
|
|
}
|
|
|
|
&:hover {
|
|
|
|
opacity: 0.85;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.information {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
padding: 8px;
|
|
|
|
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
|
|
|
|
color: #fff;
|
|
|
|
line-height: 20px;
|
|
|
|
&_type {
|
|
|
|
background-image: linear-gradient(to right, #fc712a, #f84c39);
|
|
|
|
background-color: #f84c39;
|
|
|
|
padding: 0 5px;
|
|
|
|
height: 20px;
|
|
|
|
border-radius: 2px;
|
|
|
|
margin-right: 5px;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
&_title {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
flex: 1;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-01-21 10:41:21 +00:00
|
|
|
&__hot {
|
|
|
|
padding-top: 15px;
|
|
|
|
&-list {
|
|
|
|
display: flex;
|
|
|
|
margin: 0 -5px;
|
|
|
|
.item {
|
|
|
|
width: 25%;
|
|
|
|
padding: 0 5px;
|
|
|
|
.link {
|
|
|
|
display: block;
|
|
|
|
.inner {
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
|
|
.image {
|
|
|
|
opacity: 0.85;
|
|
|
|
}
|
|
|
|
.title {
|
|
|
|
background: var(--classC);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.image {
|
|
|
|
width: 100%;
|
|
|
|
height: 125px;
|
|
|
|
object-fit: cover;
|
2021-01-22 10:37:16 +00:00
|
|
|
border-radius: 4px 4px 0 0;
|
2021-01-21 10:41:21 +00:00
|
|
|
transition: opacity 0.35s;
|
|
|
|
}
|
|
|
|
.title {
|
|
|
|
font-size: 13px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0 8px;
|
|
|
|
line-height: 32px;
|
|
|
|
color: var(--minor);
|
|
|
|
background: var(--classD);
|
|
|
|
border-radius: 0 0 5px 5px;
|
|
|
|
transition: background 0.35s;
|
|
|
|
}
|
|
|
|
.views {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1;
|
|
|
|
top: 5px;
|
|
|
|
right: 5px;
|
|
|
|
background-image: linear-gradient(270deg, #986fee, #8695e6, #68b7dd, #18d7d3);
|
|
|
|
color: #fff;
|
|
|
|
font-size: 12px;
|
|
|
|
height: 18px;
|
|
|
|
padding: 0 8px;
|
|
|
|
border-radius: 2px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-01-22 10:37:16 +00:00
|
|
|
&__ad {
|
|
|
|
padding-top: 15px;
|
|
|
|
&-link {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
.image {
|
|
|
|
width: 100%;
|
|
|
|
height: 200px;
|
|
|
|
object-fit: cover;
|
|
|
|
border-radius: 4px;
|
|
|
|
transition: opacity 0.35s;
|
|
|
|
&:hover {
|
|
|
|
opacity: 0.85;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.icon {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1;
|
|
|
|
top: 10px;
|
|
|
|
right: 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
background: rgba(0, 0, 0, 0.25);
|
|
|
|
padding: 2px 5px;
|
|
|
|
border-radius: 2px;
|
|
|
|
color: #ebebeb;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-01-21 10:41:21 +00:00
|
|
|
&__title {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
border-bottom: 1px solid var(--classC);
|
|
|
|
&-title {
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
color: var(--routine);
|
|
|
|
font-weight: 500;
|
|
|
|
height: 40px;
|
|
|
|
line-height: 40px;
|
|
|
|
.item {
|
|
|
|
cursor: pointer;
|
|
|
|
margin-right: 20px;
|
|
|
|
user-select: none;
|
|
|
|
transition: color 0.35s;
|
|
|
|
&.active {
|
|
|
|
color: var(--theme);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.line {
|
|
|
|
position: absolute;
|
|
|
|
bottom: -1px;
|
|
|
|
left: 0;
|
|
|
|
height: 2px;
|
|
|
|
border-radius: 1px;
|
|
|
|
background: var(--theme);
|
|
|
|
transition: left 0.35s, width 0.35s;
|
|
|
|
}
|
|
|
|
}
|
2021-01-22 10:37:16 +00:00
|
|
|
&-notice {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-left: auto;
|
|
|
|
height: 40px;
|
|
|
|
svg {
|
|
|
|
min-width: 20px;
|
|
|
|
min-height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
color: var(--minor);
|
|
|
|
line-height: 20px;
|
|
|
|
max-width: 300px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
transition: color 0.35s;
|
|
|
|
&:hover {
|
|
|
|
color: var(--theme);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-01-21 10:41:21 +00:00
|
|
|
}
|
2021-01-21 05:29:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.swiper-container {
|
|
|
|
min-width: 0;
|
|
|
|
flex: 1;
|
|
|
|
height: 335px;
|
|
|
|
--swiper-theme-color: #fff;
|
2021-01-22 10:37:16 +00:00
|
|
|
border-radius: 4px;
|
2021-01-21 05:29:50 +00:00
|
|
|
.item {
|
|
|
|
display: block;
|
|
|
|
height: 335px;
|
2021-01-22 10:37:16 +00:00
|
|
|
border-radius: 4px;
|
2021-01-21 05:29:50 +00:00
|
|
|
.thumbnail {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
object-fit: cover;
|
|
|
|
transition: opacity 0.35s;
|
|
|
|
&:hover {
|
|
|
|
opacity: 0.85;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.title {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
text-align: center;
|
|
|
|
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 15px;
|
|
|
|
padding: 10px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.icon {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1;
|
|
|
|
top: 10px;
|
|
|
|
left: 10px;
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
fill: #fff;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.swiper-container-horizontal {
|
|
|
|
.swiper-pagination-bullets {
|
|
|
|
bottom: unset;
|
|
|
|
left: unset;
|
|
|
|
width: auto;
|
|
|
|
right: 10px;
|
|
|
|
top: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|