Commit 9562f276 authored by ddcat1115's avatar ddcat1115

update Exception style

parent 2ed3f76a
...@@ -25,10 +25,11 @@ ...@@ -25,10 +25,11 @@
flex: auto; flex: auto;
h1 { h1 {
color: @text-color; color: #434e59;
font-size: 68px; font-size: 72px;
line-height: 68px; font-weight: 600;
margin-bottom: 16px; line-height: 72px;
margin-bottom: 24px;
} }
.desc { .desc {
......
const config = { const config = {
403: { 403: {
img: 'https://gw.alipayobjects.com/zos/rmsportal/eKcaKpQhaYgsEzCnYKSV.svg', img: 'https://gw.alipayobjects.com/zos/rmsportal/wZcnGqRDyhPOEYFcZDnb.svg',
title: '403', title: '403',
desc: '对不起,你没有权限', desc: '抱歉,你无权访问该页面',
}, },
404: { 404: {
img: 'https://gw.alipayobjects.com/zos/rmsportal/CSBcmGONHHPYIrPukBQW.svg', img: 'https://gw.alipayobjects.com/zos/rmsportal/KpnpchXsobRgLElEozzI.svg',
title: '404', title: '404',
desc: '你要找的页面不存在', desc: '抱歉,你访问的页面不存在',
}, },
500: { 500: {
img: 'https://gw.alipayobjects.com/zos/rmsportal/BxwCjbIDiNOcmoEGMXfk.svg', img: 'https://gw.alipayobjects.com/zos/rmsportal/RVRUAYdCGeYNBWoKiIwB.svg',
title: '500', title: '500',
desc: '服务器错误,我们正在维修', desc: '抱歉,服务器出错了',
}, },
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment