您好,登錄后才能下訂單哦!
這篇文章給大家分享的是有關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>
<title>CSS列表的使用</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
* {
margin: 0;
padding: 0;
}
body {
font-size: 12px;
font-family: Helvetica, sans-serif;
}
h3 {
font-size: 1.7em;
margin-bottom: 5px;
}
h3.number {
position: relative;
top: 0px;
left: 0px;
font-size: 10em;
color: #ccc;
float: left;
margin-right: 10px
}
#page-wrap {
width: 760px;
background: white;
margin: 0 auto;
padding: 10px 0px 50px 0px;
}
.comment-box {
margin: 0px 0px 50px 50px;
padding: 20px;
width: 240px;
border: 1px solid black;
float: left;
}
</style>
</head>
<body>
<div id="page-wrap">
<div class="comment-box">
<h3 class="number">1</h3>
<p> 在松下1121票據打印機上測試并通過,直接在左側輸入打印內置命令,
然后點擊“打穎就會執行打印動作。同時它還能執行簡單的腳本命令,
這樣你可以控制打印時在指定字符處換行或輸出其它字符的功能。。</p>
</div>
<div class="comment-box">
<h3 class="number">2</h3>
<p> 銀行業務單據、支票打印系統Delphi控件版,用了FASTREPORT控件,
還有幾個自己寫的函數,現在奉獻給大家,肯定指導,
研究本程序對學習Delphi打印功能的編寫很有幫助哦。</p>
</div>
<div style="clear: both;"></div>
</div>
</body>
</html>
感謝各位的閱讀!關于“CSS如何實現數字列表”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,讓大家可以學到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。