调整页面优化邀请海报

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

@@ -1,22 +1,21 @@
{
"name": "blockchainh5",
"version": "1.0.0",
"description": "区块链电商h5版本",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.yuzhankeji.cn/TmOct5/BlockChainH5.git"
},
"author": "web唐明明",
"license": "ISC",
"dependencies": {
"jweixin-module": "^1.6.0",
"uni-read-pages": "^1.0.5",
"uni-simple-router": "^2.0.7",
"uview-ui": "^1.8.4",
"vuex": "^3.6.2"
}
}
{
"name": "blockchainh5",
"version": "1.0.0",
"description": "区块链电商h5版本",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.yuzhankeji.cn/TmOct5/BlockChainH5.git"
},
"author": "web唐明明",
"license": "ISC",
"dependencies": {
"uni-read-pages": "^1.0.5",
"uni-simple-router": "^2.0.7",
"uview-ui": "^1.8.4",
"vuex": "^3.6.2"
}
}

View File

@@ -1,6 +1,9 @@
<template>
<view>
404
<view class="content vertical">
<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>
</template>
@@ -14,6 +17,30 @@
}
</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>

View File

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

BIN
static/404/404.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB