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