|
@@ -1349,7 +1349,7 @@ export default {
|
|
|
flex-direction: row;
|
|
|
justify-content: space-between;
|
|
|
background: #fff;
|
|
|
- margin: 10px 0;
|
|
|
+ margin: 20px 0 10px 0;
|
|
|
height: 60px;
|
|
|
align-items: center;
|
|
|
}
|
|
@@ -1402,7 +1402,7 @@ export default {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.project_box {
|
|
|
- padding: 0 30px 10px 21px;
|
|
|
+ padding: 0 0 10px 0;
|
|
|
background: #fff;
|
|
|
margin: 15px 0;
|
|
|
}
|
|
@@ -1782,14 +1782,16 @@ export default {
|
|
|
}
|
|
|
.queTop {
|
|
|
display: flex;
|
|
|
- padding: 20px 0;
|
|
|
+ padding: 20px 0 20px 15px;
|
|
|
+ width: 100%;
|
|
|
flex-direction: row;
|
|
|
justify-content: flex-start;
|
|
|
align-items: center;
|
|
|
- border-bottom: 1px solid #EEEEEE;
|
|
|
+ border-bottom: 1px solid #eeeeee;
|
|
|
}
|
|
|
.question {
|
|
|
width: 40px;
|
|
|
+ margin-right: 10px;
|
|
|
}
|
|
|
.queTitle {
|
|
|
margin-left: 5px;
|
|
@@ -1843,15 +1845,16 @@ export default {
|
|
|
}
|
|
|
.chooseWho {
|
|
|
display: flex;
|
|
|
- width: 500px;
|
|
|
+ width: 100%;
|
|
|
flex-direction: row;
|
|
|
flex-wrap: nowrap;
|
|
|
- justify-content: space-between;
|
|
|
+ justify-content: flex-start;
|
|
|
padding-bottom: 10px;
|
|
|
}
|
|
|
.chooseWho > div {
|
|
|
cursor: pointer;
|
|
|
padding-bottom: 10px;
|
|
|
+ margin: 0 30px;
|
|
|
}
|
|
|
.addPoint > img {
|
|
|
cursor: pointer;
|
|
@@ -1863,4 +1866,7 @@ export default {
|
|
|
flex-wrap: nowrap;
|
|
|
align-items: center;
|
|
|
}
|
|
|
+.ediBottom{
|
|
|
+ margin-left: 20px;
|
|
|
+}
|
|
|
</style>
|