PHP实验一

CSS文件:

.top1{
    float: left;
    width: 100%;
    height: 100px;
    float: none;
}
.topD{
    background-image: url(./image/back.jpg);
    height: 501px;
    width: 100%;
    float: none;
}
.top1 li{
    float:left;
    list-style-type: none;
    line-height: 50px;
    height: 50px;
    width: 150px;
   
}
*{
    margin: 0px;

}
.top1_l1{
    margin-left: 100px;
}
.top1_l2{
    margin-left: 50px;
}
.top1_l3{
    margin-left: 5px;
}
.top1_l4{
    width: 100px;
}
#text1{
    border: 1px blue solid;
}
.picture1{
    margin-left: 100px;
}
.topDL{
    float: left;
}
.DL1{
    text-decoration:none;
    color:black;
    font-size: 30px;
    margin-left: 100px;
    opacity:0.5;
    filter:alpha(opacity=100);
   
}
.DL1:hover{
    font-size: large;
    color: blue;
}
.leftD li{
    float: left;
    list-style-type: none;
    height: 100px;
}
.topDR{
    float: right;
    margin-top: 50px;
    width: 250px;
    height: 500px;
}
.DL2{
    text-decoration:none;
    color:black;
    font-size: 20px;
    margin-left: 100px;
   
   
}
.DL2:hover{
    font-size: large;
    color: blue;
}
.noxia{
    text-decoration:none;
}
posted @ 2022-03-20 20:14  Blue啊  阅读(14)  评论(0编辑  收藏  举报