<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>车路云一体化商业化路径探索</title>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Noto Sans SC', sans-serif;
overflow: hidden;
}
.slide {
width: 1280px;
height: 720px;
position: relative;
background-image: url('https://sfile.chatglm.cn/moeSlide/image/a6/a686530b.jpg');
background-size: cover;
background-position: center;
color: white;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 30, 60, 0.7);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.content {
text-align: center;
max-width: 80%;
}
.title {
font-size: 60px;
font-weight: 700;
margin-bottom: 30px;
color: #ffffff;
line-height: 1.2;
}
.subtitle {
font-size: 28px;
font-weight: 500;
color: #4fc3f7;
margin-bottom: 40px;
}
.decoration {
width: 100px;
height: 4px;
background: linear-gradient(90deg, #4fc3f7, #29b6f6);
margin: 0 auto 40px;
}
.icon-container {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 20px;
}
.icon-box {
display: flex;
align-items: center;
background: rgba(255, 255, 255, 0.1);
padding: 10px 20px;
border-radius: 30px;
}
.icon-box i {
margin-right: 8px;
color: #4fc3f7;
}
</style>
</head>
<body>
<div class="slide">
<div class="overlay">
<div class="content">
<h1 class="title">车路云一体化商业化路径探索</h1>
<div class="decoration"></div>
<h2 class="subtitle">破解"鸡生蛋、蛋孵鸡"难题</h2>
<div class="icon-container">
<div class="icon-box">
<i class="material-icons">directions_car</i>
<span>智能网联</span>
</div>
<div class="icon-box">
<i class="material-icons">add_road</i>
<span>智慧道路</span>
</div>
<div class="icon-box">
<i class="material-icons">cloud</i>
<span>云控平台</span>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
登录后可参与表态