用HTML编写迪士尼乐园页面

<!DOCTYPE html><html xmlns="http://www.w3.org/1999/html"><head lang="en">    <meta charset="UTF-8">    <title></title>    <link rel="stylesheet" href="../css/reset.css"/>    <link rel="stylesheet" href="../css/disini.css"/></head><body><div class="disini">    <!--头部-->    <header>        <nav>            <a href="#"><i class="aa"></i>首页</a>            <a href="#"><i class="bb"></i>商店</a>            <a href="#"><i class="cc"></i>乐园</a>            <img src="../images/b_logo.png" />            <a href="#"><i class="dd"></i>影视</a>            <a href="#"><i class="ee"></i>数码</a>            <a href="#"><i class="ff"></i>会员</a>        </nav>    </header>    <img src="../images/160216172223655101.jpg" />    <!--img,figcaption是figure的子级-->    <div>        <h1 class="red">明星</h1>        <figure class="yes"><img src="../images/151209173849244246.jpg" />            <figcaption>米老鼠和他的朋友们</figcaption>        </figure>        <figure class="yes"><img src="../images/151209173747572402.jpg" />            <figcaption>迪士尼公主</figcaption>        </figure>        <figure class="yes"><img src="../images/151130185638114248.jpg" />            <figcaption>赛车总动员</figcaption>        </figure>        <figure class="yes"><img src="../images/151130185656630780.jpg" />            <figcaption>小公主苏菲亚</figcaption>        </figure>        <figure class="yes"><img src="../images/151130185733287815.jpg" />            <figcaption>冰雪奇缘</figcaption>        </figure>        <figure class="yes"><img src="../images/151130185754146838.jpg" />            <figcaption>星球大战</figcaption>        </figure>    </div>    <!--img,figcaption是figure的子级-->    <div class="blue">        <h1>商店</h1>        <img class="yellow" src="../images/160322141822716049.jpg" />        <figure ><img class="green" src="../images/161124154351492230.jpg" />            <figcaption></figcaption>        </figure>        <figure><img class="green" src="../images/161124154351492230.jpg" />            <figcaption></figcaption>        </figure>        <figure><img class="green" src="../images/161124154351492230.jpg" />            <figcaption></figcaption>        </figure>        <figure><img class="green" src="../images/161124154351492230.jpg" />            <figcaption></figcaption>        </figure>    </div>    <!--div迪士尼资讯-->    <div class="ll">        <h1>迪士尼资讯</h1>    </div>    <div  class="end">        <div class="op">            <div>                <img class="ab" src="../images/160113121641905797.jpg" />            </div>            <div class="cd">                <h1>上海迪士尼乐园开园在即!</h1>                <a href="">自2016年6月16日起,你将可以探索一个前所未有的神奇世界,每个人都能在这里点亮心中奇梦。<i></i></a>            </div>        </div>        <div class="op">            <div>                <div class="op" >                    <div> <img about="ef" src="../images/160321105131828720.jpg" /></div>                    <div class="gh"><h1><strong>《疯狂动物城》票房突破10亿人名币!</strong></h1>                        <a href="">《疯狂动物城》上映16日登顶中国动物卖座第一,并成为史上首部破10亿动画片<i></i></a>                    </div>                </div>                <div class="mn">                    <div><img class="ef" src="../images/160225171114064621.jpg" /></div>                    <div class="gh">                        <h1><strong>全球首座迪士尼音乐报时钟楼正式落成</strong></h1>                        <a href="">迪士尼钟楼将与迪士尼旗舰店一起为上海带来一份奇妙而梦幻的娱乐购物体验。<i></i></a>                    </div>                </div>            </div>            <div class="op" >                <div class="op"><img class="ef" src="../images/160229155948703765.jpg" /></div>                <div class="mm" >                    <h1><strong>《头脑特工队》获得第88届奥斯卡最佳动画长片</strong></h1>                    <a href="">皮克斯《头脑特工队》获得88届奥斯卡最佳动画长片!实至名归.<i></i></a>                </div>            </div>        </div>    </div>   <!--页脚-->    <div>        <footer>            <div class="" >                <div class="hh"><img src="../images/b_logo.png" /></div>                <div>                    <div class="oo">                        <figure><img src="../images/weibo.jpg" />                            <figcaption>关注我们的微博</figcaption>                        </figure>                    </div>                    <div class="oo"> <figure><img src="../images/weibo.jpg" />                        <figcaption>关注我们的微信</figcaption>                    </figure>                    </div>                </div>            </div>            <div class="yy">                <div class="tt">                <a href=""><strong>关于我们</strong></a>                <a href=""><strong>加入我们</strong></a>                <a href=""><strong>法律条规</strong></a>                <a href=""><strong>隐私政策</strong></a>                <a href=""><strong>退换货政策</strong></a>                </div>                <p>Disney!Pixar All rights reserved.备案号:泸B2-20040339-3</p>             </div>        </footer>    </div>

</div>

</body></html>

以下是css
.disini{    width: 1200px;    height: 4000px;    margin: 0 auto;    border: 1px solid gray;}header{    text-align: center;    background-color: #ffffff;}nav>a{    display:inline-block;    width: 14.28%;    color: black;}.aa{    display: inline-block;    width: 21px;    height: 20px;    background-image: url("../images/icon.png");}header{    margin-bottom: 20px;}nav>a:hover{    color: red;}.aa:hover{    background-position:-21px 0 ;}.bb{    display: inline-block;    width: 21px;    height: 20px;    background-image: url("../images/icon.png");    background-position: 0 -20px;}.bb:hover{    display: inline-block;    width: 21px;    height: 20px;    background-image: url("../images/icon.png");    background-position: -22px -20px;}.cc{    display: inline-block;    width: 21px;    height: 23px;    background-image: url("../images/icon.png");    background-position: 0 -42px;}.cc:hover{    display: inline-block;    width: 21px;    height: 23px;    background-image: url("../images/icon.png");    background-position: -22px -42px;}.dd{    display: inline-block;    width: 21px;    height: 18px;    background-image: url("../images/icon.png");    background-position: 0 -64px;}.dd:hover{    display: inline-block;    width: 21px;    height: 18px;    background-image: url("../images/icon.png");    background-position: -22px -64px;}.ee{    display: inline-block;    width: 13px;    height: 22px;    background-image: url("../images/icon.png");    background-position: 0 -82px;}.ee:hover{    display: inline-block;    width: 21px;    height: 17px;    background-image: url("../images/icon.png");    background-position: -22px -82px;}.ff{    display: inline-block;    width: 21px;    height: 17px;    background-image: url("../images/icon.png");    background-position: 0 -102px;}.ff:hover{    display: inline-block;    width: 21px;    height: 17px;    background-image: url("../images/icon.png");    background-position: -22px -102px;}

/*div明星*/.red{    text-align: center;    font-size: 40px;    margin-top: 56px;    margin-bottom: 42px;}figure>img{    width: 114px;}.yes{    margin:0 40px ;    float: left;}/*div 商店*/.blue>h1{    text-align: center;    font-size: 40px;    margin-top: 60px;    margin-bottom:38px ;}.yellow{    width:600px ;    height: 520px;    float: left;}.green {    width: 300px;    height: 260px;    float: left;    border-top: 1px solid gray;    border-bottom: 1px solid gray ;    border-left:  1px solid gray;    box-sizing: border-box;}/*迪士尼资讯*/.ll>h1{    text-align: center;    margin-top: 60px;    margin-bottom:42px ;    font-size: 40px;}

.end a{    color: gray;    font-size: 14px;}.ab{    width: 600px;    height:480px ;}.cd{    width: 600px;    height: 300px;    border-top: 1px solid gray;    border-bottom: 1px solid gray ;    border-right:  1px solid gray;    box-sizing: border-box;}.ef{    width: 300px;    height: 300px;}.gh{    width: 299px;    height: 180px;    border-left:  1px solid gray;    box-sizing: border-box;}

.op{    float: left;

}.mn{    float: right;}.mm{    width: 300px;    height: 300px;    float: left;    border-top: 1px solid gray;    border-bottom: 1px solid gray ;    box-sizing: border-box;}.cd>h1{    font-size: 30px;    margin:44px 200px 30px 40px  ;}.cd>a{    margin: 0 50px;}.end i{    display: inline-block;    width:14px;    height: 14px;    background-image: url("../images/icon.png");    background-position: -49px -102px;}

/*页脚*/.hh{    height: 80px;    float: left;    padding-right:30px ;    margin-left:400px ;    margin-top: 110px;    border-right: 1px solid gray;}.oo{    float: left;    margin-top: 110px;    margin-right: 34px;    margin-left: 68px;}footer{    margin-top: 90px;}.hh>figure{    margin-right: 68px;    margin-left:78px ;}

.tt{    text-align: center;    border-top: 1px solid gray;    padding-top: 20px;

}p{    color: gray;    font-size: 10px;    text-align: center;}.yy{    float: right;    margin-right: 300px;    margin-top: 30px;

}.yy a{    font-size: 18px;    color: black;    margin-right:40px ;    text-decoration: none;}


原文地址:https://www.cnblogs.com/yangkaiming/p/8908379.html

时间: 2024-10-10 19:57:17

用HTML编写迪士尼乐园页面的相关文章

上海迪士尼乐园开幕首日票遭秒杀 官网疑出故障

3月28日凌晨0时01分,上海迪士尼乐园门票正式开售.澎湃新闻体验后发现,迪士尼在线的官方渠道所售的开幕首日票开卖即被秒杀. 有业内人士分析认为,上海迪士尼乐园16日开幕门票被秒杀,一方面或是因为当日只开园半日且有大型活动,为保证园内秩序主办方压缩了放票量;另一方面,各旅行社渠道同时销售,分散了售票渠道. 上海迪士尼度假区旗舰店:28日正式开票前已售罄 为了提前做好抢票准备,3月27日23时45分许,记者进入上海迪士尼官网,发现该网上显示“票务及酒店预订系统即将开启”,却无法进行任何购票操作.

迪士尼页面制作

html代码 <body> <div class="main"> <!--导航--><header> <nav> <a href=""><i></i>首页</a> <a href=""><i></i>商店</a> <a href=""><i><

迪士尼网页搭建

/*页面宽度*/ body>div { width: 1200px; margin: 0px auto; /*border: 1px solid red;*/ } /*导航父级块*/ div>header{ height: 46px; margin: 20px 0px 30px ; border: 1px solid white; } /*导航a标签*/ div>header>a { width:13.94% ; display: inline-block; text-align:

华特迪士尼语录

这里为大家呈现华特迪士尼先生最被广泛应用的语录条目,这些条目也同样在下面的分类中呈现. "I only hope that we never lose sight of one thing - that it was all started by a mouse."我只希望人们不要忘记一件事,那就是一切都开始于一直老鼠. "It's kind of fun to do the impossible."做不可能的事情是一种欢乐. "Disneyland wi

《造梦者:迪斯尼如何点亮神奇的创意》:各个迪斯尼乐园的建造过程,不含上海和香港的,没意思。2星。

作者是迪士尼幻想工程创意总监,实际的工作是迪斯尼乐园的设计师.本书讲迪斯尼的12座主题公园的建造的历史.英文原版出版于2013年,基本没提香港和上海的两个迪斯尼主题公园. 这12座主题公园的建造的历史,对我来说,比较枯燥乏味,后悔被标题骗了. 以下是书中几个有点意思的观点的摘抄: 1:财务人员和会计会告诉我们怎么才能花最少的钱,幻想工程师的工作是告诉我们什么才是最好的做法.#564 2:赞扬的话不必说出口,因为产品本身就是赞扬,公众对迪士尼电影.电视节目或者迪士尼乐园项目的积极响应就是我们需要的

上海迪士尼正式开园 汪洋宣读习近贺信

上海迪士尼乐园今天开幕,中午12时园区将正式开放,目前已经举行了盛大的开幕仪式.中国国家主席习近和美国总统奥巴马都纷纷发来贺信,国务院副总理汪洋在开幕式上宣读了习近贺信. 前方记者:开幕式刚刚在上海迪士尼度假区的童话城堡前举行,现在透过镜头大家还可以看到明星在舞台上向大家致意,整个现场洋溢着喜庆的气氛. 在开幕式上,中国国家主席习近,以及美国总统奥巴马都发来贺信,国务院副总理汪洋宣读了习近的贺信.习近表示,作为迪士尼积极的倡导者,他希望上海迪士尼的开幕能够进一步促进中美文化交流,并且拉近两国的关

上海迪士尼园区外的公交站牌接入NB-IoT技术

近年来,凭借其广覆盖.低功耗.低成本.大连接.安全性,NB-IoT技术广受重视.全球各大运营商与设备制造商都看准中国超大规模市场,积极布局NB-IoT技术,三大运营商.设备芯片厂商以及众多行业领军企业均积极参与推进,中国NB-IoT行业在全球范围已初具领先优势. 例如,迪士尼乐园入驻上海一年多,已迎接国内外游客超1300万,日均接待超3万人次.如此巨量的人流,园区公交运维能力却广受好评.上海迪士尼园区外的公交站牌相较于平时所见的站牌在外形和功能上大有不同.这些公交站牌使用了时下正热的NB-IoT

迪士尼

<h1>迪士尼资讯</h1>   <!--资讯整体开始做大标签-->   <div class="h10">   <!--资讯下左侧第一幅图标签迪士尼开园-->   <div class="h12">   <img src="../images/disney/160113121641905797.jpg" />   <h2>上海迪士尼乐园开园在即<

上海迪士尼持续火爆,原来是大数据背后撑腰

一转眼,迪士尼在上海安家已经2周年了,不仅热度不减,反而稳居国内主题乐园的头把交椅.六月份迪士尼乐园更是放出大招,不仅在儿童节及连着三天童票半价,更为6月生日的寿星们准备了免费入园的机会,而且中签率超高!如此一来,说迪士尼6月"炸园"丝毫不为过. 然而,相比同类型主题乐园,迪士尼不仅票价高昂(官网售价平日¥399,旺季及周末¥575),而且排队排到地老天荒.尽兴玩一天的结果就是--走断腿加累折腰.既然又累又贵,为啥游客络绎不绝,身边好多"有娃一族"还办了季卡!!!