|
@@ -125,7 +125,7 @@
|
|
|
<!-- <img :src="require('@/assets/shareTips.png')" alt="" /> -->
|
|
<!-- <img :src="require('@/assets/shareTips.png')" alt="" /> -->
|
|
|
</div>
|
|
</div>
|
|
|
<!-- <div class="closeShare" @click="closeShare"><van-icon name="close" /></div> -->
|
|
<!-- <div class="closeShare" @click="closeShare"><van-icon name="close" /></div> -->
|
|
|
- <div class="closeShare" @click="closeShare">【返回】</div>
|
|
|
|
|
|
|
+ <div class="closeShare" @click="closeShare">返回</div>
|
|
|
</div>
|
|
</div>
|
|
|
<img :src="canvasImageUrl" width="100%" class="canvasImage" />
|
|
<img :src="canvasImageUrl" width="100%" class="canvasImage" />
|
|
|
</div>
|
|
</div>
|
|
@@ -567,6 +567,11 @@ export default {
|
|
|
// top: 10px;
|
|
// top: 10px;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
font-size: vw(30);
|
|
font-size: vw(30);
|
|
|
|
|
+ background: #49ccf0;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ line-height: 30px;
|
|
|
|
|
+ border-radius: 6px;
|
|
|
|
|
+ padding: 0 7px;
|
|
|
.van-icon {
|
|
.van-icon {
|
|
|
font-size: vw(40);
|
|
font-size: vw(40);
|
|
|
}
|
|
}
|
|
@@ -576,7 +581,7 @@ export default {
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
color: #f8f8fa;
|
|
color: #f8f8fa;
|
|
|
- width: 78%;
|
|
|
|
|
|
|
+ width: 82%;
|
|
|
// flex: 1;
|
|
// flex: 1;
|
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
|
background: rgba(157, 157, 188, 0.8);
|
|
background: rgba(157, 157, 188, 0.8);
|