Skip to content

Instantly share code, notes, and snippets.

@gonghao
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save gonghao/c2130f0ccd5a29c108a7 to your computer and use it in GitHub Desktop.

Select an option

Save gonghao/c2130f0ccd5a29c108a7 to your computer and use it in GitHub Desktop.
Untitled
* { 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; }
<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>
// alert('Hello world!');
{"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