UserLayout.less 897 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. @import "~antd/lib/style/themes/default.less";
  2. .container {
  3. background: @background-color-base;
  4. background-image: url('https://gw.alipayobjects.com/zos/rmsportal/bOjjckIwLKuWCswKAghg.svg');
  5. width: 100%;
  6. min-height: 100%;
  7. background-repeat: no-repeat;
  8. background-position: center;
  9. background-size: 85%;
  10. padding: 110px 0 144px 0;
  11. position: relative;
  12. }
  13. .top {
  14. text-align: center;
  15. }
  16. .header {
  17. height: 44px;
  18. line-height: 44px;
  19. a {
  20. text-decoration: none;
  21. }
  22. }
  23. .logo {
  24. height: 44px;
  25. vertical-align: top;
  26. margin-right: 12px;
  27. }
  28. .title {
  29. font-size: 33px;
  30. color: @heading-color;
  31. font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  32. position: relative;
  33. top: -2px;
  34. }
  35. .desc {
  36. font-size: @font-size-lg;
  37. color: @text-color-secondary;
  38. margin-top: 12px;
  39. margin-bottom: 40px;
  40. }
  41. .footer {
  42. position: absolute;
  43. width: 100%;
  44. bottom: 0;
  45. }