91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

CSS怎么實現漂亮的表格樣式

發布時間:2021-08-07 23:48:51 來源:億速云 閱讀:207 作者:chen 欄目:web開發

本篇內容介紹了“CSS怎么實現漂亮的表格樣式”的有關知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領大家學習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學有所成!

效果:

CSS怎么實現漂亮的表格樣式

實現代碼:

代碼如下:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>CSS實現的清爽、漂亮的表格樣式 - jb5t1.net</title>
<style type="text/css">
/* CSS Document */ </p> <p>body {
   font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   color: #4f6b72;
   background: #E6EAE9;
} </p> <p>a {
   color: #c75f3e;
} </p> <p>#mytable {
   width: 700px;
   padding: 0;
   margin: 0;
} </p> <p>caption {
   padding: 0 0 5px 0;
   width: 700px;      
   font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   text-align: right;
} </p> <p>th {
   font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   color: #4f6b72;
   border-right: 1px solid #C1DAD7;
   border-bottom: 1px solid #C1DAD7;
   border-top: 1px solid #C1DAD7;
   letter-spacing: 2px;
   text-transform: uppercase;
   text-align: left;
   padding: 6px 6px 6px 12px;
   background: #CAE8EA url(images/bg_header.jpg) no-repeat;
} </p> <p>th.nobg {
   border-top: 0;
   border-left: 0;
   border-right: 1px solid #C1DAD7;
   background: none;
} </p> <p>td {
   border-right: 1px solid #C1DAD7;
   border-bottom: 1px solid #C1DAD7;
   background: #fff;
   font-size:11px;
   padding: 6px 6px 6px 12px;
   color: #4f6b72;
} </p> <p>
td.alt {
   background: #F5FAFA;
   color: #797268;
} </p> <p>th.spec {
   border-left: 1px solid #C1DAD7;
   border-top: 0;
   background: #fff url(images/bullet1.gif) no-repeat;
   font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
} </p> <p>th.specalt {
   border-left: 1px solid #C1DAD7;
   border-top: 0;
   background: #f5fafa url(images/bullet2.gif) no-repeat;
   font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   color: #797268;
}
/*---------for IE 5.x bug*/
html>body td{ font-size:11px;}
</style> </p> <p></head>
<body></p> <p><table id="mytable" cellspacing="0" summary="The technical specifications of the Apple PowerMac G5 series">
<caption> </caption>
 <tr>
   <th scope="col" abbr="Configurations" class="nobg">Configurations</th> </p> <p>    <th scope="col" abbr="Dual 1.8">Dual 1.8GHz</th>
   <th scope="col" abbr="Dual 2">Dual 2GHz</th>
   <th scope="col" abbr="Dual 2.5">Dual 2.5GHz</th>
 </tr>
 <tr>
   <th scope="row" abbr="Model" class="spec">lipeng</th>
   <td>M9454LL/A</td> </p> <p>    <td>M9455LL/A</td>
   <td>M9457LL/A</td>
 </tr>
 <tr>
   <th scope="row" abbr="G5 Processor" class="specalt">mapabc</th>
   <td class="alt">Dual 1.8GHz PowerPC G5</td>
   <td class="alt">Dual 2GHz PowerPC G5</td> </p> <p>    <td class="alt">Dual 2.5GHz PowerPC G5</td>
 </tr>
 <tr>
   <th scope="row" abbr="Frontside bus" class="spec">頻率</th>
   <td>900MHz per processor</td>
   <td>1GHz per processor</td>
   <td>1.25GHz per processor</td> </p> <p>  </tr>
 <tr>
   <th scope="row" abbr="L2 Cache" class="specalt">2級緩存</th>
   <td class="alt">512K per processor</td>
   <td class="alt">512K per processor</td>
   <td class="alt">512K per processor</td>
 </tr> </p> <p></table> </p> <p>

<div align="center">
獲取更多JavaScript代碼,請登錄億速云 <a href="http://www.jb5t1.net">http://www.jb5t1.net</a>
</div>
</body>
</html>

“CSS怎么實現漂亮的表格樣式”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識可以關注億速云網站,小編將為大家輸出更多高質量的實用文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

css
AI

福贡县| 阿荣旗| 伊吾县| 濉溪县| 浦城县| 杭锦后旗| 金昌市| 三穗县| 平顶山市| 长子县| 通山县| 大埔区| 正定县| 沛县| 内黄县| 平果县| 贵阳市| 石嘴山市| 扎兰屯市| 洮南市| 平凉市| 渭源县| 兴文县| 尼木县| 义马市| 福清市| 冀州市| 三穗县| 宿州市| 咸阳市| 河南省| 光泽县| 乐都县| 盱眙县| 勐海县| 柏乡县| 百色市| 昂仁县| 太白县| 鄂尔多斯市| 岢岚县|