디스카운트 표시 추가

This commit is contained in:
2024-07-02 23:03:24 +09:00
parent 0a676da6d0
commit 0eb21578fa
8 changed files with 125 additions and 17 deletions

View File

@@ -251,7 +251,7 @@
.listOtionPrice {
display: flex;
justify-content: flex-start;
align-items: center;
align-items: flex-start;
@media(max-width: 1024px){
display: block;
}
@@ -264,6 +264,7 @@
@media(max-width: 1024px){
flex-direction: row-reverse;
justify-content: flex-end;
flex-wrap: wrap;
&:not(:first-child){
margin-top: 1rem;
}
@@ -301,6 +302,24 @@
color: #FFFFFF;
}
&.discount {
margin:.6rem 0 -1.5rem;
font-size: 1.4rem;
color: #9EA1A2;
@media(max-width: 1024px){
width: 100%;
margin:.2rem 0 0;
}
b {
font-weight: 600;
}
i {
font-weight: 400;
text-decoration:line-through;
}
}
}
&:not(:first-child){
margin-left: 1.5rem;