hwq 3 years ago
parent
commit
b38ef8383b
5 changed files with 56 additions and 1 deletions
  1. 10 1
      pages.json
  2. 46 0
      pages/index/Expect.vue
  3. BIN
      static/img/bottom.png
  4. BIN
      static/img/sm-bg.png
  5. BIN
      static/img/xwjl.png

+ 10 - 1
pages.json

@@ -9,7 +9,16 @@
 				"navigationBarTextStyle": "black",
 				"navigationBarBackgroundColor": "#FFFFFF",
 				// "navigationStyle": "custom",
-				"navigationBarTitleText":"流量王"
+				"navigationBarTitleText":"恒星币"
+			}
+		},
+		{
+			"path": "pages/index/Expect",
+			"style": {
+				"navigationBarTextStyle": "black",
+				"navigationBarBackgroundColor": "#FFFFFF",
+				// "navigationStyle": "custom",
+				"navigationBarTitleText":"恒星币"
 			}
 		}
     ],

+ 46 - 0
pages/index/Expect.vue

@@ -0,0 +1,46 @@
+<template>
+	<view class="content">
+		<view class="jqqd"><image src="../../static/img/xwjl.png" mode=""></image></view>
+		<view class="font">功能开发中,敬请期待</view>
+		<view class="bottom"><image src="../../static/img/bottom.png" mode=""></image></view>
+	</view>
+</template>
+
+<script></script>
+
+<style lang="scss">
+page,
+.content {
+	height: 100%;
+	// min-height: 100%;
+	background: #000000;
+}
+.jqqd {
+	width: 524rpx;
+	height: 538rpx;
+	padding-top: 250rpx;
+	margin: 0 auto 0;
+	image {
+		width: 100%;
+		height: 100%;
+	}
+}
+.font {
+	margin-top: 56rpx;
+	text-align: center;
+	font-size: 36rpx;
+	font-family: PingFang SC;
+	font-weight: 500;
+	color: #ffffff;
+}
+.bottom {
+	position: absolute;
+	bottom: 0;
+	width: 750rpx;
+	height: 588rpx;
+	image {
+		width: 100%;
+		height: 100%;
+	}
+}
+</style>

BIN
static/img/bottom.png


BIN
static/img/sm-bg.png


BIN
static/img/xwjl.png