Brilliance V7

The Brilliance V7 is a Mid-size CUV produced by Brilliance Auto under the Zhonghua brand.

Brilliance V7
Overview
ManufacturerBrilliance Auto
Production2017–present
Model years2018–present
DesignerYongbao Cai
Body and chassis
Classmid-size CUV
Body style5-door crossover
LayoutFront-engine, front-wheel-drive
RelatedBrilliance V6
Powertrain
Engine1.8 L turbo I4
Transmission6-speed manual
7-speed DCT
Dimensions
Wheelbase2,770 mm (109.1 in)
Length4,702 mm (185.1 in)
Width1,932 mm (76.1 in)
Height1,753 mm (69.0 in)

Overview

Brilliance V7 rear

The Brilliance V7 is essentially the 7-seat version of the Brilliance V6 that it was based on.[1] Positioning above the Brilliance V6, the Brilliance V7 was launched during the 2017 Guangzhou Auto Show with prices ranging from 108,700 to 194,700 yuan.[2][3]

gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
gollark: General ignorethisU Role Playing System.
gollark: Gurp gurp.
gollark: CnC? CaC? C&C?
gollark: Seriously, it fits.

References

  1. Ning, Author W. E. (October 19, 2017). "This Is The New Brilliance V7 SUV For China". CarNewsChina.com.
  2. Wang, Author Joey (July 5, 2016). "Leaked: The New Brilliance V7 SUV For China". CarNewsChina.com.
  3. "【中华V7】中华_中华V7报价_中华V7图片_汽车之家". www.autohome.com.cn.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.