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) 编辑
摘要: 1. div{ width:200px; height: 200px; background:green; position: absolute; left:50%; top:50%; margin-left:-100px; margin-top:-100px; } 2.兼容性:,IE7及之前版本不 阅读全文
posted @ 2019-01-17 09:03 HelloWorld` 阅读(130) 评论(0) 推荐(1) 编辑
摘要: <style> .div1{ width: 400px; height: 500px; overflow: scroll; } .div1 img{ width: 100%; /* height: 100px;*/ } /*只显示纵向height:1px,只显示横向width:1px*/ .div2 阅读全文
posted @ 2019-01-17 09:01 HelloWorld` 阅读(323) 评论(0) 推荐(1) 编辑
摘要: 1.前端写的时候li里面有空格 2.后端套标签的时候li里有空格 阅读全文
posted @ 2019-01-17 08:58 HelloWorld` 阅读(221) 评论(0) 推荐(1) 编辑

导航