Compare commits
2 Commits
65128318a6
...
fd3731dbbc
| Author | SHA1 | Date | |
|---|---|---|---|
| fd3731dbbc | |||
| c2835a0d3c |
@@ -95,9 +95,13 @@ export default {
|
||||
</style>
|
||||
<style lang="less" scoped>
|
||||
.container {
|
||||
font-size: 12px;
|
||||
.image {
|
||||
margin-top: 20px;
|
||||
text-align: center;
|
||||
img {
|
||||
width: 95%;
|
||||
}
|
||||
}
|
||||
.text {
|
||||
font-weight: bolder;
|
||||
@@ -110,11 +114,14 @@ export default {
|
||||
.el-card__body {
|
||||
padding: 0 10px;
|
||||
> div {
|
||||
margin: 10px 0;
|
||||
margin: 14px 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
b {
|
||||
font-size: 14px;
|
||||
}
|
||||
img {
|
||||
margin-right: 10px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
}
|
||||
.flex {
|
||||
@@ -127,6 +134,9 @@ export default {
|
||||
}
|
||||
.line {
|
||||
opacity: 1;
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
img {
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
@@ -26,6 +26,9 @@
|
||||
评估总金额:
|
||||
<b style="color: red">{{ item.money }}</b>
|
||||
</div>
|
||||
<div class="line">
|
||||
<img alt src="@/assets/img/hengxian.png" />
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class=" backgroundColor">
|
||||
<img alt src="@/assets/img/renyuan.png" />
|
||||
@@ -83,9 +86,13 @@ export default {
|
||||
|
||||
<style lang="less" scoped>
|
||||
.container {
|
||||
font-size: 12px;
|
||||
.image {
|
||||
margin-top: 20px;
|
||||
text-align: center;
|
||||
img {
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
.text {
|
||||
font-weight: bolder;
|
||||
@@ -98,11 +105,23 @@ export default {
|
||||
margin: 0 10px 10px;
|
||||
.el-card__body {
|
||||
> div {
|
||||
margin: 10px 0;
|
||||
margin: 14px 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
img {
|
||||
margin-right: 10px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
b {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
.line {
|
||||
opacity: 1;
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
img {
|
||||
height: 2px;
|
||||
}
|
||||
}
|
||||
.content {
|
||||
|
||||
Reference in New Issue
Block a user