.apply_after_sales_main{ .apply_after_sales_head{ font-size: 30px; text-align: center; padding: 20px 0; font-weight: 700; } .kind_number{ width: 100%; padding: 20px; box-sizing: border-box; border-bottom: 1PX solid #f3f3f3; text{ background-color: #F6F6F6; border-radius: 10px; font-size: $font_size_medium; padding: 5px 0; text-align: center; width: 100%; display: block; color: $color_font_three; } } .apply_after_sales_con{ .scroll{ height: calc(100% - 170px); } .scroll_con{ padding: 20px 0 150px 0; } .returnSaleInput{ margin: 0 20px; padding-top: 30px; border-top: 1px solid #F6F6F6; .returnSaleInput_item{ display: flex; align-items: center; padding-bottom: 30px; flex-wrap: wrap; .title{ font-size: $font_size; font-weight: 700; width: 119px; } .select{ flex:1; height: 60px; border: 2px solid #e6e6e6; border-radius: 10px; margin-left: 20px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; font-size: 26px; color: $color_font_two; .miconfont{ font-size: 30px; } } .upload_image{ flex:1; } } } } .btns_con{ width: 100%; position: fixed; bottom:0; padding: 0 20px; box-sizing: border-box; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); .btns_two{ display: flex; height: 82px; // border: 1PX solid #007aff; font-size: $font_size_big; border-radius: 40px; margin-bottom: 20px; .rest_btn{ flex:1; border: 1PX solid #007aff; border-radius: 40px 0 0 40px; text-align: center; line-height: 82px; color: $color_main; background-color: #fff; } .verify_btn{ flex:1; border-radius: 0 40px 40px 0; background: #007aff; text-align: center; line-height: 82px; color: #fff; } } } }