mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-10 20:12:35 +01:00
adjust bag, checkout and product page
This commit is contained in:
parent
f987a9580a
commit
cf022b0ea9
3 changed files with 9 additions and 9 deletions
2
bag.html
2
bag.html
|
@ -79,7 +79,7 @@
|
|||
}
|
||||
|
||||
.bag {
|
||||
word-break: break-all;
|
||||
word-break: normal;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -54,7 +54,6 @@
|
|||
color: white;
|
||||
width: 30%;
|
||||
height: 100%;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -148,7 +147,7 @@
|
|||
}
|
||||
|
||||
.titletrdes {
|
||||
word-break: break-all;
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
.titlesummary {
|
||||
|
@ -338,7 +337,7 @@
|
|||
</div>
|
||||
|
||||
<div class="body-right" style="margin-left: 48px;">
|
||||
<div class="card" style="background-color: #212226 ; border-radius: 20px; padding: 30px;">
|
||||
<div class="card" style="background-color: #212226 ; border-radius: 20px; padding: 20px;">
|
||||
<h3>SHIPPING DETAILS</h3>
|
||||
<p>Please enter your delivery address</p>
|
||||
<form style="border-top: 1px solid white;">
|
||||
|
|
11
product.html
11
product.html
|
@ -31,6 +31,7 @@
|
|||
display: flex;
|
||||
justify-content: left;
|
||||
text-align: left;
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
.description {
|
||||
|
@ -120,7 +121,7 @@
|
|||
|
||||
.description {
|
||||
margin-left: 0px;
|
||||
word-break: break-all;
|
||||
word-break: normal;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -202,7 +203,7 @@
|
|||
}
|
||||
|
||||
.titlee {
|
||||
font-size: 20px;
|
||||
font-size: 17px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -263,9 +264,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"> 7  
|
||||
<input name="size" type="radio"> 8  
|
||||
<input name="size" type="radio"> 9  
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue