UserLayout.less 912 Bytes
Newer Older
1 2 3
@import "~antd/lib/style/themes/default.less";

.container {
ddcat1115's avatar
ddcat1115 committed
4 5
  background: #f0f2f5;
  background-image: url('https://gw.alipayobjects.com/zos/rmsportal/TVYTbAXWheQpRcWDaDMu.svg');
6 7 8 9
  width: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center;
ddcat1115's avatar
ddcat1115 committed
10
  background-size: 100%;
11 12 13 14 15 16 17 18 19 20 21
  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
}

.logo {
  height: 44px;
  vertical-align: top;
ddcat1115's avatar
ddcat1115 committed
30
  margin-right: 16px;
31 32 33 34 35
}

.title {
  font-size: 33px;
  color: @heading-color;
afc163's avatar
afc163 committed
36 37
  font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
afc163's avatar
afc163 committed
38
  position: relative;
afc163's avatar
afc163 committed
39
  top: 2px;
40 41 42
}

.desc {
ddcat1115's avatar
ddcat1115 committed
43
  font-size: @font-size-base;
44 45 46 47 48 49 50 51 52 53
  color: @text-color-secondary;
  margin-top: 12px;
  margin-bottom: 40px;
}

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