摘要: 个性签名 {$me.gxqm} 阅读全文
posted @ 2014-08-13 22:02 韵脚学员 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 1 text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical... 阅读全文
posted @ 2014-08-13 18:41 韵脚学员 阅读(848) 评论(0) 推荐(0) 编辑
摘要: 1 background: rgba(255, 255, 255, 0.8) !important; /* IE无效,FF有效 */2 3 background: #fff;4 5 filter: alpha(opacity=60);在需要不透明文字的... 阅读全文
posted @ 2014-08-13 17:17 韵脚学员 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2014-08-13 01:19 韵脚学员 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 1、在controller下新建一个类,类的名称必须按照tp的规范来写。2、在需要调用的类中,只需new一下被调用的类名。1 $t=new DataController();2 $t->m(); 阅读全文
posted @ 2014-08-13 00:47 韵脚学员 阅读(580) 评论(0) 推荐(0) 编辑