Last active
August 29, 2015 14:06
-
-
Save gonghao/c2130f0ccd5a29c108a7 to your computer and use it in GitHub Desktop.
Untitled
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
| * { margin: 0; padding: 0; } | |
| .winner-list { list-style: none; } | |
| .winner-item { overflow: hidden; padding-bottom: 15px; } | |
| .winner-item h3 { float: left; font-size: 14px; } | |
| .winner-item table { font-weight: bold; } | |
| .winner-item td { width: 7em; } |
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
| <ul class="winner-list"> | |
| <li class="winner-item"> | |
| <h3>一等奖:</h3> | |
| <table> | |
| <tr> | |
| <td>18612****77</td> | |
| </tr> | |
| </table> | |
| </li> | |
| <li class="winner-item"> | |
| <h3>二等奖:</h3> | |
| <table> | |
| <tr> | |
| <td>18612****77</td> | |
| <td>18612****77</td> | |
| </tr> | |
| </table> | |
| </li> | |
| <li class="winner-item"> | |
| <h3>三等奖:</h3> | |
| <table> | |
| <tr> | |
| <td>18612****77</td> | |
| <td>18612****77</td> | |
| </tr> | |
| <tr> | |
| <td>18612****77</td> | |
| <td>18612****77</td> | |
| </tr> | |
| <tr> | |
| <td>18612****77</td> | |
| <td>18612****77</td> | |
| </tr> | |
| </table> | |
| </li> | |
| </ul> |
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
| // alert('Hello world!'); |
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
| {"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment