Commit cde1ee8e by xuzhenghua

tip

parent 48cf455c
......@@ -599,6 +599,9 @@ class Anniversary2020 extends Component {
return (
<div className={'anniversary-2020'}>
<Link className="to-index-tip" to={'/'}>前往七月在线官网 学更多精品课程 >></Link>
<div className="banner">
<img src="https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active20_717/m/banner.png" alt=""/>
{
......
......@@ -6,6 +6,19 @@
display: none;
}
.to-index-tip {
display: block;
height:30px;
line-height: 30px;
margin-left: -10px;
margin-right: -10px;
background-color: #FFF066;
text-align: center;
font-size: 14px;
color: #FF2121;
}
.banner {
position: relative;
height: 300px;
......
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