Gogs
7 years ago
|
@@ -1,5 +1,10 @@
|
|
|
<template lang="pug">
|
|
|
.product-card
|
|
|
+ .product-title
|
|
|
+ .product-image
|
|
|
+ .product-price
|
|
|
+ span Gs 5000
|
|
|
+ .product-qty
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
@@ -14,6 +19,16 @@
|
|
|
height: 160px
|
|
|
border: 1px solid #d3d3d3
|
|
|
display: inline-block
|
|
|
+
|
|
|
+ .product-price
|
|
|
+ width: 100%
|
|
|
+ height: 45px
|
|
|
+ padding-top: 10px
|
|
|
+ text-align: center
|
|
|
+ font-size: 12pt
|
|
|
+ font-weight: bold
|
|
|
+ background: #2196f3
|
|
|
+ color: #fff
|
|
|
</style>
|
|
|
|
|
|
|