Commit c8cf4635 by xuzhenghua

Merge branch 'xzhindex' of gitlab.julyedu.com:baiguangyao/mr-julyedu

parents 1d2877cb 324e36b5
...@@ -7,10 +7,6 @@ class Classify extends Component { ...@@ -7,10 +7,6 @@ class Classify extends Component {
return( return(
<div className='class-box'> <div className='class-box'>
<div className="class-title">分类</div> <div className="class-title">分类</div>
<div class="class-course">
<p>集训营</p>
<a href=""></a><a href=""></a><a href=""></a>
</div>
</div> </div>
) )
} }
......
.class-box {
background-color: $bg_fff;
}
.class-title {
width: 100%;
height: 44px;
line-height: 44px;
text-align: center;
background-color: #F7F9FC;
font-size: 16px;
color: $color_333;
}
\ No newline at end of file
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