| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- @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;
- }
|