永夜星河主题网页开发 HTML,CSS,JS
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>永夜星河 | 最火电视剧</title>
<meta name="description" content="《永夜星河》正在热播!虞书欣、丁禹兮领衔主演,带你体验奇幻捉妖冒险!">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #1a1a2e;
color: #fff;
}
header {
text-align: center;
padding: 20px;
background: linear-gradient(to bottom, #ff5f6d, #ffc371);
}
header h1 {
margin: 0;
font-size: 2.5em;
}
header p {
margin: 10px 0 0;
font-size: 1.2em;
}
.hero {
text-align: center;
padding: 50px 20px;
background: url('https://example.com/bg-image.jpg') no-repeat center/cover;
color: #fff;
}
.hero h2 {
font-size: 2em;
}
.hero button {
margin-top: 20px;
padding: 15px 30px;
font-size: 1em;
background-color: #ff5f6d;
border: none;
border-radius: 5px;
color: white;
cursor: pointer;
transition: background-color 0.3s;
}
.hero button:hover {
background-color: #ff2e4a;
}
.share {
text-align: center;
margin-top: 30px;
}
.share p {
margin-bottom: 10px;
}
.share .icons i {
font-size: 2em;
margin: 0 10px;
cursor: pointer;
transition: color 0.3s;
}
.share .icons i:hover {
color: #ff5f6d;
}
footer {
text-align: center;
padding: 20px;
background-color: #0f0f1c;
}
footer p {
margin: 0;
font-size: 0.9em;
}
</style>
</head>
<body>
<header>
<h1>《永夜星河》热播中!</h1>
<p>虞书欣 & 丁禹兮携手开启奇幻冒险之旅</p>
</header>
<section class="hero">
<h2>你心目中的奇幻之旅正在展开!</h2>
<p>即刻点击观看,体验震撼的视觉盛宴!</p>
<button onclick="window.location.href='https://v.qq.com/'">立即观看</button>
</section>
<section class="share">
<p>分享给好友,一起追剧!</p>
<div class="icons">
<i class="fab fa-weibo" onclick="window.open('https://weibo.com/', '_blank')"></i>
<i class="fab fa-wechat"></i>
<i class="fab fa-facebook" onclick="window.open('https://facebook.com/', '_blank')"></i>
<i class="fab fa-twitter" onclick="window.open('https://twitter.com/', '_blank')"></i>
</div>
</section>
<footer>
<p>© 2024 永夜星河 | 腾讯视频独家播出</p>
</footer>
</body>
</html>
嗨,我是命运之光。如果你觉得我的分享有价值,不妨通过以下方式表达你的支持:👍 点赞来表达你的喜爱,📁 关注以获取我的最新消息,💬 评论与我交流你的见解。我会继续努力,为你带来更多精彩和实用的内容。
点击这里👉 ,获取最新动态,⚡️ 让信息传递更加迅速。
扫码关注腾讯云开发者
领取腾讯云代金券
Copyright © 2013 - 2025 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号:粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
Copyright © 2013 - 2025 Tencent Cloud.
All Rights Reserved. 腾讯云 版权所有