404页面修改

Former-commit-id: 501b6f995a069414278c878c7a719ad9caa51300 [formerly 501b6f995a069414278c878c7a719ad9caa51300 [formerly 501b6f995a069414278c878c7a719ad9caa51300 [formerly 501b6f995a069414278c878c7a719ad9caa51300 [formerly 809634f4eae4c749b718652f43f0f4be7d7037c2 [formerly 23ddd36d2c8a410c95a2384c7d6a252f7e18e489]]]]]
Former-commit-id: f8e67029faeb9598952f4982222a11c70c015b3e
Former-commit-id: 34e2d49ebdc242e0adc1b380800a3d04a4c30b8a
Former-commit-id: b2dba10f92838c60528c17794e2e87aa6b8e803a [formerly 14d7f4407a461e6ea15fb8e2596873a0056e62e6]
Former-commit-id: b6bbec1ca8175de213777bfebb5ccc29b10a3547
Former-commit-id: 21db739fe3b55512c1e53392400ac36f948f3131
Former-commit-id: 7834d5b4f511a5b7ad9a75b71d02cc2c9330185d
Former-commit-id: 9e12587432ea94fc54d25a3010b51ce63a1066cd
Former-commit-id: 0aa3d74682fc66c03af3ec00e748d4c20764506a
This commit is contained in:
liyang 2018-07-24 23:49:39 +08:00
parent 83173c0291
commit 3aa30e377d
3 changed files with 6 additions and 9 deletions

View File

@ -19,9 +19,6 @@
justify-content: center;
align-items: center;
flex-direction: column;
/* background: #757F9A; */
/* background: -webkit-linear-gradient(to top, #D7DDE8, #757F9A); */
/* background: linear-gradient(to top, #D7DDE8, #757F9A); */
background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
background-blend-mode: multiply,multiply;
}

View File

@ -1 +0,0 @@
139f15ecdee8d06f66d7fb57a30f6ec9e76b6103

View File

@ -1,6 +1,6 @@
<template>
<div class="page-404">
<img src="./image/cover@2x.png">
<p class="page-404_title">page not found</p>
<el-button class="d2-mt" @click="$router.replace({ path: '/' })">
返回首页
</el-button>
@ -10,15 +10,16 @@
<style lang="scss" scoped>
@import '~@/assets/style/public.scss';
.page-404 {
background-color: #555555;
background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
background-blend-mode: multiply,multiply;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
img {
width: 196px;
@extend %unable-select;
.page-404_title {
font-size: 20px;
color: #FFF;
}
}
</style>