04 2020 档案

摘要:HTML 后代:> 缩写:nav>ul>li 兄弟:+ 缩写:div+p+bq 上级节点:^ 缩写:div>ul>li^div <div> <ul> <li></li> </ul> <div></div> </div> 乘法:* 缩写:ul>li*5 自增符号:$ ul>li.item$*5 从 1 阅读全文
posted @ 2020-04-21 18:21 echolife 阅读(165) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>菜鸟教程(runoob.com)</title> </head> <head> <script> function setCookie(cname,cvalue,exdays){ 阅读全文
posted @ 2020-04-15 16:44 echolife 阅读(153) 评论(0) 推荐(0)
摘要:select{ -webkit-user-select:none; -moz-user-select: none; user-select: none; border: 0 none; border-radius: 0; outline: none; background: none; appear 阅读全文
posted @ 2020-04-15 16:43 echolife 阅读(598) 评论(0) 推荐(0)