前端的页面布局


div居中
.div1{
margin: auto;
margin-top: 200px;
height: 300px;
width: 500px;
}
p标签和span标签的居中,span是行内元素,改变字体大小颜色后同一个div中的其他文字也会跟着变
<p  style="text-align: center;display:block;color: red;">${msg}</>

拼接语句:把字符串用双引号引起来,数据不引,this在前端页面中会被识别所以可以被引起来
formatter: function (value, rowData, index) {
return "<input type='text' value='" + value + "'style='width: 40px' onblur='changeStrong(this,"+rowData.hid+","+value+")'/>";
}
posted @ 2020-08-24 20:56  杨超越的歌迷  阅读(168)  评论(0编辑  收藏  举报