css一些记录

比如右侧链接:更多   ,定义此span float:right ,但是 更多 要写在 短标题的左边  比如:<span>更多</span> <font>这是短标题</font>

 

CSS开头

body{ padding:0px; margin:0 auto; 992px; font-size:12px; color:#000000; background-color:#540350;}
a{color:#fff; text-decoration:none;}
a:hover{color:#f8f400;}
div,ul,li,a,p,span,table,b,h1,h2,h3,img,input,button,dropdownlist,select{ padding:0px; margin:0px;}
img{ border:none; border:0px;}
ul li{ list-style:none;}
ul, ol { list-style: none outside none;}
.clear{ clear:both;height:0;overflow:hidden; }

li a 块

.jianjie_wz_right ul li{ color:#000000; float:right; font-size:12px; line-height:24px; height:24px; list-style:none; margin-top:7px; text-align:center; 75px; }
.jianjie_wz_right ul li a{ display:block;color:#000000; font-size:12px; line-height:24px; text-decoration:none;  }

div+css命名规则

原文地址:https://www.cnblogs.com/heifengwll/p/3467929.html