待着无聊,发现Google账户的那个登陆table真好看,就仿照着写了一个。
效果如下:

Context


html代码:
        <table cellspacing="0" cellpadding="2" align="center" border="1px" bordercolor="#C3D9FF">
            
<tr>
                
<td align="center" valign="middle">
                    
<table border="0" bgcolor="#E8EEFA">
                        
<tr>
                            
<td width="400px" height="300px">
                                Context
                            
</td>
                        
</tr>
                    
</table>
                
</td>
            
</tr>
        
</table>

还有一个标题风格:(这里就看不到了,不过就是那个圆角矩形)
写了一个Google登陆风格的table.bubble {background-color:#C3D9FF}.tl {padding: 0; width: 4; text-align: left; vertical-align: top}.tr {padding: 0; width: 4; text-align: right; vertical-align: top}.bl {padding: 0; width: 4; text-align: left; vertical-align: bottom}.br {padding: 0; width: 4; text-align: right; vertical-align: bottom}     
写了一个Google登陆风格的table写了一个Google登陆风格的table
写了一个Google登陆风格的table        
<table border = "0" cellspacing="0" cellpadding="0">
写了一个Google登陆风格的table            
<tbody>
写了一个Google登陆风格的table                
<tr>
写了一个Google登陆风格的table                    
<td class="bubble tl" valign="top" align="left">
写了一个Google登陆风格的table                        
<img class="c" alt="" src="https://mail.google.com/mail/images/corner_tl.gif"></td>
写了一个Google登陆风格的table                    
<td bgcolor="#C3D9FF" style="padding-right: 0px; padding-left: 0px; font-weight: bold;
写了一个Google登陆风格的table                        padding-bottom: 3px; padding-top: 3px; font-family: arial; text-align: left"

写了一个Google登陆风格的table                        rowspan
="2">
写了一个Google登陆风格的table                        
<b>欢迎使用 Gmail</b></td>
写了一个Google登陆风格的table                    
<td class="bubble tr" valign="top" align="right">
写了一个Google登陆风格的table                        
<img class="c" alt="" src="https://mail.google.com/mail/images/corner_tr.gif"></td>
写了一个Google登陆风格的table                
</tr>
写了一个Google登陆风格的table                
<tr>
写了一个Google登陆风格的table                    
<td class="bubble bl" valign="bottom" align="left">
写了一个Google登陆风格的table                        
<img class="c" alt="" src="https://mail.google.com/mail/images/corner_bl.gif"></td>
写了一个Google登陆风格的table                    
<td class="bubble br" valign="bottom" align="right">
写了一个Google登陆风格的table                        
<img class="c" alt="" src="https://mail.google.com/mail/images/corner_br.gif"></td>
写了一个Google登陆风格的table                
</tr>
写了一个Google登陆风格的table            
</tbody>
写了一个Google登陆风格的table        
</table>

没准以后就抄这2个风格了,hoho

相关文章:

  • 2021-11-13
  • 2021-04-30
  • 2021-07-04
  • 2021-09-08
  • 2019-05-30
  • 2021-10-28
猜你喜欢
  • 2021-10-07
  • 2021-08-21
  • 2021-08-03
  • 2021-12-11
  • 2021-09-05
  • 2021-12-05
  • 2021-11-13
相关资源
相似解决方案