Skip to content

Instantly share code, notes, and snippets.

@sofish
Created November 24, 2010 08:46
Show Gist options
  • Select an option

  • Save sofish/713347 to your computer and use it in GitHub Desktop.

Select an option

Save sofish/713347 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Sample</title>
<style type="text/css">
.preview{width:600px;padding:20px 25px;font:12px/1.5 Courier, "Courier New", Arial, sans-serif;border:3px solid #ddd;background:#f7f7f7;white-space:pre-wrap;ord-wrap:break-word;word-break:break-all;*zoom:1;}
.preview h3{font:500 16px 'Microsoft Yahei';margin:0;color:#c30;}
</style>
</head>
<body>
<pre class="preview">
<h3>组件名</h3>
<!-- html 结构 -->
&lt;ul class="ui-list"&gt;
&lt;li class="ui-list-item"&gt;&lt;a href="#"&gt;新闻第一条&lt;/a&gt;&lt;/li&gt;
&lt;li class="ui-list-item"&gt;&lt;a href="#"&gt;新闻第一条b&lt;/a&gt;&lt;/li&gt;
&lt;li class="ui-list-item"&gt;&lt;a href="#"&gt;新闻第一条c&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment