1. 程式人生 > >起點中文網分析

起點中文網分析

居中 per header box rop pla clip 技術分享 圖片

Header:

1.定位上下左右居中:left top bottom 均設為0;(除去文字圖片盒子均適合不?)

2.box-sizing:border-box; //控制盒子大小不變

3.是不是為了不支持svg的瀏覽器就顯示輸入的字??

<h1 class="logo">起點中文網</h1>/

color: transparent;
background: url(/qdm/img/logo-qdm.02fc8.svg) no-repeat center;

4.data-l1="1" , aria-label="已選擇" //有什麽用,怎麽用

5.display:table,會定位元素嗎?? table-layout又是什麽?

  1. display: table;
  2. width: 100%;
  3. margin-right: auto;
  4. margin-left: auto;
  5. table-layout: fixed;

6.fill是什麽屬性??
fill: currentColor;

7.svg中ex是什麽單位??
vertical-align: -.25ex;

8.svg中path是怎麽形成的;

技術分享

起點中文網分析