随笔分类 -  css

css样式随笔
摘要:text-align: justify; text-align-last: justify; 阅读全文
posted @ 2019-03-29 16:54 kkaiboo 阅读(471) 评论(0) 推荐(0)
摘要:html : 让 inner 居中 //第一种 .wrap { float: left; /* 自适应内容宽度 */ position: relative; left: 50%; } .inner { position: relative; left: -50%; } //第二种 .wrap { text-align:center;... 阅读全文
posted @ 2019-02-20 14:06 kkaiboo 阅读(2592) 评论(0) 推荐(0)
摘要:overflow-y: scroll; -webkit-overflow-scrolling:touch 阅读全文
posted @ 2019-02-20 14:04 kkaiboo 阅读(979) 评论(0) 推荐(0)
摘要:*{ margin: 0; padding: 0; -webkit-user-select: auto;} 阅读全文
posted @ 2019-02-19 18:23 kkaiboo 阅读(539) 评论(0) 推荐(0)