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>
上一篇: 解决webpack 打包 样式的 问题
下一篇: 知道了我的穷
推荐阅读
-
求各位大神帮我搞一个介绍云南的html静态页面_html/css_WEB-ITnose
-
webpack 配置postCSS 自动添加css兼容前缀
-
【CSS笔记十】CSS样式设置小技巧
-
为什么会出现本地和空间的样式不一样_html/css_WEB-ITnose
-
css3实现的动画效果_html/css_WEB-ITnose
-
dedecms 顶踩插件 安装后CSS不对。该如何处理
-
精心整理的十个必须要知道CSS+DIV技巧_html/css_WEB-ITnose
-
SEO技巧:文本链接的重要性
-
Bootstrap3表单checkbox不能水平对齐问题_html/css_WEB-ITnose
-
css中相对定位和绝对定位的介绍与使用