Ver Fonte

加桌图更换

XiaBx há 3 anos atrás
pai
commit
fb97812ed0

BIN
src/assets/imgs/cate_banner.png


BIN
src/assets/imgs/rank_banner.png


BIN
src/assets/imgs/sign_banner.png


+ 1 - 1
src/assets/less/index.less

@@ -94,7 +94,7 @@
   width:150px;
   height:150px;
   right:20px;
-  bottom: 300px;
+  bottom: 340px;
 }
 .mask{
   position: fixed;

+ 15 - 12
src/components/short/index.ux

@@ -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;

+ 2 - 1
src/views/Index/index.ux

@@ -159,7 +159,8 @@ export default {
       this.$broadcast('refreshData', { current: this.current });
     }
     it.getShortCut((value) => {
-      this.showShortPop = !value;
+      //this.showShortPop = !value;
+      this.showShortPop = true;
       if(value){
         this.$app.$def.data.backClickCount = 1
       }else{