thx / cube

跨终端、响应式、低设计耦合的CSS解决方案

Home Page:http://thx.github.io/cube/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

图文混排 clearcell 的 content 是否需要多个 x

huanglong-zz opened this issue · comments

.clearcell:after {
    clear: both;
    display: block;
    visibility: visible;
    overflow: hidden;
    height: 0 !important;
    line-height: 0;
    font-size: xx-large;
    content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}

如题,这里这么多 x 是有专门的用途么?

另外 x-large 这个字体是做什么用的,必须是 x-large 么,有点迷惑性

http://www.stubbornella.org/content/2010/12/09/the-hacktastic-zoom-fix/

不过这个方法的确有待改进,尤其是我们现在无需支持 Opera 旧版本了。

x-large 是 font-size 属性的属性值之一。