"Ecommerce Place Display"
Bootstrap 3.2.0 Snippet by tax2003

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="productbox">
<div class="absolute-aligned">
<img src="http://paritet.profit.in.net/media/UA/img/05649.jpg" class="img-responsive" />
</div>
<span class="round-tag">-15%</span>
<p class="text-justify name-text">The place to be.</p>
<div class="row">
<div class="price col-md-12">
<strong>SCU</strong><span class="pull-right">112233</span>
</div>
<div class="price col-md-12">
<strong>Price</strong><span class="pull-right price-text-color">19.99€</span>
</div>
</div>
<div class="productprice">
<button id="add_d3af2e19a4e14c3029d5698e718dd210" class="btn btn-outline btn-danger btn-sm btn-block btnAddAction btn-primary " onclick="cartAction('add','d3af2e19a4e14c3029d5698e718dd210','000000209')" type="button">
<i class="fa fa-shopping-cart fa-fw"></i>Купить</button>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="productbox">
<div class="absolute-aligned">
<img src="http://lorempixel.com/460/250/" class="img-responsive">
</div>
<span class="round-tag">-10%</span>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.productbox {
background-color:#ffffff;
padding:10px;
margin:15px 0;
border: 1px solid #cfcfcf;
-moz-box-shadow: 2px 2px 4px 0px #cfcfcf;
-webkit-box-shadow: 2px 2px 4px 0px #cfcfcf;
-o-box-shadow: 2px 2px 4px 0px #cfcfcf;
box-shadow: 2px 2px 4px 0px #cfcfcf;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=4);
}
.productbox:hover {
box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 5px 2px;
background: rgba(200, 200, 200, 0.1);
transition: 0.5s;
}
.producttitle {
font-weight:bold;
font-size:1.2em;
padding:5px 0 5px 0;
}
.producttext {
}
.name-text {
min-height: 50px;
}
.productprice {
border-top:1px solid #dadada;
padding-top:5px;
}
.pricetext {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: