css漂亮表格样式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css漂亮表格样式相关的知识,希望对你有一定的参考价值。

    看一下我自定义的漂亮表格效果

    技术分享

 如果你喜欢,他很简单的哟!

    首先,它使用了bootstrap的布局,其他的样式都是自己定义的

     html代码如下:

   

<div class="l-panel col-xs-8  purpel">
<div class="l-panel-head ">
<div class="text-left">
<i class="fa fa-gittip l-img"></i>
<span>标题</span>
</div>
</div>
<div class="row">
<h5 class="col-xs-4"><span>数据1:{{ user.f_willReceiveP |currency:‘¥‘}} </span></h5>
<h5 class="col-xs-4"><span>数据2:{{ user.f_averageYield *100}}% </span></h5>
<h5 class="col-xs-4"><span>数据3:{{ user.f_willReceivePI |currency:‘¥‘ }} </span></h5>
<h5 class="col-xs-4"><span>数据4:{{user.planFreezeAmount |currency:‘¥‘ }} </span></h5>
<h5 class="col-xs-4"><span>数据5:{{ user.f_totalInterest |currency:‘¥‘ }} </span></h5>
</div>
</div>

  看看我写的CSS样式

     

.l-panel {
margin-bottom: 2%;
margin-left: 2%;
padding: 15px 30px;
color: #999;
border-radius: 5px;
}

.l-panel .row span {
font-size: 14px;
}

.l-panel-head {
font-size: 24px;
font-weight: bold;
line-height: 60px;
color: #666;
border-bottom: 1px dotted #333;
}

.purpel {
background: #d9edf7;
box-shadow: 0 5px 0 #d6edf5;;
}

.l-img {
width: 40px;
}

.row > h5 {
line-height: 20px;
}

你还可以设置其他背景色:
.green {
background: #dff0d8;
box-shadow: 0 5px 0 #dff0d6;
}

  以及,你喜欢的其他背景色  

  需要注意的是,标题旁的引入LOG图像需要自己正确引入哟~

以上是关于css漂亮表格样式的主要内容,如果未能解决你的问题,请参考以下文章

分享几款非常漂亮的css 表格样式

怎么用CSS设置html中的表格边框样式

使用引导表样式设置 div 样式?

92款超级漂亮的css按钮样式 复制即用

92款超级漂亮的css按钮样式 复制即用

92款超级漂亮的css按钮样式 复制即用