在视图中存在 {-} 这个代码时,就会报错

浏览:391 发布日期:2014/10/17 分类:技术分享 关键字: bug
html文件中加入这段代码
.section{-webkit-box-orient:vertical; -moz-box-orient: vertical; box-orient: vertical;
display:-webkit-box; display: -moz-box; display: box;
-webkit-box-pack:center; -moz-box-pack:center; box-pack:center;
-webkit-box-align:center; -moz-box-align: center; box-align:center;
color:#666; position: relative; text-align: center;
}

thinkphp一定会报错
最佳答案
评论( 相关
后面还有条评论,点击查看>>