2019年3月21日

摘要: 方法一:定义图片img标签vertical-align:bottom,vertical-align:middle,vertical-align:top。 vertical-align:bottom; 方法二:定义容器里的字体大小为0(原因:图片文字等inline元素默许是和父级元素的baseline 阅读全文
posted @ 2019-03-21 08:41 HelloWorld` 阅读(289) 评论(0) 推荐(1) 编辑

2019年2月18日

摘要: #content::-webkit-scrollbar{ display:none; } 阅读全文
posted @ 2019-02-18 11:32 HelloWorld` 阅读(312) 评论(0) 推荐(1) 编辑

2019年1月25日

摘要: 阅读全文
posted @ 2019-01-25 09:18 HelloWorld` 阅读(77) 评论(0) 推荐(1) 编辑
摘要: overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; (要显示的行数) -webkit-box-orient: vertical; 阅读全文
posted @ 2019-01-25 08:48 HelloWorld` 阅读(117) 评论(0) 推荐(1) 编辑

2019年1月17日

摘要: <style> .anav-r input{ float: left; width: 220px; height: 34px; line-height: 34px; font-size: 14px; outline: none; text-indent: 10px; border:none; col 阅读全文
posted @ 2019-01-17 09:43 HelloWorld` 阅读(231) 评论(0) 推荐(1) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <script src="js/jquery-1.11.3.min.js"></script> <style> li{ list-sty 阅读全文
posted @ 2019-01-17 09:24 HelloWorld` 阅读(91) 评论(0) 推荐(0) 编辑
摘要: <a href="tel:139xxxxxxxx">一键拨打号码</a> <a href="sms:139xxxxxxx">一键发送短信</a> <a target="blank" href="http://wpa.qq.com/msgrd?V=1&amp;Uin=11223344&amp;Site 阅读全文
posted @ 2019-01-17 09:13 HelloWorld` 阅读(257) 评论(0) 推荐(1) 编辑
摘要: 向上的三角形#triangle-up{ width:0; height:0; border-left:50px solid transparent; border-right:50px solid transparent; border-bottom:100px solid black; } 向下的 阅读全文
posted @ 2019-01-17 09:08 HelloWorld` 阅读(378) 评论(0) 推荐(1) 编辑
摘要: <div id="carousel-ad" class="carousel slide" data-ride="carousel" data-interval="2000"> 阅读全文
posted @ 2019-01-17 09:06 HelloWorld` 阅读(582) 评论(0) 推荐(1) 编辑
摘要: @font-face { font-family: SketchRockwell; /*这里是说明调用来的字体名字*/ src: url(‘SketchRockwell.ttf’); /*这里是字体文件路径*/ } .my_CSS3_class { font-family: SketchRockwe 阅读全文
posted @ 2019-01-17 09:05 HelloWorld` 阅读(1718) 评论(0) 推荐(1) 编辑

导航