|
@@ -179,6 +179,7 @@ export default {
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
display: flex;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|
|
@@ -188,10 +189,10 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.img_background {
|
|
.img_background {
|
|
- max-width: 32%;
|
|
|
|
|
|
+ max-width: 30%;
|
|
// width: 300px;
|
|
// width: 300px;
|
|
// height: 180px;
|
|
// height: 180px;
|
|
- margin-right: 10px;
|
|
|
|
|
|
+ // margin-right: 10px;
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
border-radius: 2px;
|
|
border-radius: 2px;
|
|
// background-color: #f2f2f4;
|
|
// background-color: #f2f2f4;
|