Css
qq_21425067
这个作者很懒,什么都没留下…
展开
-
css选择器
CSS3 伪类选择器 nth-child() 的用法 伪类选择器 nth-child() 在IE6-8和FF3.0-浏览器不支持,CSS3中nth-of-type(n)(比如nth-of-type(1))这个特殊的类选择符可以样式更加个性的标题和段落等,不过,目前nth-of-type(n)只支持火狐3、opera、safari和chrome等部分浏览器。 :nth-c转载 2016-12-02 11:20:41 · 190 阅读 · 0 评论 -
css弹性盒子
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=yes, width=device-width" />原创 2016-12-07 15:20:51 · 314 阅读 · 0 评论 -
Css背景图片撑满
body { background-image: url("../images/DLXMine/cardbg.png"); background-attachment: fixed; background-size: 100% 100%; }原创 2016-12-07 17:49:03 · 612 阅读 · 0 评论 -
表单文字整体对齐
<ul> <li class="li">姓  名:<input type="text" /></li> <li class="li">手 机 号:<input type="text" /></li> <li cl...转载 2019-06-13 10:18:59 · 164 阅读 · 0 评论