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.
52 lines
897 B
52 lines
897 B
@import "~antd/lib/style/themes/default.less";
|
|
|
|
.container {
|
|
background: @background-color-base;
|
|
background-image: url('https://gw.alipayobjects.com/zos/rmsportal/bOjjckIwLKuWCswKAghg.svg');
|
|
width: 100%;
|
|
min-height: 100%;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: 85%;
|
|
padding: 110px 0 144px 0;
|
|
position: relative;
|
|
}
|
|
|
|
.top {
|
|
text-align: center;
|
|
}
|
|
|
|
.header {
|
|
height: 44px;
|
|
line-height: 44px;
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
.logo {
|
|
height: 44px;
|
|
vertical-align: top;
|
|
margin-right: 12px;
|
|
}
|
|
|
|
.title {
|
|
font-size: 33px;
|
|
color: @heading-color;
|
|
font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
|
position: relative;
|
|
top: -2px;
|
|
}
|
|
|
|
.desc {
|
|
font-size: @font-size-lg;
|
|
color: @text-color-secondary;
|
|
margin-top: 12px;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.footer {
|
|
position: absolute;
|
|
width: 100%;
|
|
bottom: 0;
|
|
}
|
|
|