Commit 7c02b357 by zhanghaozhe

限时免费

parent e0b67ada
...@@ -210,6 +210,12 @@ class Classify extends Component { ...@@ -210,6 +210,12 @@ class Classify extends Component {
{item.is_buy && {item.is_buy &&
<span className="isbuy">已购买</span> <span className="isbuy">已购买</span>
} }
{
false && <div className="limit-free">
<span>限时免费</span>
<span>¥{item.price0}</span>
</div>
}
</div> </div>
</div> </div>
) )
......
...@@ -112,6 +112,19 @@ html,body,#root { ...@@ -112,6 +112,19 @@ html,body,#root {
text-align: center; text-align: center;
line-height: 18px; line-height: 18px;
} }
.limit-free{
span:first-child{
color: #FF2121;
font-size: 15px;
margin-right: 10px;
}
span:last-child{
color: #999;
font-size: 11px;
text-decoration: line-through;
}
}
} }
} }
} }
......
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