欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

css文本居中

程序员文章站 2022-04-26 14:46:51
...

css文本居中

.inv_jxfp_form{
    position: relative;
    width:948px;
    height:632px;
    background:url(../images/zzs_jxfp_bg.gif) no-repeat;
    margin:0 auto;
}

.font_div{
    position: absolute;
    top: 20px;
    left: 0px;
    /* background-color: #f8f5f500; */
    height: 100px;
    width: 948px;
    text-align:center;   /* 水平居中 */
    line-height: 100px;  /* 垂直剧终 */
}

.jxfp_title{
    /* position: absolute;
    top:71px;
    left:394px; */
    color:#000000;
    font-size:40px;
}
<div class="inv_jxfp_form">
    <div class="font_div"><span class="jxfp_title">${fpzl }</span></div>   
</div>
相关标签: css 居中