text-indent遇到display:block或者float就不生效了,也就是给图片img加上display:block;或float:left;即可...
text-indent遇到display:block或者float就不生效了,也就是给图片img加上display:block;或float:left;即可
text-indent遇到display:block或者float就不生效了,也就是给图片img加上display:block;或float:left;即可...
text-indent遇到display:block或者float就不生效了,也就是给图片img加上display:block;或float:left;即可
上一篇:缩放:scale()
下一篇:没有了
Copyright © <script>var d=new Date();document.write(d.getFullYear());</script> FFan. All rights reserved.
四边为虚线边框:border:1px dashed #000; 左边为虚线:border-left:1px dashed #000; 右边为虚线:border-right:1px dashed #000; 顶部边(上边)为虚线:border-top:1px dashed #000; 底部边(下边)为虚线:border-bottom:1px dashed #000;
1、四个边框 border-left 设置左边框,一般单独设置左边框样式使用border-right 设置右边框,一般单独设置右边框样式使用border-top 设置上边框,一般单独设置上边框样式使用border-bottom 设置下边框,一般单独设置下边框样式使用,有时可将下边框样式作为css下划线效果应用。
/*用CSS控制将li标签竖排变横排*/ display: inline-block; /*内边距*/ padding /*外边距*/ margin
font-weight参数: normal : 正常的字体。相当于number为400。声明此值将取消之前任何设置 bold : 粗体。相当于number为700。也相当于b对象的作用 bolder : IE5+ 特粗体