样式调整
This commit is contained in:
parent
b929fe1aaf
commit
65962d2fda
|
|
@ -294,21 +294,6 @@
|
|||
flex-direction: column;
|
||||
cursor: pointer;
|
||||
|
||||
&:nth-child(3),
|
||||
&:nth-child(4) {
|
||||
.item-tags {
|
||||
border: none;
|
||||
background: rgba(255, 255, 255, 0.84);
|
||||
|
||||
div {
|
||||
opacity: 0.13;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background: #5d6a80;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div:nth-child(1) {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
|
|
@ -373,21 +358,6 @@
|
|||
// 最后两个元素添加margin-bottom: 28px;
|
||||
&:nth-last-child(-n+2) {
|
||||
margin-bottom: 0;
|
||||
|
||||
.item-tag {
|
||||
background: rgba(255, 255, 255, 0.84);
|
||||
color: #091221;
|
||||
}
|
||||
|
||||
.item-desc {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.item-data {
|
||||
span {
|
||||
color: #ffffff
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
|
|||
Loading…
Reference in New Issue