摘要: IE8及以下版本用滤镜来兼容background-size如下: 阅读全文
posted @ 2017-04-18 14:20 等等wdd 阅读(228) 评论(0) 推荐(0)
摘要: .wrap { color : blue; width : 600px; height : 500px; border:groove; border-radius: 15px; .header { border:groove; width : 90%; a {/*伪类*/ color: red; f 阅读全文
posted @ 2017-03-07 10:48 等等wdd 阅读(4505) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet/less" type="text/css" href="css/demo2.css"> <script src="js/ 阅读全文
posted @ 2017-03-07 10:47 等等wdd 阅读(770) 评论(0) 推荐(0)
摘要: .wrap { color : blue; width : 600px; height : 500px; border:groove; border-radius: 15px; .header { border:groove; width : 90%; } .content { border:gro 阅读全文
posted @ 2017-03-07 10:46 等等wdd 阅读(123) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet/less" type="text/css" href="css/demo2.css"> <script src="js/ 阅读全文
posted @ 2017-03-07 10:45 等等wdd 阅读(206) 评论(0) 推荐(0)
摘要: @color: pink;@background-color:#32c8fa;@border-radius: 5px;.bordered { border-top: dotted 1px black; border-bottom: solid 2px black; height: 40px; lin 阅读全文
posted @ 2017-03-07 10:44 等等wdd 阅读(156) 评论(0) 推荐(0)
摘要: ddd.css另附 阅读全文
posted @ 2017-03-07 10:42 等等wdd 阅读(110) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <script src="js/vue.min.js"></script> </head> <body> <div id="app"> <p>{{message}} 阅读全文
posted @ 2017-02-21 11:49 等等wdd 阅读(173) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>vue数据绑定</title> <script src="js/vue.min.js" type="text/javascript" charset="utf-8"></script 阅读全文
posted @ 2017-02-21 11:03 等等wdd 阅读(1001) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <script src="js/vue.min.js"></script> </head> <body> <div id="app"> <ul> <li v-for 阅读全文
posted @ 2017-02-21 10:36 等等wdd 阅读(3871) 评论(0) 推荐(0)