|
@@ -1,7 +1,7 @@
|
|
|
<!-- https://cxzx.smcic.net/topic/qinshufa/assets/logp.png -->
|
|
|
<template>
|
|
|
<van-row class="shanshipin">
|
|
|
- <van-col span="12" style="padding-left: 5px">
|
|
|
+ <van-col span="12" style="padding-left: 15px">
|
|
|
<img
|
|
|
style="
|
|
|
width: 40px;
|
|
@@ -15,7 +15,7 @@
|
|
|
/>
|
|
|
<span style="vertical-align: middle">闪视频</span>
|
|
|
</van-col>
|
|
|
- <van-col span="12" style="text-align: right; padding-right: 5px">
|
|
|
+ <van-col span="12" style="text-align: right; padding-right: 15px">
|
|
|
<van-button
|
|
|
style="margin-top: -5px"
|
|
|
type="danger"
|
|
@@ -62,6 +62,7 @@ function download() {
|
|
|
<style scoped>
|
|
|
.shanshipin {
|
|
|
position: fixed;
|
|
|
+ padding-bottom: 10px;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
right: 0;
|