UserLayout.less 912 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. @import "~antd/lib/style/themes/default.less";
  2. .container {
  3. background: #f0f2f5;
  4. background-image: url('https://gw.alipayobjects.com/zos/rmsportal/TVYTbAXWheQpRcWDaDMu.svg');
  5. width: 100%;
  6. min-height: 100%;
  7. background-repeat: no-repeat;
  8. background-position: center;
  9. background-size: 100%;
  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: 16px;
  27. }
  28. .title {
  29. font-size: 33px;
  30. color: @heading-color;
  31. font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  32. font-weight: 600;
  33. position: relative;
  34. top: 2px;
  35. }
  36. .desc {
  37. font-size: @font-size-base;
  38. color: @text-color-secondary;
  39. margin-top: 12px;
  40. margin-bottom: 40px;
  41. }
  42. .footer {
  43. position: absolute;
  44. width: 100%;
  45. bottom: 0;
  46. }