css
This commit is contained in:
@@ -258,6 +258,7 @@ export default {
|
|||||||
padding: 32px 0 40px 0;
|
padding: 32px 0 40px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
.left {
|
.left {
|
||||||
img {
|
img {
|
||||||
width: 168px;
|
width: 168px;
|
||||||
@@ -306,6 +307,9 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.item:nth-last-of-type(1) {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
.lack-item {
|
.lack-item {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user