POLO360练习

代码部分

1.首先导入reset.css文件夹来去除基本的样式,性能比*{padding:opx;margin:0px;
}好。
2.处理IE6图片透明问题在body中

清除div img a h1的透明问题;
3. POLO360练习_第1张图片关于左边设置外边距还是内边距问题,首先width=940px,若设置padding则撑开原先的定义好的宽度,到时候需要重新定义宽度,所有用margin。
4. “图片” title作用:鼠标移入到图片就会有提示文字。 alt:描述这张图片
5. 导航条

    浮动在块元素div下边时,不会与块元素齐平,解决方法是,将块元素与导航条的html代码换一下位置,再浮动。
    6. 直接设置字体样式 font: bold 14px Georgia;
    7. 去除下划线 text-decoration:none; →underline
    8. 设置左边框 border-left: 1px #d6d6d6 dotted; dotted→dashed
    9. 定义了一个.w{width:940px} , 要用时直接

ps切图

1、 截一个像素的图作为背景图,样式→固定大小→图像 →裁剪→文件→存储为web所用格式→存储到img下。
2、 POLO360练习_第6张图片来晒选图层。
3、 在这里插入图片描述在这里插入图片描述查看字体
在这里插入图片描述查看字体颜色
4、 在这里插入图片描述选中图层,Alt+图标位置,留下你要选的图层,过滤掉不要的图层

素材

POLO360练习_第7张图片
*

*代码部分

body{
background: url(img/xia) repeat-x;
}
.w{
width: 940px;
margin: 0 auto;
}
.header{
padding-top: 37px;
padding-bottom: 46px;
}
.logo{
margin-left: 15px;
}
.nav{}
float: right;
margin-top: 22px;
}
.nav li{
float: left;
padding: 0 10px 8px;
border-left: 1px #d6d6d6 dotted;
}
.nav a{
color: #666;
font: bold 14px Georgia;
text-decoration: none;
}
.nav a:hover{
color: #a1a1a1;
text-decoration: underline;
}
.nav p{
color: #b7b7b7;
font: 11px tahoma;
}
.banner{
height: 356px;
background: url(…/img/banner-bg.png) no-repeat bottom center;
position: relative;
}
.pointerDiv{
position: absolute;
top: 314px;
left: 15px;
}
.pointerDiv a{
float: left;
width: 17px;
height: 17px;
margin-left: 4px;
background:url(…/img/sprite.png) no-repeat;
}
.pointerDiv .active,
.pointerDiv a:hover{
background:url(…/img/sprite.png) no-repeat -27px 0px;
}
.content h1{
text-align: center;
font: bold 24px Georgia;
padding: 6px 0 20px 0;
margin-bottom: 38px;
background: url(…/img/line.png) no-repeat bottom center;
}
.content .pl , .content .cs , .content .uc,
.contact .sc , .contact .co , .contact .nu{
float: left;
width: 300px;
}
.content .cs , .contact .co {
margin: 0 20px;
}
.content h2{
color: #11719e;
font: 21px Georgia;
}
.content .p1{
color: #8c8c8c;
font: 12px Helvetica;
}
.content .imgDiv{
width: 299px;
height: 190px;
background: url(…/img/img-bg.png) no-repeat;
margin: 16px 0px 10px 0px;
text-align: center;
padding-top: 12px;
}
.content .p2{
height: 92px;
color: #3e3e3e;
font: 13px Helvetica;
word-spacing: 2px;
}
.content .lm{
display: block;
width: 163px;
height: 40px;
background: url(…/img/sprite.png) no-repeat 0px -70px;
text-decoration: none;
color: #016999;
font: 12px/40px Helvetica ;
text-indent: 1em;
margin-bottom: 35px;
}
.contact{
background: url(…/img/line.png) no-repeat top center;
}
.contact .txt{
width: 276px;
height: 33px;
line-height: 33px;
background: url(…/img/input.png) no-repeat;
_background-attachment: fixed;
border: none;
padding: 0px 10px;
margin: 0px 0px 16px;
}
.contact .tarea{
width: 276px;
height: 114px;
background: url(…/img/textarea.png) no-repeat;
_background-attachment: fixed;
border: none;
overflow: auto;
resize: none;
padding: 10px;
margin: 0;
}
.contact .btn{
width: 163px;
height: 32px;
background: url(…/img/sprite.png) no-repeat 0px -27px;
border: none;
padding: 0;
margin: 11px 0px 23px;
color: white;
font: 13px Georgia;
text-align: left;
text-indent: 1em;
cursor:pointer ;
}
.contact h2{
color: #444;
font: 18px/1 georgia;
border-bottom: 1px dashed #d3d3d3;

        padding: 44px 0px 10px;
        margin-bottom: 15px;
        }

    .sc .p1{
        color: #444;
        font: 12px/1 Helvetica;
        }
    .sc .icon{
        font-size: 0;
        margin-top: 4px;
        }

    .sc .icon a{
        margin-right: 6px;
        }

    .sc .nl{font: bold 18px/1 "gill sans mt";

padding: 34px 0px 10px;

}

.sc .txt{
margin-top: 15px;
_margin-top: 18px;
margin-bottom: 0px;
}

/设置è�”ç³»æ �å�³ä¾§/

.nu p{
color: #444;
font: 12px/1 helvetica;
height: 58px;
_height: 60px;
border-bottom: 1px dashed #d3d3d3;

margin-bottom: 14px;
padding-bottom: 9px;

}

.nu .no-margin{
margin-bottom: 0px;
}

.nu img{
float: left;
margin-right: 8px;

}

.nu .btn{
_margin-left: -1em;
}

.footer{
height: 173px;
background: #333;
/设置上边框/
border-top: 10px solid #4c4c4c;
}

.footer a , .footer p{
color: #999;
font: 11px Helvetica ;
text-decoration: none;
}

.footer a:hover{
color: #cccaca;
text-decoration: underline;
}

.footer p{
margin-left: 8px;
margin-right: 23px;
margin-bottom: 6px;
}

.footer .w{
padding-top:18px ;
}

.footer .copy{
float: right;
display: inline;
}

     

Lorem ipsum dolor sit amet, consectetur adipisicing elit

Perfect Logic

All you want your website to do.

小男孩

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt

Learn More

Complete Solution

A tool anything and everything you can think

小女孩

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciun tdolore magnam aliquam quaerat voluptatem.

Learn More

Uber Culture

Fresh. Modern and ready for future

大绿球

Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

Learn More

Social Connection

At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium

Newsletter

At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium

Contact

News Updates

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.

At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium.

你可能感兴趣的:(POLO360练习)