Compare commits

...

2 Commits

Author SHA1 Message Date
fd3731dbbc Merge branch 'master' of http://118.178.224.202:3000/ewide/zsxt_nbzs_h5 2021-09-14 14:19:21 +08:00
c2835a0d3c update:更新样式 2021-09-14 14:17:52 +08:00
2 changed files with 33 additions and 4 deletions

View File

@@ -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;
}

View File

@@ -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 {