调整页面优化邀请海报
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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
BIN
static/404/404.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Reference in New Issue
Block a user