diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue index 7ea098697..fab4c6327 100644 --- a/src/views/ebiz/proposal/ProposalInfo.vue +++ b/src/views/ebiz/proposal/ProposalInfo.vue @@ -74,7 +74,7 @@
- +
@@ -129,7 +129,7 @@
- +
@@ -701,7 +701,8 @@ export default { display: table; } width: 100%; - background: url('../../../assets/images/proposal/proposal_bg.png') repeat-y; + background: url('../../../assets/images/proposal/proposal_bg.png') no-repeat; + background-color: #F7F7F7; background-size: 100% auto; .line-height { line-height: 35px; @@ -818,6 +819,9 @@ export default { width: 24px; height: 24px; } + .img180 { + transform:rotate(180deg); + } } .model_title { margin: 29px 15px;