post_result.scss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .post_result_container{
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. padding-top: 246px;
  6. height: 100vh;
  7. box-sizing: border-box;
  8. }
  9. .post_result_header{
  10. display: flex;
  11. flex-direction: column;
  12. align-items: center;
  13. }
  14. .result_icon_bg{
  15. width: 108px;
  16. height: 108px;
  17. position: relative;
  18. border-radius: 54px;
  19. display: flex;
  20. align-items: center;
  21. justify-content: center;
  22. }
  23. .result_icon_small{
  24. position: absolute;
  25. right: 0;
  26. bottom: 0;
  27. width: 40px;
  28. height: 40px;
  29. border-radius: 20px;
  30. display: flex;
  31. align-items: center;
  32. justify-content: center;
  33. }
  34. .result_next{
  35. margin-top: 48px;
  36. display: flex;
  37. flex-direction: column;
  38. }
  39. .result_top_line{
  40. background-color: #9E9E9E;
  41. height: 2px;
  42. transform: scaleY(0.5);
  43. width: 400px;
  44. margin-bottom: 48px;
  45. }
  46. .next_target{
  47. display: flex;
  48. height: 72px;
  49. }
  50. .result_footer{
  51. height: 348px;
  52. display: flex;
  53. flex-direction: column;
  54. align-items: center;
  55. padding-top: 40px;
  56. box-sizing: border-box;
  57. }
  58. .setting_item{
  59. display: flex;
  60. flex-direction: row;
  61. align-items: center;
  62. box-sizing: border-box;
  63. padding-left: 64px;
  64. padding-right: 40px;
  65. padding-top: 40px;
  66. padding-bottom: 57px;
  67. }