UserLayout.less 897 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
@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;
afc163's avatar
afc163 committed
22 23 24
  a {
    text-decoration: none;
  }
25 26 27 28 29 30 31 32 33 34 35
}

.logo {
  height: 44px;
  vertical-align: top;
  margin-right: 12px;
}

.title {
  font-size: 33px;
  color: @heading-color;
nikogu's avatar
nikogu committed
36
  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
afc163's avatar
afc163 committed
37 38
  position: relative;
  top: -2px;
39 40 41 42 43 44 45 46 47 48 49 50 51 52
}

.desc {
  font-size: @font-size-lg;
  color: @text-color-secondary;
  margin-top: 12px;
  margin-bottom: 40px;
}

.footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}