|
@@ -12,7 +12,7 @@
|
|
|
<van-icon name="share" />
|
|
<van-icon name="share" />
|
|
|
<div class="vedioLinks" @click.stop="shareVedioLinks">
|
|
<div class="vedioLinks" @click.stop="shareVedioLinks">
|
|
|
<span>一键分享日报,</span>
|
|
<span>一键分享日报,</span>
|
|
|
- <span class="linkSpan">点击查看操作视频</span><van-icon name="play" />
|
|
|
|
|
|
|
+ <span class="linkSpan">点击查看</span><van-icon name="play" />
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
@@ -1024,8 +1024,8 @@ export default {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
.shareBtn {
|
|
.shareBtn {
|
|
|
- width: 22px;
|
|
|
|
|
- height: 22px;
|
|
|
|
|
|
|
+ width: 30px;
|
|
|
|
|
+ height: 30px;
|
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
background: #666;
|
|
background: #666;
|
|
|
display: flex;
|
|
display: flex;
|
|
@@ -1036,9 +1036,9 @@ export default {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
}
|
|
}
|
|
|
.vedioLinks {
|
|
.vedioLinks {
|
|
|
- max-width: vw(205);
|
|
|
|
|
|
|
+ max-width: vw(150);
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- bottom: -13px;
|
|
|
|
|
|
|
+ bottom: -6px;
|
|
|
background: #dae7f6;
|
|
background: #dae7f6;
|
|
|
padding: 2px 7px;
|
|
padding: 2px 7px;
|
|
|
/* word-break: keep-all; */
|
|
/* word-break: keep-all; */
|
|
@@ -1047,7 +1047,7 @@ export default {
|
|
|
right: 0;
|
|
right: 0;
|
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
|
font-size: 10px;
|
|
font-size: 10px;
|
|
|
- right: 28px;
|
|
|
|
|
|
|
+ right: 40px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
justify-content: center;
|