ErrorLayout.razor.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
  2. /* stylelint-disable no-duplicate-selectors */
  3. /* stylelint-disable */
  4. /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
  5. .container__b__0 {
  6. display: flex;
  7. flex-direction: column;
  8. height: 100vh;
  9. overflow: auto;
  10. background: #f0f2f5;
  11. }
  12. .container__b__0 .lang {
  13. width: 100%;
  14. height: 40px;
  15. line-height: 44px;
  16. text-align: right;
  17. }
  18. .container__b__0 .lang :global(.ant-dropdown-trigger) {
  19. margin-right: 24px;
  20. }
  21. .container__b__0 .content {
  22. flex: 1;
  23. padding: 32px 0;
  24. }
  25. .container__b__0 .top {
  26. text-align: center;
  27. }
  28. .container__b__0 .header {
  29. height: 44px;
  30. line-height: 44px;
  31. }
  32. .container__b__0 .header a {
  33. text-decoration: none;
  34. }
  35. .container__b__0 .logo {
  36. height: 44px;
  37. margin-right: 16px;
  38. vertical-align: top;
  39. }
  40. .container__b__0 .title {
  41. position: relative;
  42. top: 2px;
  43. color: rgba(0, 0, 0, 0.85);
  44. font-weight: 600;
  45. font-size: 33px;
  46. font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  47. }
  48. .container__b__0 .desc {
  49. margin-top: 12px;
  50. margin-bottom: 40px;
  51. color: rgba(0, 0, 0, 0.45);
  52. font-size: 14px;
  53. }
  54. @media (min-width: 768px) {
  55. .container__b__0 {
  56. background-image: url('https://gw.alipayobjects.com/zos/rmsportal/TVYTbAXWheQpRcWDaDMu.svg');
  57. background-repeat: no-repeat;
  58. background-position: center 110px;
  59. background-size: 100%;
  60. }
  61. .container__b__0 .content {
  62. padding: 32px 0 24px;
  63. }
  64. }