apply.component.scss 976 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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: 1200px;
  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. }
  21. .content {
  22. font-family: PingFang SC;
  23. padding: 10px 24px;
  24. .state-title {
  25. margin:0 0 20px;
  26. font-family: PingFang SC;
  27. font-size: 20px;
  28. font-weight: 500;
  29. line-height: 28px;
  30. text-align: left;
  31. }
  32. .submit-block {
  33. min-width: 800px;
  34. // max-width: 1200px;
  35. min-height: 600px;
  36. margin: 10px auto;
  37. .entry {
  38. min-height: 500px;
  39. // border: 1px solid;
  40. }
  41. .footer {
  42. display: flex;
  43. margin: 10px auto;
  44. align-items: center;
  45. justify-content: space-evenly;
  46. // width: 200px;
  47. justify-content: end;
  48. padding-right: 100px;
  49. }
  50. }
  51. }