欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

html頁(yè)面公共樣式(推薦)

  發(fā)布時(shí)間:2016-08-09 11:03:51   作者:佚名   我要評(píng)論
下面小編就為大家?guī)?lái)一篇html頁(yè)面公共樣式(推薦)。小編覺(jué)得挺不錯(cuò)的,現(xiàn)在就分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧

如下所示:

XML/HTML Code復(fù)制內(nèi)容到剪貼板
  1. body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {   
  2.             margin: 0;   
  3.             padding: 0;   
  4.         }   
  5.   
  6.         * {   
  7.             box-sizing: border-box;   
  8.         }   
  9.         table{   
  10.             border-collapse:collapse;   
  11.         }   
  12.         body {   
  13.             font-family: "Microsoft YaHei";   
  14.         }   
  15.   
  16.         ul, li {   
  17.             list-style: none;   
  18.         }   
  19.   
  20.         a {   
  21.             text-decoration: none;   
  22.             color: #232323;   
  23.         }   
  24.   
  25.         input, textarea {   
  26.             outline: none;   
  27.             box-shadow: none;   
  28.         }   
  29.   
  30.         textarea {   
  31.             resize: none;   
  32.             overflow: auto;   
  33.         }   
  34.   
  35.         .clearfix {   
  36.             zoom: 1;   
  37.         }   
  38.   
  39.         .clearfix:after {   
  40.             content: ".";   
  41.             width: 0;   
  42.             height: 0;   
  43.             visibility: hidden;   
  44.             display: block;   
  45.             clear: both;   
  46.         }   
  47.   
  48.         .fl {   
  49.             float: left   
  50.         }   
  51.   
  52.         .fr {   
  53.             float: right   
  54.         }   
  55.   
  56.         .tl {   
  57.             text-align: left;   
  58.         }   
  59.   
  60.         .tc {   
  61.             text-align: center   
  62.         }   
  63.   
  64.         .tr {   
  65.             text-align: right;   
  66.         }   
  67.   
  68.         .ellipse {   
  69.             overflow: hidden;   
  70.             text-overflow: ellipsis;   
  71.             white-space: nowrap;   
  72.         }  

以上這篇html頁(yè)面公共樣式(推薦)就是小編分享給大家的全部?jī)?nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持腳本之家。

相關(guān)文章

最新評(píng)論