这里是style代码

img {
margin-top: 30px;
}

#verify_cure_body {
width: 1000px;
}

.product-container {
width: 260px;
margin: 0 auto;
border-radius: 10px;
background: #326c84;
/*background: #f6f8f7;*/
}

.name {
border-bottom: 1px solid @gray-light;
font-size: 20px;
padding: 2px;
color: white;
}

.interest {
color: #1da427;
font-size: 70px;
font-weight: bold;
padding: 0px;
margin-bottom: -30px;
background: #f6f8f7;
}

.percent {
font-size: 31px;
}

.intro {
padding: 5px;
}

.strong {
padding: 3px;
font-size: 17px;
color: @white;
/*background: #326c84;*/
background: #f6f8f7;
border-radius: 0 0 10px 10px;
}

这里是HTML代码

<div class="row">
<div class="col-xs-4 feature">
<div class="product-container">
<div class="name">
保存的指纹
</div>
<div class="interest">
<#if leftfingerimage?exists>
<img src="${leftfingerimage!}"
>&nbsp;&nbsp;&nbsp;&nbsp;</div>
</div>
</div>

这些就是bootstrap card显示

样例:

 bootstrap card显示

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-03
  • 2021-09-27
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-25
  • 2021-09-15
  • 2022-12-23
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案