mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-22 14:26:29 +01:00
adjust product page
This commit is contained in:
parent
cf022b0ea9
commit
b03fd334bc
2 changed files with 15 additions and 8 deletions
|
@ -119,12 +119,10 @@
|
|||
display: grid !important;
|
||||
}
|
||||
|
||||
|
||||
.body-right {
|
||||
margin-left: 48px;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
|
|
21
product.html
21
product.html
|
@ -57,6 +57,10 @@
|
|||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.modall{
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.modal {
|
||||
display: none;
|
||||
position: fixed;
|
||||
|
@ -264,9 +268,9 @@
|
|||
<div class="sizeSepatu">
|
||||
<form>
|
||||
<h4>Sizes</h4>
|
||||
<input name="size" type="radio"> 7  
|
||||
<input name="size" type="radio"> 8  
|
||||
<input name="size" type="radio"> 9  
|
||||
<input name="size" type="radio"> 43  
|
||||
<input name="size" type="radio"> 44  
|
||||
<input name="size" type="radio"> 45  
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
@ -294,9 +298,14 @@
|
|||
style="padding-left: 20px; border-left: 1px solid black; padding-right: 20px;">
|
||||
<h5 class="titlemodal"><b>Your Bag</b></h5>
|
||||
<br>
|
||||
<p class="modall" style="border-bottom: 1px solid black ;">Product Cost : Rp
|
||||
1.999.999,00</p>
|
||||
<p class="modall">Total Product Cost : Rp 1.999.999,00</p>
|
||||
<div class="modall justify-content-between" style="border-bottom: 1px solid black ;">
|
||||
<p>Product Cost :</p>
|
||||
<p>Rp 1.999.999,00</p>
|
||||
</div>
|
||||
<div class="modall justify-content-between">
|
||||
<p>Total Product Cost :</p>
|
||||
<p>Rp 1.999.999,00</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bodymodal" style="padding-left: 20px; border-left: 1px solid black;">
|
||||
|
|
Loading…
Reference in a new issue