|
@@ -330,7 +330,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
.cWorksBox,
|
|
.cWorksBox,
|
|
|
.iscWorksBox {
|
|
.iscWorksBox {
|
|
|
- padding: 10px 0;
|
|
|
|
|
|
|
+ padding: 20px 0 10px 0;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
@@ -338,6 +338,9 @@ export default {
|
|
|
align-items: flex-start;
|
|
align-items: flex-start;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
border-top: 0.02667rem solid #e3e3e3;
|
|
border-top: 0.02667rem solid #e3e3e3;
|
|
|
|
|
+ .cWorksItem:last-child{
|
|
|
|
|
+ padding: 0;
|
|
|
|
|
+ }
|
|
|
.cWorksItem {
|
|
.cWorksItem {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
@@ -373,7 +376,6 @@ export default {
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
color: #00000099;
|
|
color: #00000099;
|
|
|
> div:last-child {
|
|
> div:last-child {
|
|
|
- color: #00000066;
|
|
|
|
|
padding-left: 15px;
|
|
padding-left: 15px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|