代码如下 | 复制代码 |
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns="http://www.111cn.net/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=gb2312" /> <title>css教程 文章内容排版实例</title> <style> .artbody h2{ font-size:14px; height:10px; margin:0px auto;padding:10px 0px; text-align:center;} .artbody .info{ height:30px; text-align:center; color:#666;} .artbody .artcontent{ text-indent:20px; font-size:14px; line-height:24px;padding:10px;} </style> <body> |
时间: 2024-10-11 00:34:27