您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

php实战第二十天_PHP教程

2025/9/19 21:08:38发布25次查看
严格来说这几天实战得是 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;
}
http://www.bkjia.com/phpjc/477330.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/477330.htmltecharticle严格来说这几天实战得是 div+css和ps的修炼中. css来来去去也都是那几个属性. [css] @charset utf-8; /* css document *{ margin:0px; padding:0px; font-size:14p...
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product