61,129
社区成员




<table class="tbMain">
<tr>
<td style="border-top: 1px solid #ccc;">
<a href="#" onclick="openPage(1,this)">
<img src="App_Themes/Default/Images/08.png" /><br />
免责声明 </a></td>
<td style="border-top: 1px solid #ccc;">
<a href="#" onclick="openPage(2,this)">
<img src="App_Themes/Default/Images/08.png" /><br />
个人信息</a></td>
<td style="border-top: 1px solid #ccc;">
<a href="#" onclick="openPage(3,this)">
<img src="App_Themes/Default/Images/08.png" /><br />
密码修改</a></td>
</tr>
</table>
<style>
.tbMain
{
overflow: hidden;
text-align: center;
text-shadow: 0 1px 0 #fff;
width: 100%;
font-size: 0.8em;
}
.tbMain td
{
border-bottom: 1px solid #ccc;
width: 33%;
border-right: 1px solid #ccc;
overflow: hidden;
background-color: #eee;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
background-image: linear-gradient(#fff, #f1f1f1);
cursor:pointer;
}
.tbMain td:hover
{
background-image: linear-gradient(#67A2CD, #DBEAF9);
}
.tbMain a
{
display:block;width:100%; height:100%; line-height:100%; /*vertical-align:middle;*/
}
.tbMain a:hover
{
font-weight: bolder;
color: #fff;
text-decoration: none;
}
.tbMain a:link
{
color: #808080;
text-decoration: none;
}
</style>