.order_main { min-height: 100%; background-color: $color_bg_one; padding: 20px; padding-bottom: 190px; box-sizing: border-box; .order_title { display: flex; align-items: center; padding: 20px 30px; box-sizing: border-box; background-color: #fff; height: 116px; border-radius: 20px; margin-top: 20px; text { flex: 1; font-size: $font_size; font-weight: 700; } .order_status { background-color: #f0f0f0; width: 148px; height: 55px; color: $color_font_three; text-align: center; line-height: 55px; font-size: $font_size_medium; border-radius: 30px; &:nth-last-child(1) { margin-left: 20px; } } .order_status_selected { color: $color_main; border: 1px solid $color_main; } } .order_desc { display: flex; align-items: center; background-color: #fff; padding: 20px; min-height: 116px; border-radius: 20px; margin-top: 20px; box-sizing: border-box; .order_desc_con { width: 150px; font-size: $font_size; font-weight: 700; } .order_desc_text, .order_desc_text_hint { font-size: $font_size_medium; margin-right: 10px; flex: 1; } .order_desc_text_hint { text-align: right; color: $color_font_two; } .miconfont { font-size: 20px; color: $color_font_two; } } .submit_order { display: flex; position: fixed; bottom: 0; left: 0; justify-content: space-between; width: 100%; height: 175px; align-items: center; background-color: #fff; box-shadow: 6px 0px 12px 0px rgba(0, 0, 0, 0.16); padding: 20px 50px; box-sizing: border-box; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); .submit_order_number { padding: 20px 0; } .order_btn { width: 250px; height: 90px; opacity: 0.6; background: linear-gradient(38deg, #007aff, #4fa6ff 100%, #68b4ff 100%); border-radius: 46px; display: flex; justify-content: center; align-items: center; color: #fff; } .ok_order_btn { opacity: 1; } .order_number_desc { font-size: $font_size_medium; color: $color_font_two; } } .order_info { background-color: #fff; margin-top: 20px; border-radius: 20px; padding: 20px; .order_info_title { font-size: $font_size; font-weight: 700; margin-bottom: 20px; } .order_num { display: flex; justify-content: space-between; align-items: center; .order_num_btn { font-size: $font_size_medium; padding: 5px 10px; border: 2px solid #007cf7; border-radius: 10px; color: $color_main; } } text { font-size: $font_size; } } }