디스카운트 표시 추가
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user