diff --git a/src/components/Exception/index.less b/src/components/Exception/index.less index 6f1fefd222d221613b2482e2de501b3dccc7ab91..9ee40006f37cb0720e3be934ff5a5df60ee1fb2b 100644 --- a/src/components/Exception/index.less +++ b/src/components/Exception/index.less @@ -25,10 +25,11 @@ flex: auto; h1 { - color: @text-color; - font-size: 68px; - line-height: 68px; - margin-bottom: 16px; + color: #434e59; + font-size: 72px; + font-weight: 600; + line-height: 72px; + margin-bottom: 24px; } .desc { diff --git a/src/components/Exception/typeConfig.js b/src/components/Exception/typeConfig.js index 3718d8197282fa4265faed59a9961063c922fbda..b6e1ee5a9bd7ac2990b9c319ccceeb9040632798 100644 --- a/src/components/Exception/typeConfig.js +++ b/src/components/Exception/typeConfig.js @@ -1,18 +1,18 @@ const config = { 403: { - img: 'https://gw.alipayobjects.com/zos/rmsportal/eKcaKpQhaYgsEzCnYKSV.svg', + img: 'https://gw.alipayobjects.com/zos/rmsportal/wZcnGqRDyhPOEYFcZDnb.svg', title: '403', - desc: '对不起,你没有权限', + desc: '抱歉,你无权访问该页面', }, 404: { - img: 'https://gw.alipayobjects.com/zos/rmsportal/CSBcmGONHHPYIrPukBQW.svg', + img: 'https://gw.alipayobjects.com/zos/rmsportal/KpnpchXsobRgLElEozzI.svg', title: '404', - desc: '你要找的页面不存在', + desc: '抱歉,你访问的页面不存在', }, 500: { - img: 'https://gw.alipayobjects.com/zos/rmsportal/BxwCjbIDiNOcmoEGMXfk.svg', + img: 'https://gw.alipayobjects.com/zos/rmsportal/RVRUAYdCGeYNBWoKiIwB.svg', title: '500', - desc: '服务器错误,我们正在维修', + desc: '抱歉,服务器出错了', }, };