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