Created
November 24, 2010 08:46
-
-
Save sofish/713347 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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 结构 --> | |
| <ul class="ui-list"> | |
| <li class="ui-list-item"><a href="#">新闻第一条</a></li> | |
| <li class="ui-list-item"><a href="#">新闻第一条b</a></li> | |
| <li class="ui-list-item"><a href="#">新闻第一条c</a></li> | |
| </ul> | |
| </pre> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment