This commit is contained in:
杜恒
2021-01-23 18:30:17 +08:00
parent 6c6f8fc001
commit 794170e8ca
12 changed files with 199 additions and 24 deletions

File diff suppressed because one or more lines are too long

View File

@@ -983,6 +983,7 @@
text-shadow: var(--text-shadow);
text-align: center;
margin-bottom: 15px;
word-break: break-all;
}
&__count {
position: relative;
@@ -1370,6 +1371,88 @@
}
}
}
&__copyright {
padding-top: 15px;
border-top: 1px solid var(--classB);
.content {
background: var(--classD);
padding: 10px 15px;
border-radius: 4px;
.item {
display: flex;
align-items: center;
color: var(--minor);
line-height: 26px;
white-space: nowrap;
.icon {
width: 18px;
height: 18px;
min-width: 18px;
min-height: 18px;
margin-right: 8px;
}
.link {
color: var(--minor);
&:hover {
color: var(--theme);
}
}
.text {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
}
}
&__related {
padding-top: 15px;
&-title {
border-left: 3px solid var(--theme);
padding-left: 15px;
font-size: 18px;
margin-bottom: 15px;
color: var(--main);
}
&-list {
display: flex;
margin: 0 -7.5px;
.item {
width: 25%;
padding: 0 7.5px;
.link {
display: block;
transition: transform 0.25s;
&:hover {
transform: translate3d(0, -3px, 0);
}
.inner {
position: relative;
.image {
width: 100%;
height: 125px;
object-fit: cover;
border-radius: 4px 4px 0 0;
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;
}
}
}
}
}
}
}
@keyframes box_shadow {

File diff suppressed because one or more lines are too long

View File

@@ -91,7 +91,6 @@
display: block;
.inner {
position: relative;
cursor: pointer;
&:hover {
.image {
opacity: 0.85;

View File

@@ -1 +1 @@
.joe_bread{padding-top:15px}.joe_bread__bread{display:flex;align-items:center}.joe_bread__bread .line{color:var(--seat);padding:0 8px}.joe_bread__bread .item{color:var(--minor);white-space:nowrap}.joe_bread__bread .item .link{color:var(--routine);transition:color 0.35s}.joe_bread__bread .item .link:hover{color:var(--theme)}.joe_bread__bread .item .icon{width:15px;height:15px;min-width:15px;min-height:15px;fill:var(--routine);margin-right:2px}.joe_bread__bread .item:first-child{display:flex;align-items:center}
.joe_bread{padding-top:15px}.joe_bread__bread{display:flex;align-items:center}.joe_bread__bread .line{color:var(--seat);padding:0 8px}.joe_bread__bread .item{color:var(--minor);white-space:nowrap}.joe_bread__bread .item .link{color:var(--routine);transition:color 0.35s}.joe_bread__bread .item .link:hover{color:var(--theme)}.joe_bread__bread .item .icon{width:15px;height:15px;min-width:15px;min-height:15px;fill:var(--routine);margin-right:2px}.joe_bread__bread .item:first-child{display:flex;align-items:center}.joe_post__page{display:flex;align-items:center}

View File

@@ -32,3 +32,13 @@
}
}
}
.joe_post {
&__page {
display: flex;
align-items: center;
&-item{
}
}
}