发布时间:2015-05-27 19:26:43作者:知识屋
严格来说这几天实战得是 div+css和ps的修炼中.
css来来去去也都是那几个属性.
[css]
@charset "utf-8";
/* CSS Document
*{
margin:0px;
padding:0px;
font-size:14px;
}
body{
background-color:#ECECEC;
}
#head{
position:fixed;
top:0px;
background:#FAFAFA;
width:100%;
height:54px;
border-bottom: 1px solid #E8E8E8;
box-shadow: 0 1px 5px rgba(34, 25, 25, 0.2);
z-index:100;
}
#header{
margin:0 auto;
width:960px;
height:54px;
}
.nav{
float: left;
height: 54px;
width: auto;
}
.nav ul ,.nav li{
float: left;
list-style: none outside none;
}
.nav li a{
padding: 0 15px;
color: #585858;
display: block;
line-height: 54px;
border-right: 1px solid #E8E8E8;
}
#main{
position:relative;
top:82px;
margin:0 auto;
width:960px;
height: auto;
}
#left{
float: left;
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #C7C7C7;
width: 630px;
}
#right{
float:right;
//background: none repeat scroll 0 0 #FFFFFF;
// border: 1px solid #C7C7C7;
width: 314px;
}
#footer{
float: left;
margin-top:90px;
border-top: solid 1px #ccc;
width: 100%;
}
#f_center{
width: 960px;
height: 54px;
margin: 0 auto;
text-align: center;
}
#f_top{
width:700px;
margin: 0 auto;
margin-top: 10px;
}
#f_top ul{
list-style: none;
}
#f_top li{
float: left;
padding: 10px;
border-right: solid 1px #ccc;
}
#f_bottom{
float: left;
text-align: center;
width: 960px;
}
.left_kuai{
padding-left: 10px;
padding-bottom:10px;
}
.left_kuai_t{
background-image:url("../img/item_left.png");
width: 412px;
height:65px;
margin-top:20px;
margin-left: -19px;
color: #FFFFFF;
font-weight: 700;
height: 65px;
line-height: 55px;
text-indent: 2em;
}
.right_kuai{
margin-top:0px;
margin-bottom: 20px;
width:100%;
border: solid 1px #ccc;
background-color: #fff;
padding-left: 10px;
padding-bottom:10px;
}
.right_kuai_t{
background-image:url("../img/item_right.png");
width: 166px;
height: 30px;
margin-top:-12px;
margin-left:20px;
color: #FFFFFF;
font-size: 15px;
font-weight: 700;
line-height: 30px;
text-indent: 1em;
}
@charset "utf-8";
/* CSS Document 微凉 QQ:496928838 http://wl.125.la*/
*{
margin:0px;
padding:0px;
font-size:14px;
}
body{
background-color:#ECECEC;
}
#head{
position:fixed;
top:0px;
background:#FAFAFA;
width:100%;
height:54px;
border-bottom: 1px solid #E8E8E8;
box-shadow: 0 1px 5px rgba(34, 25, 25, 0.2);
z-index:100;
}
#header{
margin:0 auto;
width:960px;
height:54px;
}
.nav{
float: left;
height: 54px;
width: auto;
}
.nav ul ,.nav li{
float: left;
list-style: none outside none;
}
.nav li a{
padding: 0 15px;
color: #585858;
display: block;
line-height: 54px;
border-right: 1px solid #E8E8E8;
}
#main{
position:relative;
top:82px;
margin:0 auto;
width:960px;
height: auto;
}
#left{
float: left;
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #C7C7C7;
width: 630px;
}
#right{
float:right;
//background: none repeat scroll 0 0 #FFFFFF;
// border: 1px solid #C7C7C7;
width: 314px;
}
#footer{
float: left;
margin-top:90px;
border-top: solid 1px #ccc;
width: 100%;
}
#f_center{
width: 960px;
height: 54px;
margin: 0 auto;
text-align: center;
}
#f_top{
width:700px;
margin: 0 auto;
margin-top: 10px;
}
#f_top ul{
list-style: none;
}
#f_top li{
float: left;
padding: 10px;
border-right: solid 1px #ccc;
}
#f_bottom{
float: left;
text-align: center;
width: 960px;
}
.left_kuai{
padding-left: 10px;
padding-bottom:10px;
}
.left_kuai_t{
background-image:url("../img/item_left.png");
width: 412px;
height:65px;
margin-top:20px;
margin-left: -19px;
color: #FFFFFF;
font-weight: 700;
height: 65px;
line-height: 55px;
text-indent: 2em;
}
.right_kuai{
margin-top:0px;
margin-bottom: 20px;
width:100%;
border: solid 1px #ccc;
background-color: #fff;
padding-left: 10px;
padding-bottom:10px;
}
.right_kuai_t{
background-image:url("../img/item_right.png");
width: 166px;
height: 30px;
margin-top:-12px;
margin-left:20px;
color: #FFFFFF;
font-size: 15px;
font-weight: 700;
line-height: 30px;
text-indent: 1em;
}
如何对PHP文件进行加密方法 PHP实现加密的几种方式介绍
php生成圆角图片的方法 电脑中php怎么生成圆角图片教程
用PHP构建一个留言本方法步骤 php怎么实现留言板功能
php中三元运算符用法 php中的三元运算符使用说明
php文件如何怎么打开方式介绍 php文件用什么打开方法
PHP怎么插入数据库方法步骤 php编程怎么导入数据库教程
如何安装PHPstorm并配置方法教程 phpstorm安装后要进行哪些配置
PHP 获取远程文件大小的3种解决方法 如何用PHP获取远程大文件的大小
20个实用PHP实例代码 php接口开发实例代码详细介绍
如何架设PHP服务器方法步骤 怎么搭建php服务器简单教程