使Bootstrap表条纹表透明

时间:2017-07-12 19:02:49

标签: twitter-bootstrap-3 html-table

我想让表格透明,我希望通过表格列表看到背景图片,该表格以不同的颜色条纹。

我尝试了以下但是它没有用。

<style> #loading {
    position: absolute; width: 100%; height: 100%; background: url('http://www.jettools.com/images/animated_spinner.gif') no-repeat center center;
}
</style>    
<div id="loading"></div>        
             <table  style="background: transparent !important;">        
                <thead>
                <th></th><th></th><th></th><th></th>
                </thead>                    
                <tbody style="background: transparent !important;" >                    
                <tr>                        
                    <td title="">                   
                    </td>                           
                    <td title="" 
                    </td>                       
                    <td title="">                       
                    </td>                       
                    <td title="">        
                    </td>                           
                </tr>                           
                </tfoot>  </tfoot>        
                </tbody>                            
            </table>

0 个答案:

没有答案