submitted.component.scss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .site-page-header{
  2. position: sticky;
  3. top: 0;
  4. z-index: 9;
  5. padding:24px 24px 10px;
  6. background-color: white;
  7. font-family: PingFang SC;
  8. .steps{
  9. max-width: 600px;
  10. margin: 10px 0;
  11. }
  12. .back{
  13. font-family: PingFang SC;
  14. font-size: 14px;
  15. font-weight: 400;
  16. line-height: 22px;
  17. text-align: left;
  18. cursor: pointer;
  19. }
  20. .subtitle {
  21. margin-right: 12px;
  22. color: #00000073;
  23. font-size: 14px;
  24. font-weight: normal;
  25. line-height: 1.5715;
  26. // overflow: hidden;
  27. // white-space: nowrap;
  28. // text-overflow: ellipsis;
  29. }
  30. }
  31. .content {
  32. font-family: PingFang SC;
  33. padding: 10px 24px;
  34. .state-title {
  35. margin:0 0 20px;
  36. font-family: PingFang SC;
  37. font-size: 20px;
  38. font-weight: 500;
  39. line-height: 28px;
  40. text-align: left;
  41. }
  42. .submit-block {
  43. min-width: 800px;
  44. // max-width: 1200px;
  45. min-height: 600px;
  46. margin: 10px auto;
  47. .entry {
  48. min-height: 500px;
  49. // border: 1px solid;
  50. }
  51. .footer {
  52. display: flex;
  53. margin: 10px auto;
  54. align-items: center;
  55. justify-content: space-evenly;
  56. // width: 200px;
  57. justify-content: end;
  58. padding-right: 100px;
  59. }
  60. }
  61. }
  62. ::ng-deep .ant-page-header{
  63. padding: 0;
  64. }