基本信息
源码名称:模仿网页制作
源码大小:0.35M
文件格式:.zip
开发语言:CSS
更新时间:2020-04-08
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

 

*{

    font-size: 12px;
    font-family: "Microsoft YaHei";
    color:  #696969;
}
body{
    background:url(ktukhftSCuNouCKN-1515232648.png) top left;
    background-repeat: no-repeat;
    background-size:100% 370px;
   
}
a:link{
    color:palevioletred;
    text-decoration: none;
}
a:visited{
    color:orangered;
    text-decoration: none;
}
a:hover{
    color:skyblue;
}
a:active{
    color:pink ;
}
.wrap{
    width: 706px;
    margin:auto;
}
.header{
    width: 706px;
    height: 32px;
    position: absolute;
    top: 0;
}
.header.left{
    float:left;
}
.header nav ul {
    position: fixed;
    top: 5px;
    left:300px;
    z-index: 1;
}

.box{
    position: absolute;
    top: 220px;
    width: 706px;
    height: 150px;
    background-color: white;
    padding:5px;
    padding:10px;
}
.box .left{
    float:left;
    width: 500px;
}
.box.left span{
    color:steelblue;
    font-size: 18px;
}
.box .right{
    float:left;
    width:206px;
}
.box2{
    position: relative;
    top: 360px;
}
.