随笔分类 - css
摘要:<html><head><style type="text/css">#main{position:absolute;/*fixed/relative/static*/left:90px;top:100px;}#first{position:absolute;left:90px;top:100px;
阅读全文
posted @ 2018-01-02 15:11
董永辉Bruno
摘要:.toolbar button{ background: none; border:none; padding:0 3px;} <div class="toolbar toolbar-float clearfix"> <button ng-click="addTaggedFolder(); $eve
阅读全文
posted @ 2017-11-02 11:33
董永辉Bruno
摘要:这些是CSS3特有的选择器,A>B 表示选择A元素的所有子B元素。与A B的区别在于,A B选择所有后代元素,而A>B只选择一代。另外:没有<的用法。A+B表示HTML中紧随A的B元素。p:nth-child(2)就表示在p的父元素中选择位居第二个的p拓展:所有的css选择器:http://www.
阅读全文
posted @ 2017-11-02 11:31
董永辉Bruno