.apply_after_sales_con{ padding: 20px; .returnSaleInput_item{ display: flex; align-items: center; padding-bottom: 50px; 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%; bottom:0; box-sizing: border-box; margin-top: 50px; .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; } } } }