You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hbyd_ueba_fe/src/app/exception/exception.component.styl

27 lines
716 B

1 year ago
.exception
min-height: 512px
height: 80%
align-items: center
text-align: center
margin-top: 100px
.content
display inline-block
flex auto
.img
display inline-block
padding-bottom 20px
zoom 1
filter var(--filter-main)
filter var(--filter-main)
background-image url('/assets/image/layout/404.png')
background-repeat: no-repeat
width 685px
height 282px
.desc
color: rgba(0, 0, 0, 0.45)
font-size: 20px
line-height: 28px
margin-bottom: 16px
.action
button
margin-right 5px