| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- page{
- background-color: #ffffff;
- }
- .post_result_container{
- display: flex;
- flex-direction: column;
- align-items: center;
- padding-top: 304px;
- 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: #b2b2b2;
- height: 2px;
- transform: scaleY(0.5);
- width: 400px;
- margin-bottom: 48px;
- opacity: 0.4;
- }
- .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: 52px;
- padding-top: 40px;
- padding-bottom: 57px;
- }
- .share_btn_bg2 {
- position: relative;
- width: 400px;
- height: 72px;
- // margin-left: 172px;
- }
- .share_icon_bg2 {
- width: 400px;
- height: 72px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .share_btn2 {
- position: absolute;
- opacity: 0;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- }
|