调整页面优化邀请海报

This commit is contained in:
唐明明
2021-09-28 18:10:58 +08:00
parent 10df47d341
commit b21b8d8dbf
5 changed files with 54 additions and 26 deletions

1
README.md Normal file
View File

@@ -0,0 +1 @@
## 区块链电商

View File

@@ -13,7 +13,6 @@
"author": "web唐明明", "author": "web唐明明",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"jweixin-module": "^1.6.0",
"uni-read-pages": "^1.0.5", "uni-read-pages": "^1.0.5",
"uni-simple-router": "^2.0.7", "uni-simple-router": "^2.0.7",
"uview-ui": "^1.8.4", "uview-ui": "^1.8.4",

View File

@@ -1,6 +1,9 @@
<template> <template>
<view> <view class="content vertical">
404 <image src="@/static/404/404.png" mode="widthFix"></image>
<view class="text">出错了</view>
<view class="text">你访问的页面以离开了星球~</view>
<button type="default" size="mini" @click="$Router.replaceAll({name: 'Index'})">返回星球</button>
</view> </view>
</template> </template>
@@ -14,6 +17,30 @@
} }
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
.content{
height: 100vh;
width: 100vw;
text-align: center;
padding-bottom: 20vh;
background: #2e065f;
.text{
color: #dbb6ec;
line-height: 60rpx;
font-size: $title-size-m;
}
button{
height: 80rpx;
line-height: 80rpx;
width: 60vw;
font-size: $title-size-lg;
border-radius: 0;
margin-top: $margin*2;
background: white;
color: #2e065f;
&::after{
border: none;
}
}
}
</style> </style>

View File

@@ -89,6 +89,7 @@
top: 0; top: 0;
left: 0; left: 0;
position: relative; position: relative;
vertical-align: top;
} }
// 内容 // 内容
.codeCont { .codeCont {

BIN
static/404/404.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB