diff --git a/FrontCode1/vue/src/views/compensate.vue b/FrontCode1/vue/src/views/compensate.vue index ef43b45..5181d0a 100644 --- a/FrontCode1/vue/src/views/compensate.vue +++ b/FrontCode1/vue/src/views/compensate.vue @@ -6,6 +6,7 @@ 身份证号码:{{ this.source.idCard }}
请选择您的征收项目
+
@@ -57,6 +58,10 @@ export default { text-align: center; margin-top: 10px; } + // 箭头 + > :nth-child(3) { + text-align: center; + } } > :nth-child(2) { padding: 10px; diff --git a/FrontCode1/vue/src/views/evaluate.vue b/FrontCode1/vue/src/views/evaluate.vue index ef43b45..7213b24 100644 --- a/FrontCode1/vue/src/views/evaluate.vue +++ b/FrontCode1/vue/src/views/evaluate.vue @@ -6,6 +6,7 @@ 身份证号码:{{ this.source.idCard }}
请选择您的征收项目
+
@@ -57,13 +58,17 @@ export default { text-align: center; margin-top: 10px; } + // 箭头 + > :nth-child(3) { + text-align: center; + } } > :nth-child(2) { padding: 10px; background-color: #f5faff; > :nth-child(1) { border: 1px solid black; - padding: 10px; + padding: 5px 10px; background-color: #ffffff; > :nth-child(1) { display: flex; diff --git a/FrontCode1/vue/src/views/login.vue b/FrontCode1/vue/src/views/login.vue index c310024..0e0a220 100644 --- a/FrontCode1/vue/src/views/login.vue +++ b/FrontCode1/vue/src/views/login.vue @@ -65,7 +65,7 @@
分户评估结果 -
+
@@ -94,7 +94,7 @@
补偿协议 -
+
@@ -245,7 +245,6 @@ export default { } .content { background-color: #ffffff; - // box-shadow: 10px 10px 10px 10px #e3e9eb; > :nth-child(1) { background: url('../assets/3.png') no-repeat; background-size: 100%; @@ -272,6 +271,9 @@ export default { } // 征收信息 > :nth-child(2) { + > div { + margin-bottom: 10px; + } img { width: 5%; }