Compare commits
2 Commits
4e842133cb
...
622a6c3394
| Author | SHA1 | Date | |
|---|---|---|---|
| 622a6c3394 | |||
| 57213f11fe |
@@ -6,6 +6,7 @@
|
|||||||
<span> 身份证号码:{{ this.source.idCard }} </span>
|
<span> 身份证号码:{{ this.source.idCard }} </span>
|
||||||
</div>
|
</div>
|
||||||
<div>请选择您的征收项目</div>
|
<div>请选择您的征收项目</div>
|
||||||
|
<div><i class="el-icon-caret-bottom"></i></div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
@@ -57,6 +58,10 @@ export default {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
// 箭头
|
||||||
|
> :nth-child(3) {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
> :nth-child(2) {
|
> :nth-child(2) {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
<span> 身份证号码:{{ this.source.idCard }} </span>
|
<span> 身份证号码:{{ this.source.idCard }} </span>
|
||||||
</div>
|
</div>
|
||||||
<div>请选择您的征收项目</div>
|
<div>请选择您的征收项目</div>
|
||||||
|
<div><i class="el-icon-caret-bottom"></i></div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
@@ -57,13 +58,17 @@ export default {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
// 箭头
|
||||||
|
> :nth-child(3) {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
> :nth-child(2) {
|
> :nth-child(2) {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: #f5faff;
|
background-color: #f5faff;
|
||||||
> :nth-child(1) {
|
> :nth-child(1) {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
padding: 10px;
|
padding: 5px 10px;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
> :nth-child(1) {
|
> :nth-child(1) {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -65,7 +65,7 @@
|
|||||||
<img src="../assets/pingu.png" alt="" />
|
<img src="../assets/pingu.png" alt="" />
|
||||||
</div>
|
</div>
|
||||||
<span>分户评估结果</span>
|
<span>分户评估结果</span>
|
||||||
<div>
|
<div @click="evaluate()">
|
||||||
<img src="../assets/jiantou.png" alt="" />
|
<img src="../assets/jiantou.png" alt="" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
<img src="../assets/xy.png" alt="" />
|
<img src="../assets/xy.png" alt="" />
|
||||||
</div>
|
</div>
|
||||||
<span>补偿协议</span>
|
<span>补偿协议</span>
|
||||||
<div>
|
<div @click="compensate()">
|
||||||
<img src="../assets/jiantou.png" alt="" />
|
<img src="../assets/jiantou.png" alt="" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -245,7 +245,6 @@ export default {
|
|||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
// box-shadow: 10px 10px 10px 10px #e3e9eb;
|
|
||||||
> :nth-child(1) {
|
> :nth-child(1) {
|
||||||
background: url('../assets/3.png') no-repeat;
|
background: url('../assets/3.png') no-repeat;
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
@@ -272,6 +271,9 @@ export default {
|
|||||||
}
|
}
|
||||||
// 征收信息
|
// 征收信息
|
||||||
> :nth-child(2) {
|
> :nth-child(2) {
|
||||||
|
> div {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
img {
|
img {
|
||||||
width: 5%;
|
width: 5%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user