11 2017 档案

摘要:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1, maximum-scale=1,user-scalable=0" name 阅读全文
posted @ 2017-11-10 17:43 落落1 阅读(186) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html><html><head> <title>认证码</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatibl 阅读全文
posted @ 2017-11-09 16:54 落落1 阅读(172) 评论(0) 推荐(0) 编辑
摘要:因为在电脑上的PS只能作图是1px为单位,但是当手机用二倍图的时候,我们写1px显示出来其实已经是2px了,所以这里可以这样写 <div class="box"></div> .box{ width:400px; height:200px; position:relative; } .box:aft 阅读全文
posted @ 2017-11-08 16:35 落落1 阅读(180) 评论(0) 推荐(0) 编辑
摘要:overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; 阅读全文
posted @ 2017-11-08 16:02 落落1 阅读(112) 评论(0) 推荐(0) 编辑