ant-design-pro
Version:
An enterprise-class UI design language and React-based implementation
82 lines (81 loc) • 2.13 kB
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-exception-exception {
display: flex;
align-items: center;
height: 80%;
min-height: 500px;
}
.antd-pro-exception-exception .antd-pro-exception-imgBlock {
flex: 0 0 62.5%;
width: 62.5%;
padding-right: 152px;
zoom: 1;
}
.antd-pro-exception-exception .antd-pro-exception-imgBlock::before,
.antd-pro-exception-exception .antd-pro-exception-imgBlock::after {
content: " ";
display: table;
}
.antd-pro-exception-exception .antd-pro-exception-imgBlock::after {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}
.antd-pro-exception-exception .antd-pro-exception-imgEle {
float: right;
width: 100%;
max-width: 430px;
height: 360px;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
}
.antd-pro-exception-exception .antd-pro-exception-content {
flex: auto;
}
.antd-pro-exception-exception .antd-pro-exception-content h1 {
margin-bottom: 24px;
color: #434e59;
font-weight: 600;
font-size: 72px;
line-height: 72px;
}
.antd-pro-exception-exception
.antd-pro-exception-content
.antd-pro-exception-desc {
margin-bottom: 16px;
color: rgba(0, 0, 0, 0.45);
font-size: 20px;
line-height: 28px;
}
.antd-pro-exception-exception
.antd-pro-exception-content
.antd-pro-exception-actions
button:not(:last-child) {
margin-right: 8px;
}
@media screen and (max-width: 1200px) {
.antd-pro-exception-exception .antd-pro-exception-imgBlock {
padding-right: 88px;
}
}
@media screen and (max-width: 576px) {
.antd-pro-exception-exception {
display: block;
text-align: center;
}
.antd-pro-exception-exception .antd-pro-exception-imgBlock {
margin: 0 auto 24px;
padding-right: 0;
}
}
@media screen and (max-width: 480px) {
.antd-pro-exception-exception .antd-pro-exception-imgBlock {
margin-bottom: -24px;
overflow: hidden;
}
}