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

View File

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