<!DOCTYPE html><html lang=&#34;en&#34;><head><meta charset=&#34;UTF-8&#34;><title>偶像明星網(wǎng)頁模板</title><style type=&#34;text/css&#34;>*{padding: 0;margin:0;}body{width:100" />

国产成人精品无码青草_亚洲国产美女精品久久久久∴_欧美人与鲁交大毛片免费_国产果冻豆传媒麻婆精东

15158846557 在線咨詢 在線咨詢
15158846557 在線咨詢
所在位置: 首頁 > 營銷資訊 > 網(wǎng)站運(yùn)營 > 偶像明星網(wǎng)頁模板代碼分享

偶像明星網(wǎng)頁模板代碼分享

時間:2023-06-11 20:00:01 | 來源:網(wǎng)站運(yùn)營

時間:2023-06-11 20:00:01 來源:網(wǎng)站運(yùn)營

偶像明星網(wǎng)頁模板代碼分享:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>偶像明星網(wǎng)頁模板</title>
<style type="text/css">
*{padding: 0;margin:0;}
body{width:1000px;height:auto;margin:0 auto;}
header{width:100%;height:200px;}
header img{width:100%;height:100%;}
nav{width:100%;height:50px;}
nav ul{width:100%;height:100%;}
nav ul li{list-style-type: none;float: left;background-color: #000;}
nav ul li a{text-decoration: none;text-align: center;color:#fff;width:200px;line-height: 50px;display: block;}
.content_one{width:100%;height:auto;background-color: rgb(242,235,229);}
.content_one .left{width:65%;float: left;height:300px;margin-top: 20px;}
.content_one .left h4,p{padding: 5px 20px;}
.content_one .left p{line-height: 30px;}
.content_one .right{width:30%;float: right;height:300px;margin-top: 20px;position: relative;}
.content_one .right img{width:80%;height:100%;position: absolute;right:0;}
.content_one .clear_fix{clear: both;display: block;content: "";}
.content_two {width:100%;height:auto;background-color: rgb(242,235,229);padding-bottom: 20px;}
.content_two p{padding: 10px 20px;}
.content_two img{width:170px;height:300px;margin-left: 22px;}
footer{width: 100%;height: 50px;background-color: #000;}
footer p{line-height: 50px;color:#fff;text-align: center;}
</style>
</head>
<body>
<header>
<img src="img/banner.jpg" alt=""/>
</header>
<nav>
<ul>
<li><a href="">肖戰(zhàn)</a></li>
<li><a href="">演藝經(jīng)歷</a></li>
<li><a href="">人物評價</a></li>
<li><a href="">主要作品</a></li>
<li><a href="">聯(lián)系我們</a></li>
</ul>
</nav>
<main>
<div class="content_one">
<div class="left">
<h4>肖戰(zhàn)</h4>
<h4>中國內(nèi)地男演員</h4>
<p>肖戰(zhàn),1991年10月5日出生于杭州市,中國內(nèi)地男演員、歌手。2015年,以選手的身份參加浙江衛(wèi)視才藝養(yǎng)成選秀節(jié)目《燃燒吧少年》。2016年4月,主演校園星座超能力網(wǎng)絡(luò)劇《超星星學(xué)園》。2018年4月25日,古裝奇幻網(wǎng)絡(luò)劇《哦!我的皇帝陛下》在騰訊視頻播出,肖戰(zhàn)憑北堂墨染一角嶄露頭角。2019年6月27日,古裝仙俠劇《陳情令》在騰訊視頻播出,肖戰(zhàn)憑魏無羨一角贏得廣泛關(guān)注。</p>
</div>
<div class="right">
<img src="img/1.jpg" alt=""/>
</div>
<div class="clear_fix"></div>
</div>
<div class="content_two">
<p>精彩圖片</p>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
</div>
</main>
<footer>
<p>版權(quán)所有&copy</p>
</footer>
</body>
</html>
img/banner.jpg

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>偶像明星網(wǎng)頁模板</title>
<style type="text/css">
*{padding: 0;margin:0;}
body{width:1000px;height:auto;margin:0 auto;}
header{width:100%;height:200px;}
header img{width:100%;height:100%;}
nav{width:100%;height:50px;}
nav ul{width:100%;height:100%;}
nav ul li{list-style-type: none;float: left;background-color: #000;}
nav ul li a{text-decoration: none;text-align: center;color:#fff;width:200px;line-height: 50px;display: block;}
.content_one{width:100%;height:auto;background-color: rgb(242,235,229);}
.content_one .left{width:65%;float: left;height:300px;margin-top: 20px;}
.content_one .left h4,p{padding: 5px 20px;}
.content_one .left p{line-height: 30px;}
.content_one .right{width:30%;float: right;height:300px;margin-top: 20px;position: relative;}
.content_one .right img{width:80%;height:100%;position: absolute;right:0;}
.content_one .clear_fix{clear: both;display: block;content: "";}
.content_two {width:100%;height:auto;background-color: rgb(242,235,229);padding-bottom: 20px;}
.content_two p{padding: 10px 20px;}
.content_two img{width:170px;height:300px;margin-left: 22px;}
footer{width: 100%;height: 50px;background-color: #000;}
footer p{line-height: 50px;color:#fff;text-align: center;}
</style>
</head>
<body>
<header>
<img src="img/banner.jpg" alt=""/>
</header>
<nav>
<ul>
<li><a href="">肖戰(zhàn)</a></li>
<li><a href="">演藝經(jīng)歷</a></li>
<li><a href="">人物評價</a></li>
<li><a href="">主要作品</a></li>
<li><a href="">聯(lián)系我們</a></li>
</ul>
</nav>
<main>
<div class="content_one">
<div class="left">
<h4>肖戰(zhàn)</h4>
<h4>中國內(nèi)地男演員</h4>
<p>肖戰(zhàn),1991年10月5日出生于杭州市,中國內(nèi)地男演員、歌手。2015年,以選手的身份參加浙江衛(wèi)視才藝養(yǎng)成選秀節(jié)目《燃燒吧少年》。2016年4月,主演校園星座超能力網(wǎng)絡(luò)劇《超星星學(xué)園》。2018年4月25日,古裝奇幻網(wǎng)絡(luò)劇《哦!我的皇帝陛下》在騰訊視頻播出,肖戰(zhàn)憑北堂墨染一角嶄露頭角。2019年6月27日,古裝仙俠劇《陳情令》在騰訊視頻播出,肖戰(zhàn)憑魏無羨一角贏得廣泛關(guān)注。</p>
</div>
<div class="right">
<img src="img/1.jpg" alt=""/>
</div>
<div class="clear_fix"></div>
</div>
<div class="content_two">
<p>精彩圖片</p>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
</div>
</main>
<footer>
<p>版權(quán)所有&copy</p>
</footer>
</body>
</html>
img/1.jpg

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>偶像明星網(wǎng)頁模板</title>
<style type="text/css">
*{padding: 0;margin:0;}
body{width:1000px;height:auto;margin:0 auto;}
header{width:100%;height:200px;}
header img{width:100%;height:100%;}
nav{width:100%;height:50px;}
nav ul{width:100%;height:100%;}
nav ul li{list-style-type: none;float: left;background-color: #000;}
nav ul li a{text-decoration: none;text-align: center;color:#fff;width:200px;line-height: 50px;display: block;}
.content_one{width:100%;height:auto;background-color: rgb(242,235,229);}
.content_one .left{width:65%;float: left;height:300px;margin-top: 20px;}
.content_one .left h4,p{padding: 5px 20px;}
.content_one .left p{line-height: 30px;}
.content_one .right{width:30%;float: right;height:300px;margin-top: 20px;position: relative;}
.content_one .right img{width:80%;height:100%;position: absolute;right:0;}
.content_one .clear_fix{clear: both;display: block;content: "";}
.content_two {width:100%;height:auto;background-color: rgb(242,235,229);padding-bottom: 20px;}
.content_two p{padding: 10px 20px;}
.content_two img{width:170px;height:300px;margin-left: 22px;}
footer{width: 100%;height: 50px;background-color: #000;}
footer p{line-height: 50px;color:#fff;text-align: center;}
</style>
</head>
<body>
<header>
<img src="img/banner.jpg" alt=""/>
</header>
<nav>
<ul>
<li><a href="">肖戰(zhàn)</a></li>
<li><a href="">演藝經(jīng)歷</a></li>
<li><a href="">人物評價</a></li>
<li><a href="">主要作品</a></li>
<li><a href="">聯(lián)系我們</a></li>
</ul>
</nav>
<main>
<div class="content_one">
<div class="left">
<h4>肖戰(zhàn)</h4>
<h4>中國內(nèi)地男演員</h4>
<p>肖戰(zhàn),1991年10月5日出生于杭州市,中國內(nèi)地男演員、歌手。2015年,以選手的身份參加浙江衛(wèi)視才藝養(yǎng)成選秀節(jié)目《燃燒吧少年》。2016年4月,主演校園星座超能力網(wǎng)絡(luò)劇《超星星學(xué)園》。2018年4月25日,古裝奇幻網(wǎng)絡(luò)劇《哦!我的皇帝陛下》在騰訊視頻播出,肖戰(zhàn)憑北堂墨染一角嶄露頭角。2019年6月27日,古裝仙俠劇《陳情令》在騰訊視頻播出,肖戰(zhàn)憑魏無羨一角贏得廣泛關(guān)注。</p>
</div>
<div class="right">
<img src="img/1.jpg" alt=""/>
</div>
<div class="clear_fix"></div>
</div>
<div class="content_two">
<p>精彩圖片</p>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
</div>
</main>
<footer>
<p>版權(quán)所有&copy</p>
</footer>
</body>
</html>
img/1.jpg

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>偶像明星網(wǎng)頁模板</title>
<style type="text/css">
*{padding: 0;margin:0;}
body{width:1000px;height:auto;margin:0 auto;}
header{width:100%;height:200px;}
header img{width:100%;height:100%;}
nav{width:100%;height:50px;}
nav ul{width:100%;height:100%;}
nav ul li{list-style-type: none;float: left;background-color: #000;}
nav ul li a{text-decoration: none;text-align: center;color:#fff;width:200px;line-height: 50px;display: block;}
.content_one{width:100%;height:auto;background-color: rgb(242,235,229);}
.content_one .left{width:65%;float: left;height:300px;margin-top: 20px;}
.content_one .left h4,p{padding: 5px 20px;}
.content_one .left p{line-height: 30px;}
.content_one .right{width:30%;float: right;height:300px;margin-top: 20px;position: relative;}
.content_one .right img{width:80%;height:100%;position: absolute;right:0;}
.content_one .clear_fix{clear: both;display: block;content: "";}
.content_two {width:100%;height:auto;background-color: rgb(242,235,229);padding-bottom: 20px;}
.content_two p{padding: 10px 20px;}
.content_two img{width:170px;height:300px;margin-left: 22px;}
footer{width: 100%;height: 50px;background-color: #000;}
footer p{line-height: 50px;color:#fff;text-align: center;}
</style>
</head>
<body>
<header>
<img src="img/banner.jpg" alt=""/>
</header>
<nav>
<ul>
<li><a href="">肖戰(zhàn)</a></li>
<li><a href="">演藝經(jīng)歷</a></li>
<li><a href="">人物評價</a></li>
<li><a href="">主要作品</a></li>
<li><a href="">聯(lián)系我們</a></li>
</ul>
</nav>
<main>
<div class="content_one">
<div class="left">
<h4>肖戰(zhàn)</h4>
<h4>中國內(nèi)地男演員</h4>
<p>肖戰(zhàn),1991年10月5日出生于杭州市,中國內(nèi)地男演員、歌手。2015年,以選手的身份參加浙江衛(wèi)視才藝養(yǎng)成選秀節(jié)目《燃燒吧少年》。2016年4月,主演校園星座超能力網(wǎng)絡(luò)劇《超星星學(xué)園》。2018年4月25日,古裝奇幻網(wǎng)絡(luò)劇《哦!我的皇帝陛下》在騰訊視頻播出,肖戰(zhàn)憑北堂墨染一角嶄露頭角。2019年6月27日,古裝仙俠劇《陳情令》在騰訊視頻播出,肖戰(zhàn)憑魏無羨一角贏得廣泛關(guān)注。</p>
</div>
<div class="right">
<img src="img/1.jpg" alt=""/>
</div>
<div class="clear_fix"></div>
</div>
<div class="content_two">
<p>精彩圖片</p>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
</div>
</main>
<footer>
<p>版權(quán)所有&copy</p>
</footer>
</body>
</html>
img/1.jpg

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>偶像明星網(wǎng)頁模板</title>
<style type="text/css">
*{padding: 0;margin:0;}
body{width:1000px;height:auto;margin:0 auto;}
header{width:100%;height:200px;}
header img{width:100%;height:100%;}
nav{width:100%;height:50px;}
nav ul{width:100%;height:100%;}
nav ul li{list-style-type: none;float: left;background-color: #000;}
nav ul li a{text-decoration: none;text-align: center;color:#fff;width:200px;line-height: 50px;display: block;}
.content_one{width:100%;height:auto;background-color: rgb(242,235,229);}
.content_one .left{width:65%;float: left;height:300px;margin-top: 20px;}
.content_one .left h4,p{padding: 5px 20px;}
.content_one .left p{line-height: 30px;}
.content_one .right{width:30%;float: right;height:300px;margin-top: 20px;position: relative;}
.content_one .right img{width:80%;height:100%;position: absolute;right:0;}
.content_one .clear_fix{clear: both;display: block;content: "";}
.content_two {width:100%;height:auto;background-color: rgb(242,235,229);padding-bottom: 20px;}
.content_two p{padding: 10px 20px;}
.content_two img{width:170px;height:300px;margin-left: 22px;}
footer{width: 100%;height: 50px;background-color: #000;}
footer p{line-height: 50px;color:#fff;text-align: center;}
</style>
</head>
<body>
<header>
<img src="img/banner.jpg" alt=""/>
</header>
<nav>
<ul>
<li><a href="">肖戰(zhàn)</a></li>
<li><a href="">演藝經(jīng)歷</a></li>
<li><a href="">人物評價</a></li>
<li><a href="">主要作品</a></li>
<li><a href="">聯(lián)系我們</a></li>
</ul>
</nav>
<main>
<div class="content_one">
<div class="left">
<h4>肖戰(zhàn)</h4>
<h4>中國內(nèi)地男演員</h4>
<p>肖戰(zhàn),1991年10月5日出生于杭州市,中國內(nèi)地男演員、歌手。2015年,以選手的身份參加浙江衛(wèi)視才藝養(yǎng)成選秀節(jié)目《燃燒吧少年》。2016年4月,主演校園星座超能力網(wǎng)絡(luò)劇《超星星學(xué)園》。2018年4月25日,古裝奇幻網(wǎng)絡(luò)劇《哦!我的皇帝陛下》在騰訊視頻播出,肖戰(zhàn)憑北堂墨染一角嶄露頭角。2019年6月27日,古裝仙俠劇《陳情令》在騰訊視頻播出,肖戰(zhàn)憑魏無羨一角贏得廣泛關(guān)注。</p>
</div>
<div class="right">
<img src="img/1.jpg" alt=""/>
</div>
<div class="clear_fix"></div>
</div>
<div class="content_two">
<p>精彩圖片</p>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
</div>
</main>
<footer>
<p>版權(quán)所有&copy</p>
</footer>
</body>
</html>
img/1.jpg

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>偶像明星網(wǎng)頁模板</title>
<style type="text/css">
*{padding: 0;margin:0;}
body{width:1000px;height:auto;margin:0 auto;}
header{width:100%;height:200px;}
header img{width:100%;height:100%;}
nav{width:100%;height:50px;}
nav ul{width:100%;height:100%;}
nav ul li{list-style-type: none;float: left;background-color: #000;}
nav ul li a{text-decoration: none;text-align: center;color:#fff;width:200px;line-height: 50px;display: block;}
.content_one{width:100%;height:auto;background-color: rgb(242,235,229);}
.content_one .left{width:65%;float: left;height:300px;margin-top: 20px;}
.content_one .left h4,p{padding: 5px 20px;}
.content_one .left p{line-height: 30px;}
.content_one .right{width:30%;float: right;height:300px;margin-top: 20px;position: relative;}
.content_one .right img{width:80%;height:100%;position: absolute;right:0;}
.content_one .clear_fix{clear: both;display: block;content: "";}
.content_two {width:100%;height:auto;background-color: rgb(242,235,229);padding-bottom: 20px;}
.content_two p{padding: 10px 20px;}
.content_two img{width:170px;height:300px;margin-left: 22px;}
footer{width: 100%;height: 50px;background-color: #000;}
footer p{line-height: 50px;color:#fff;text-align: center;}
</style>
</head>
<body>
<header>
<img src="img/banner.jpg" alt=""/>
</header>
<nav>
<ul>
<li><a href="">肖戰(zhàn)</a></li>
<li><a href="">演藝經(jīng)歷</a></li>
<li><a href="">人物評價</a></li>
<li><a href="">主要作品</a></li>
<li><a href="">聯(lián)系我們</a></li>
</ul>
</nav>
<main>
<div class="content_one">
<div class="left">
<h4>肖戰(zhàn)</h4>
<h4>中國內(nèi)地男演員</h4>
<p>肖戰(zhàn),1991年10月5日出生于杭州市,中國內(nèi)地男演員、歌手。2015年,以選手的身份參加浙江衛(wèi)視才藝養(yǎng)成選秀節(jié)目《燃燒吧少年》。2016年4月,主演校園星座超能力網(wǎng)絡(luò)劇《超星星學(xué)園》。2018年4月25日,古裝奇幻網(wǎng)絡(luò)劇《哦!我的皇帝陛下》在騰訊視頻播出,肖戰(zhàn)憑北堂墨染一角嶄露頭角。2019年6月27日,古裝仙俠劇《陳情令》在騰訊視頻播出,肖戰(zhàn)憑魏無羨一角贏得廣泛關(guān)注。</p>
</div>
<div class="right">
<img src="img/1.jpg" alt=""/>
</div>
<div class="clear_fix"></div>
</div>
<div class="content_two">
<p>精彩圖片</p>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
</div>
</main>
<footer>
<p>版權(quán)所有&copy</p>
</footer>
</body>
</html>
img/1.jpg

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>偶像明星網(wǎng)頁模板</title>
<style type="text/css">
*{padding: 0;margin:0;}
body{width:1000px;height:auto;margin:0 auto;}
header{width:100%;height:200px;}
header img{width:100%;height:100%;}
nav{width:100%;height:50px;}
nav ul{width:100%;height:100%;}
nav ul li{list-style-type: none;float: left;background-color: #000;}
nav ul li a{text-decoration: none;text-align: center;color:#fff;width:200px;line-height: 50px;display: block;}
.content_one{width:100%;height:auto;background-color: rgb(242,235,229);}
.content_one .left{width:65%;float: left;height:300px;margin-top: 20px;}
.content_one .left h4,p{padding: 5px 20px;}
.content_one .left p{line-height: 30px;}
.content_one .right{width:30%;float: right;height:300px;margin-top: 20px;position: relative;}
.content_one .right img{width:80%;height:100%;position: absolute;right:0;}
.content_one .clear_fix{clear: both;display: block;content: "";}
.content_two {width:100%;height:auto;background-color: rgb(242,235,229);padding-bottom: 20px;}
.content_two p{padding: 10px 20px;}
.content_two img{width:170px;height:300px;margin-left: 22px;}
footer{width: 100%;height: 50px;background-color: #000;}
footer p{line-height: 50px;color:#fff;text-align: center;}
</style>
</head>
<body>
<header>
<img src="img/banner.jpg" alt=""/>
</header>
<nav>
<ul>
<li><a href="">肖戰(zhàn)</a></li>
<li><a href="">演藝經(jīng)歷</a></li>
<li><a href="">人物評價</a></li>
<li><a href="">主要作品</a></li>
<li><a href="">聯(lián)系我們</a></li>
</ul>
</nav>
<main>
<div class="content_one">
<div class="left">
<h4>肖戰(zhàn)</h4>
<h4>中國內(nèi)地男演員</h4>
<p>肖戰(zhàn),1991年10月5日出生于杭州市,中國內(nèi)地男演員、歌手。2015年,以選手的身份參加浙江衛(wèi)視才藝養(yǎng)成選秀節(jié)目《燃燒吧少年》。2016年4月,主演校園星座超能力網(wǎng)絡(luò)劇《超星星學(xué)園》。2018年4月25日,古裝奇幻網(wǎng)絡(luò)劇《哦!我的皇帝陛下》在騰訊視頻播出,肖戰(zhàn)憑北堂墨染一角嶄露頭角。2019年6月27日,古裝仙俠劇《陳情令》在騰訊視頻播出,肖戰(zhàn)憑魏無羨一角贏得廣泛關(guān)注。</p>
</div>
<div class="right">
<img src="img/1.jpg" alt=""/>
</div>
<div class="clear_fix"></div>
</div>
<div class="content_two">
<p>精彩圖片</p>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
</div>
</main>
<footer>
<p>版權(quán)所有&copy</p>
</footer>
</body>
</html>
img/1.jpg

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>偶像明星網(wǎng)頁模板</title>
<style type="text/css">
*{padding: 0;margin:0;}
body{width:1000px;height:auto;margin:0 auto;}
header{width:100%;height:200px;}
header img{width:100%;height:100%;}
nav{width:100%;height:50px;}
nav ul{width:100%;height:100%;}
nav ul li{list-style-type: none;float: left;background-color: #000;}
nav ul li a{text-decoration: none;text-align: center;color:#fff;width:200px;line-height: 50px;display: block;}
.content_one{width:100%;height:auto;background-color: rgb(242,235,229);}
.content_one .left{width:65%;float: left;height:300px;margin-top: 20px;}
.content_one .left h4,p{padding: 5px 20px;}
.content_one .left p{line-height: 30px;}
.content_one .right{width:30%;float: right;height:300px;margin-top: 20px;position: relative;}
.content_one .right img{width:80%;height:100%;position: absolute;right:0;}
.content_one .clear_fix{clear: both;display: block;content: "";}
.content_two {width:100%;height:auto;background-color: rgb(242,235,229);padding-bottom: 20px;}
.content_two p{padding: 10px 20px;}
.content_two img{width:170px;height:300px;margin-left: 22px;}
footer{width: 100%;height: 50px;background-color: #000;}
footer p{line-height: 50px;color:#fff;text-align: center;}
</style>
</head>
<body>
<header>
<img src="img/banner.jpg" alt=""/>
</header>
<nav>
<ul>
<li><a href="">肖戰(zhàn)</a></li>
<li><a href="">演藝經(jīng)歷</a></li>
<li><a href="">人物評價</a></li>
<li><a href="">主要作品</a></li>
<li><a href="">聯(lián)系我們</a></li>
</ul>
</nav>
<main>
<div class="content_one">
<div class="left">
<h4>肖戰(zhàn)</h4>
<h4>中國內(nèi)地男演員</h4>
<p>肖戰(zhàn),1991年10月5日出生于杭州市,中國內(nèi)地男演員、歌手。2015年,以選手的身份參加浙江衛(wèi)視才藝養(yǎng)成選秀節(jié)目《燃燒吧少年》。2016年4月,主演校園星座超能力網(wǎng)絡(luò)劇《超星星學(xué)園》。2018年4月25日,古裝奇幻網(wǎng)絡(luò)劇《哦!我的皇帝陛下》在騰訊視頻播出,肖戰(zhàn)憑北堂墨染一角嶄露頭角。2019年6月27日,古裝仙俠劇《陳情令》在騰訊視頻播出,肖戰(zhàn)憑魏無羨一角贏得廣泛關(guān)注。</p>
</div>
<div class="right">
<img src="img/1.jpg" alt=""/>
</div>
<div class="clear_fix"></div>
</div>
<div class="content_two">
<p>精彩圖片</p>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
<img src="img/1.jpg"" alt=""/>
</div>
</main>
<footer>
<p>版權(quán)所有&copy</p>
</footer>
</body>
</html>


關(guān)鍵詞:模板,明星,偶像

74
73
25
news

版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。

為了最佳展示效果,本站不支持IE9及以下版本的瀏覽器,建議您使用谷歌Chrome瀏覽器。 點(diǎn)擊下載Chrome瀏覽器
關(guān)閉