Table of Contents
天气查询
今日推荐
上海迪士尼2天1晚自由行
上海风光
小吃推荐
宾馆酒店
Home Web Front-end CSS Tutorial dic+css page layout sharing

dic+css page layout sharing

Nov 21, 2016 am 11:58 AM
css

HTML部分代码
<!DOCTYPE html>
<html>
    <head>
    
        
        
        <meta charset="UTF-8">
        <title></title>
        <link href="css/c.css" rel="stylesheet" type="text/css" > 
        
    </head>
    <body>
        <!--container-->
        <div id="container">
        <!--banner-->
        <div id="banner"><img src="/static/imghw/default1.png"  data-src="img/官网.jpg"  class="lazy"      style="max-width:90%" height="150px" alt="图片" title="成梦旅游官网" ></div>
        <!--globllink-->    
        <div id="globllink">
        <ul>
            <li><a href="#" target="_self">热点景区</a></li>
            <li><a href="#" target="_blank">优惠推荐</a></li>
            <li><a href="#" target="_blank">离家最近</a></li>
            <li><a href="#" target="_blank">亲子景区</a></li>
            <li><a href="http://www.baidu.com/" target="_blank">问题反馈</a></li>
        </ul>
        </div>
        <!--left-->
        <div id="left">
            <div id="weather">
            <h3 id="span-天气查询-span"><span>天气查询</span></h3>
            <ul>
                <li>武汉    大雨 19℃-26℃</li>
                <li>孝感    小雨20℃-27℃</li>
                <li>苏州     晴25℃-31℃</li>
                <li>上海     阴20℃-29℃</li>
            </ul>
            </div>
            <div id="today">
                <h3 id="span-今日推荐-span"><span>今日推荐</span></h3>
                <ul>
                    <li><a href="#"><img  src="/static/imghw/default1.png"  data-src="img/2.jpg"  class="lazy"      style="max-width:90%"dic+css page layout sharing" ></a></li>
                    <li><a href="#">东湖</a></li>
                    <li><a href="#"><img  src="/static/imghw/default1.png"  data-src="img/3.jpg"  class="lazy"      style="max-width:90%" height="55px" alt="dic+css page layout sharing" ></a></li>
                    <li><a href="#">叼叉湖</a></li>
                    <li><a href="#"><img  src="/static/imghw/default1.png"  data-src="img/4.jpg"  class="lazy"     style="max-width:90%" height="55px" alt="dic+css page layout sharing" ></a></li>
                    <li><a href="#">园林园</a></li>
                </ul>
            </div>
        </div>
        <!--center-->
        <div id="center">
            <div id="blank">
                <img  src="/static/imghw/default1.png"  data-src="img/迪士尼.jpg"  class="lazy"      style="max-width:90%"dic+css page layout sharing" >
            </div>
            <div id="blank1">
                <h3 id="上海迪士尼-天-晚自由行">上海迪士尼2天1晚自由行</h3>
                <ol>
                    <li>线路:大门-海盗园-梦想大道-风飞谷-恐龙墓园-出口</li>
                    <li>线路:大门-奇迹漂流-绝地仓库-风飞谷-恐龙墓园-出口</li>
                    <li>线路:大门-风飞谷-梦想大道-海盗园-恐龙墓园-出口</li>
                    <li>线路:大门-海盗园-梦想大道-风飞谷-绝地仓库-出口</li>
                </ol>
            </div>
             <div id=blank2>
                <a href="#" target="_blank"><img  src="/static/imghw/default1.png"  data-src="img/22.gif"  class="lazy"   height=120px    style="max-width:90%"dic+css page layout sharing" ></a>
                <a href="#" target="_blank"><img  src="/static/imghw/default1.png"  data-src="img/23.jpg"  class="lazy"   height=120px    style="max-width:90%"dic+css page layout sharing" ></a>
                <a href="#" target="_blank"><img  src="/static/imghw/default1.png"  data-src="img/24.jpg"  class="lazy"   height=120px    style="max-width:90%"dic+css page layout sharing" ></a>
             </div>    
                
        </div>
            
        
        <!--right-->
        <div id="right">
            <div id="map">
                <h3 id="上海风光">上海风光</h3>
                <p><a href="#" title="点击看大图"><img  src="/static/imghw/default1.png"  data-src="img/34.jpg"  class="lazy"      style="max-width:90%"dic+css page layout sharing" ></a></p>
                <p><a href="#" title="点击看大图"><img  src="/static/imghw/default1.png"  data-src="img/35.jpg"  class="lazy"      style="max-width:90%"dic+css page layout sharing" ></a></p>
            </div>
             <div id="food">
             <h3 id="小吃推荐">小吃推荐</h3>
             <ul>
                 <li><a href="#">黄焖鸡</a></li>
                 <li><a href="#">烧烤羊腿</a></li>
                 <li><a href="#">五一夜市</a></li>
                 <li><a href="#">海鲜锅</a></li>
             </ul>
             </div>
             <div id="lifo">
                 <h3 id="宾馆酒店">宾馆酒店</h3>
                 <ul>
                 <li><a href="#">德莱美庭</a></li>
                 <li><a href="#">泰和酒店</a></li>
                 <li><a href="#">友爱酒店</a></li>
                 <li><a href="#">如家酒店</a></li>
                 </ul>
            </div>
        </div>    
        <!--footer-->
        <div id="footer">大兔子技术有限公司@2015-2016版权所有</div>    
        </div>
    </body>
</html>
---------------------------------------------------------------------------------------------------------------------------------------------
CSS代码部分

body{
 background-color:antiquewhite;
 margin:0px;
 padding:0px;
 font-size:12px;
 font-family:Arial;
}
#container{
 margin:0px auto;
 width:810px;
 height:600px;
 text-align:left;
 background:cadetblue;
}
#banner{
 margin:0px;
 padding:0px;
 background:wheat;
 height:150px;
 width:100%;
}
#globllink{
 margin:0px;
 padding:0px;
 background:salmon; 
 height:50px;        
}

#globllink ul{
 list-style-type:none;
 margin:0px;
}
#globllink ul li{
 float:left;
 text-align:center;
 width:80px;
 margin:0px 20px;
}
#globllink ul li a{
 display:block;
 padding:9px 6px 11px 6px;
 margin:7px;
 background:url("../img/5.jpg") no-repeat;
}
#globllink a:link,#globllink a:visited{
color:#004a87;
text-decoration:underline;
}
#globllink a:hover{
 color:#fffff;
 text-decoration:none;
 background:url("../img/2.jpg") no-repeat;
  transform:rotate(30deg);
 -ms-transform:rotato(30deg);/*ie9*/
 -moz-transform:rotate(30deg);/*firefox*/
 -webkit-transform:rotate(30deg);/*safari and chrome*/
 
}
#left{
 width:200px;
 
 background:cadetblue;
 padding:0px 0px 5px 0px;
 margin:0px;
    color:blank;
 float:left;
 -display:inline;
}
#weather{
 background:url("../img/2.jpg" ) no-repeat;
 margin:0px 5px;
 background-color:cadetblue;
}
#weather h3{
 font-size:12px;
 padding: 1px 0px 0px 70px;
 color:gold;
 margin:0px;
}
#weather ul{
 margin:8px 5px 0px 5px;
 padding:10px 0px 8px 15px;;
 list-style-type:none;
}
#weather ul li{
   background:url("../img/5.jpg") no-repeat;
}
#today h3{
 color:seagreen;
 font-size:15px;
 margin:15px 0px 0px 20px;
 padding:4px 0px 2px 30px;
 background:url("../img/3.jpg");
 
}
#today{
 background:cadetblue;
 margin:0px 3px;
 padding:-2px 0px;
}
#today ul{
 list-style-type:none;
 padding:10px;
 margin:0px;
}
#today ul li{
 text-align:center;
}
#today ul li img{
 border:1px mediumvioletred solid;
}
#today ul li a:link,#today ul li a:visited{
 color:#d8ecff;
 text-decoration:none;
}
#today ul li a:hover{
 text-decoration: underline;
}

#center{
 display:inline;
 background:white;
 margin:0px 5px;
 padding:5px 0px 5px 0px;
 float:left;
 width:400px;
 height:370px;
}
#blank{
 border:1px solid salmon;
 margin-top:-5px;
 margin-bottom:-4px;
}
#blank1 h3{
color:brown;
margin:5px 5px;
padding:0px 0px 0px 70px; 
}
#blank1 {
 background: url("../img/5.jpg"); no-repeat ;
 
 
 padding:13px;
 }
 
#blank2 a img{
  margin-right:-2px ;
  padding:0px;
  border: #C71585 solid 1px;
  
}
#right{
 width:200px;
 height:370px;
 background:cadetblue;
 margin:0;
 padding:0px 0px 5px 0px;
 float:left;
}
#map h3{
 font-size:13px;
 color:green;
 font-style:italic;
 font-weight:bold;
 font-family:"黑体";
 margin:0px;
 padding:2px 0px 0px 5px;
}
#map img{
 margin-bottom:-14px;
 padding-top:-100px;
}
#food,#lifo{
 font-size:15px;
}
#food ul li,#lifo ul li{
 
 padding:0px;
 border-bottom:1px  dashed #eeeeee;
}
#lifo{
 margin-top:-10px;
}
#food a:link,#food a:visited{
 color:crimson;
 text-decoration:none;
 }
#food a:hover{
 text-decoration:underline;
 background: url("../img/2.jpg") no-repeat;
} 

#lifo a:link,#lifo a:visited{
 color:crimson;
 text-decoration:none;
}
#lifo a:hover{
 text-decoration:underline;
 background: url("../img/2.jpg") no-repeat;
} 
#footer{
 width:100%;
 height:30px;
 background:silver;
 margin:1px 0px  0px 0px;
 padding:1px 0px;
 clear:both;
 padding-left:70px;
}
静态页面效果
edge运行效果

2016-11-2109:45:07
Copy after login

displays normally on edge, but is not compatible with IE11 (the layout of the middle div is staggered up and down).

Hope the experts can point out the solution

IE11 running effect

dic+css page layout sharing

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to increase the height of the input element and make the text at the bottom? How to increase the height of the input element and make the text at the bottom? Apr 05, 2025 pm 02:51 PM

How to increase the height of the input element and make the text at the bottom? When we need to adjust the height of the input element in web design and hope that the text in it...

How to draw a specific shape with an orange background color using CSS' clip-path property? How to draw a specific shape with an orange background color using CSS' clip-path property? Apr 05, 2025 pm 04:36 PM

Practical application cases of CSS drawing function In modern web design, CSS can not only be used for layout and style, but also for creating complex graphics and animations. May...

How to add loading animation to the a tag click and then jump? How to add loading animation to the a tag click and then jump? Apr 05, 2025 pm 04:48 PM

Cleverly implementing the short animation and jump after clicking the a tag, many times, we hope that after clicking the a tag, the page can first display a short loading event...

How to solve the problem of page scrolling after the soft keyboard of the mobile Edge browser pops up? How to solve the problem of page scrolling after the soft keyboard of the mobile Edge browser pops up? Apr 05, 2025 pm 02:57 PM

Regarding the Edge browser input method, page height and scrolling after the keyboard pops up. When using the Edge browser on your mobile phone, the page often encounters this problem: �...

How to elegantly achieve high adaptability of the middle content in the three-line layout? How to elegantly achieve high adaptability of the middle content in the three-line layout? Apr 05, 2025 pm 04:39 PM

Discussion on the height of adaptive intermediate content in three-line layout In web layout, you often encounter the need to implement three-line layout and the intermediate content is highly variable...

What is the <figure> element in CSS for? What is the
element in CSS for? Apr 05, 2025 pm 04:51 PM

What are the elements in CSS for? During the learning and using CSS, you may encounter some less common HTML elements, such as &lt...

How to use locally installed 'Jingnanmai Round' on a web page without loading the font file? How to use locally installed 'Jingnanmai Round' on a web page without loading the font file? Apr 05, 2025 pm 04:54 PM

How to use locally installed font files on web pages In web page development, sometimes we will encounter the situation where we need to use specific fonts installed on our computer...

What are the encoded fonts used in the picture? How to apply this font style in a project? What are the encoded fonts used in the picture? How to apply this font style in a project? Apr 05, 2025 pm 05:06 PM

Introduction and use of encoded fonts In programming and web design, choosing the right font can greatly improve the readability and aesthetics of the code. recent,...

See all articles