|
|
@@ -9,6 +9,9 @@
|
|
|
<img :src="require('@/assets/shareRight.png')" />
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="shareTips">
|
|
|
+ <img :src="require('@/assets/shareTips.png')" alt="" />
|
|
|
+ </div>
|
|
|
<!-- 点评 -->
|
|
|
<!-- <template v-for="item in reportTarget.reportRemarks"> -->
|
|
|
<div
|
|
|
@@ -333,6 +336,14 @@ export default {
|
|
|
height: 100%;
|
|
|
}
|
|
|
}
|
|
|
+ .shareTips {
|
|
|
+ text-align: center;
|
|
|
+ margin: 10px 0;
|
|
|
+ img {
|
|
|
+ width: vw(300);
|
|
|
+ height: vw(60);
|
|
|
+ }
|
|
|
+ }
|
|
|
.title-box {
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
@@ -370,7 +381,7 @@ export default {
|
|
|
background-size: 100%;
|
|
|
padding: vw(24);
|
|
|
position: relative;
|
|
|
- margin-top: vw(55);
|
|
|
+ margin-bottom: vw(55);
|
|
|
border-radius: 0 0 vw(35) vw(35);
|
|
|
padding-top: 0;
|
|
|
.text {
|