This commit is contained in:
liuye
2022-11-30 15:30:18 +08:00
parent e6c053b04f
commit 1fe564094c

View File

@@ -258,6 +258,7 @@ export default {
padding: 32px 0 40px 0;
display: flex;
position: relative;
border-bottom: 1px solid #eee;
.left {
img {
width: 168px;
@@ -306,6 +307,9 @@ export default {
}
}
.item:nth-last-of-type(1) {
border-bottom: none;
}
.lack-item {
opacity: 0.5;
}