update:更新样式
This commit is contained in:
@@ -89,9 +89,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;
|
||||
@@ -104,11 +108,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 {
|
||||
@@ -121,6 +128,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