Commit e4243772 by 王东红

fix

parent 1c523dae
...@@ -68,14 +68,14 @@ ...@@ -68,14 +68,14 @@
margin-top: 40px; margin-top: 40px;
} }
.old-price > span .price-label{ //.old-price > span .price-label{
display: none; // display: none;
} //}
//
.old-price #old-price-1 > span{ //.old-price #old-price-1 > span{
text-decoration: line-through; // text-decoration: line-through;
font-size: large; // font-size: large;
} //}
@media (max-width: 767px){ @media (max-width: 767px){
...@@ -345,9 +345,9 @@ footer a{ ...@@ -345,9 +345,9 @@ footer a{
width: 100%; width: 100%;
} }
.old-price{ //.old-price{
float: left; // float: left;
} //}
ul { ul {
list-style: none; list-style: none;
...@@ -431,5 +431,14 @@ ul { ...@@ -431,5 +431,14 @@ ul {
} }
} }
.price-final_price .price{
font-size: 14px;
margin-top: 0px;
position: relative;
z-index: 2;
color: #c60101;
display: inline-block;
font-weight: normal;
font-family: Outfit-Regular, sans-serif;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment