58869333 发表于 2022-1-15 21:52:32

css3


为什么用<div calss></div>就垂直居中了


大马强 发表于 2022-1-15 22:16:10

这个你就看要去看.fishc的css文件了
.fishc{
    color: #fff;
    left:50% ;
    margin-left: -230px;
    top:30%;
    width: 430px;
    height: 254px;
    position: absolute;
    z-index: 9999;
    text-align: center;   #居中
    background-image: url(../image/1.png);
    font-family:"Georgia",Serif,Times New Roman;
}

58869333 发表于 2022-1-15 23:00:40

{:10_281:}
页: [1]
查看完整版本: css3