|
@@ -1,8 +1,7 @@
|
|
|
<template>
|
|
|
<div class="short-wrap">
|
|
|
<div class="short-content" @click="createShortcut">
|
|
|
- <text class="short-left" >点击保存到桌面,方便继续阅读</text>
|
|
|
- <text class="short-right">免费领100书币</text>
|
|
|
+ <image src="../../assets/imgs/sign_banner.png"></image>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -53,20 +52,24 @@ export default {
|
|
|
.short {
|
|
|
&-wrap {
|
|
|
position: fixed;
|
|
|
- bottom: 200px;
|
|
|
- height: 80px;
|
|
|
+ bottom: 190px;
|
|
|
+ height: 148px;
|
|
|
z-index: 60;
|
|
|
- justify-content: center;
|
|
|
- width: 100%;
|
|
|
- opacity:0.95;
|
|
|
+ justify-content: center;
|
|
|
+ width: 100%;
|
|
|
+ opacity:0.95;
|
|
|
+
|
|
|
}
|
|
|
&-content {
|
|
|
- width: 650px;
|
|
|
+ width: 678px;
|
|
|
+ height: 152px;
|
|
|
align-items: center;
|
|
|
- justify-content: center;
|
|
|
- opacity: 0.95;
|
|
|
- border-radius: 40px;
|
|
|
- height:80px;
|
|
|
+ justify-content: center;
|
|
|
+ opacity: 0.95;
|
|
|
+ image{
|
|
|
+ width: 678px;
|
|
|
+ height: 152px;
|
|
|
+ }
|
|
|
}
|
|
|
&-left {
|
|
|
color: #fff;
|