@import "~antd/lib/style/themes/default.less"; @import "../../utils/utils.less"; .exception { display: flex; align-items: center; height: 100%; .imgBlock { flex: 0 0 62.5%; width: 62.5%; padding-right: 152px; .clearfix(); } .imgEle { height: 360px; width: 430px; float: right; background-repeat: no-repeat; background-position: 50% 50%; } .content { flex: auto; h1 { color: #434e59; font-size: 72px; font-weight: 600; line-height: 72px; margin-bottom: 24px; } .desc { color: @text-color-secondary; font-size: 20px; margin-bottom: 16px; } .actions { button:not(:last-child) { margin-right: 8px; } } } }