Blogger Information
Blog 51
fans 3
comment 1
visits 36065
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3.15第一次作业
Gee的博客
Original
659 people have browsed it
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>央视曝光大众途锐</title>
<style type="text/css">
div {
width: 300px;
height: 300px;
border: 5px dotted green;
padding: 15px;
margin-left: 15px;
background-image: url(images/005.jpg);
background-size: 330px 330px;
border-radius: 20px;
box-shadow: 6px 6px 6px #888;
}
.text {
color: #363636;
line-height: 1.5em;
text-indent: 2em;
}
</style>
</head>
<body>
<div>
<h1 
style="color: brown;
text-align: center;
font-size: 20px;"
onmouseover="change(this)";
onmouseout="old(this)";
>
央视315晚会曝光大众途锐发动机进水问题
</h1>
<p>
<a href="http://news.sina.com.cn/o/2018-03-15/doc-ifyshuvt9260867.shtml">在今天央视财经频道CCTV2的“3·15”晚会中</a>,首先被曝光的是进口大众途锐汽车。央视采访了福建、陕西、广东、上海等多位维权车主,称因该车的进气口设计问题,洗车时或在雨中,发动机会发生进水问题,车辆发生故障。报道中,有4S店店长在回应消费者维权时称,“上帝造人都有瑕疵,何况是车?”
</p>
</div>
<script type="text/javascript">
function change(element) {
element.style.fontSize = '25px';
element.style.fontStyle = 'italic';
}
function old(element) {
element.style.fontSize = '20px';
element.style.fontStyle = 'normal';
}
</script>
</body>
</html>

微信图片_20180315225111.jpg

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post