update:首页间距调整

This commit is contained in:
2021-09-29 17:06:18 +08:00
parent 5e0f08e7f2
commit ab1972183c

View File

@@ -439,6 +439,7 @@ export default {
}
.baseInfo {
display: flex;
margin: 5px 0;
.van-image {
width: 22px;
height: 21px;
@@ -547,7 +548,7 @@ export default {
}
}
.projectCenter {
padding-bottom: 35px;
padding-bottom: 25px;
background: #fff;
box-shadow: 0 2px 6px 1px rgba(212, 212, 212, 0.5);
.projectCenterBox {
@@ -574,7 +575,7 @@ export default {
display: flex;
align-items: center;
height: 25px;
padding: 20px 10px;
padding: 25px 10px;
.van-image {
width: 24px;
height: 24px;
@@ -596,11 +597,14 @@ export default {
display: flex;
align-items: center;
justify-content: space-between;
padding: 5px 0 5px 12px;
padding-left: 12px;
> span:nth-child(1) {
white-space: nowrap;
}
}
> div:nth-child(2) {
margin: 15px 0;
}
}
.assessCenter2 {
margin: 0px 22px;
@@ -610,11 +614,14 @@ export default {
display: flex;
align-items: center;
justify-content: space-between;
padding: 5px 0 5px 12px;
padding-left: 12px;
> span:nth-child(1) {
white-space: nowrap;
}
}
> div:nth-child(n + 2) {
margin: 15px 0;
}
}
}