| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- .post_result_container{
- display: flex;
- flex-direction: column;
- align-items: center;
- padding-top: 246px;
- height: 100vh;
- box-sizing: border-box;
- }
- .post_result_header{
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .result_icon_bg{
- width: 108px;
- height: 108px;
- position: relative;
- border-radius: 54px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .result_icon_small{
- position: absolute;
- right: 0;
- bottom: 0;
- width: 40px;
- height: 40px;
- border-radius: 20px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .result_next{
- margin-top: 48px;
- display: flex;
- flex-direction: column;
- }
- .result_top_line{
- background-color: #9E9E9E;
- height: 2px;
- transform: scaleY(0.5);
- width: 400px;
- margin-bottom: 48px;
- }
- .next_target{
- display: flex;
- height: 72px;
- }
- .result_footer{
- height: 348px;
- display: flex;
- flex-direction: column;
- align-items: center;
- padding-top: 40px;
- box-sizing: border-box;
- }
- .setting_item{
- display: flex;
- flex-direction: row;
- align-items: center;
- box-sizing: border-box;
- padding-left: 64px;
- padding-right: 40px;
- padding-top: 40px;
- padding-bottom: 57px;
- }
|