mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-10 20:12:35 +01:00
Add count qty
This commit is contained in:
parent
505a56b5d8
commit
b2579a25e1
2 changed files with 30 additions and 7 deletions
25
bag.html
25
bag.html
|
@ -64,7 +64,12 @@
|
|||
<p>Size : 8</p>
|
||||
<p>Qty : 1</p>
|
||||
</div></th>
|
||||
<td>Qty</td>
|
||||
<td>
|
||||
<div class="container">
|
||||
<input type="number" name="" id="" value="1" min="1">
|
||||
<a style="font-size: 10px;" href=""><u>REMOVE</u></a>
|
||||
</div>
|
||||
</td>
|
||||
<td>Rp 1.999.999,00</td>
|
||||
<td>Rp 1.999.999,00</td>
|
||||
</tr>
|
||||
|
@ -75,7 +80,12 @@
|
|||
<p>Size : 8</p>
|
||||
<p>Qty : 1</p>
|
||||
</div></th>
|
||||
<td>Qty</td>
|
||||
<td>
|
||||
<div class="container">
|
||||
<input type="number" name="" id="" value="1" min="1">
|
||||
<a style="font-size: 10px;" href=""><u>REMOVE</u></a>
|
||||
</div>
|
||||
</td>
|
||||
<td>Rp 1.999.999,00</td>
|
||||
<td>Rp 1.999.999,00</td>
|
||||
</tr>
|
||||
|
@ -86,7 +96,12 @@
|
|||
<p>Size : 8</p>
|
||||
<p>Qty : 1</p>
|
||||
</div></th>
|
||||
<td>Qty</td>
|
||||
<td>
|
||||
<div class="container">
|
||||
<input type="number" name="" id="" value="1" min="1">
|
||||
<a style="font-size: 10px;" href=""><u>REMOVE</u></a>
|
||||
</div>
|
||||
</td>
|
||||
<td>Rp 1.999.999,00</td>
|
||||
<td>Rp 1.999.999,00</td>
|
||||
</tr>
|
||||
|
@ -121,10 +136,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
|
||||
|
||||
|
|
12
stylebag.css
12
stylebag.css
|
@ -67,6 +67,18 @@
|
|||
margin: 10px;
|
||||
}
|
||||
|
||||
.container{
|
||||
margin-left: 0px;
|
||||
align-items: left;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.container input{
|
||||
align-items: left;
|
||||
justify-content: left;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1000px){
|
||||
.full-body{
|
||||
display: grid !important;
|
||||
|
|
Loading…
Reference in a new issue