.line { background-color: #F6F7FB; height: 20rpx; } .orderItem { padding: 0 20rpx; padding-bottom: 20rpx; } .orderItem1 { display: flex; align-items: center; justify-content: space-between; padding-bottom: 30rpx; border-bottom: 1rpx solid #EBEBEB; padding-top: 16rpx; margin-bottom: 33rpx; } .orderItem_left { display: flex; align-items: center; font-size: 50rpx; color: #FF370B; display: flex; } .orderItem_left span { font-size: 28rpx; } .orderItem_left #state1 { width: 110rpx; height: 40rpx; margin-left: 18rpx; } .orderItem_left #state2 { width: 160rpx; height: 40rpx; margin-left: 18rpx; } .orderItem_right { display: flex; align-items: center; font-size: 26rpx; color: #999999; } .orderItem_right image { width: 32rpx; height: 32rpx; margin-right: 14rpx; } .row { display: flex; align-items: center; justify-content: space-between; padding: 10rpx 0; } .row_label { font-size: 28rpx; color: #999999; white-space: nowrap; margin-right: 110rpx; } .row_con { font-size: 28rpx; color: #222222; display: flex; align-items: center; text-align: right; } .orderItemTit2 { font-size: 34rpx; color: #222222; font-weight: 600; padding-top: 30rpx; } .dialog { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, .4); } .dialogCon { width: 610rpx; background: #FFFFFF; border-radius: 20rpx 20rpx 20rpx 20rpx; box-sizing: border-box; padding: 0 54rpx; margin: 0 auto; margin-top: 20vh; } .dialogCon_tit { text-align: center; padding-top: 53rpx; margin-bottom: 40rpx; } .dialogCon_row { display: flex; align-items: center; margin-bottom: 20rpx; } .dialogCon_row_label { font-size: 28rpx; color: #999999; margin-right: 84rpx; } .orange { color: #FF370B; } .dialogCon_row:last-child{ margin-bottom: 0; } .btn { font-size: 34rpx; color: #FF370B; text-align: center; padding-top: 30rpx; border-top: 1rpx solid #EBEBEB; margin-top: 42rpx; padding-bottom: 35rpx; }