디스카운트 표시 추가

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

@@ -692,6 +692,24 @@
font-size: 1.4rem;
text-align: right;
}
}
.discount {
display: block;
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;
}
}
}
input[type=radio]{
@@ -710,6 +728,9 @@
color:#fff;
}
}
.discount {
color: #9EA1A2;
}
}
}
&:hover{