| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- @import "~antd/lib/style/themes/default.less";
- .container {
- background: #f0f2f5;
- background-image: url('https://gw.alipayobjects.com/zos/rmsportal/TVYTbAXWheQpRcWDaDMu.svg');
- width: 100%;
- min-height: 100%;
- background-repeat: no-repeat;
- background-position: center;
- background-size: 100%;
- 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: 16px;
- }
- .title {
- font-size: 33px;
- color: @heading-color;
- font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif;
- font-weight: 600;
- position: relative;
- top: 2px;
- }
- .desc {
- font-size: @font-size-base;
- color: @text-color-secondary;
- margin-top: 12px;
- margin-bottom: 40px;
- }
- .footer {
- position: absolute;
- width: 100%;
- bottom: 0;
- }
|