Commit 5444dc2c by zhanghaozhe

live

parent 86373d62
import React, { Component } from 'react' import React, { Component } from 'react'
import './index.scss'
class Live extends Component { class Live extends Component {
componentDidMount() {
}
render() { render() {
return ( return (
<div id={'live'}> <div id={'live'}>
<div className="title">
<img src="https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/title-decorate-left.png" alt=""/>
<span>大咖直播</span>
<img src="https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/title-decorate-right.png" alt=""/>
</div>
</div> </div>
) )
} }
......
#live{
.title{
display: flex;
justify-content: center;
font-size: 18px;
color: #FFF604;
text-align: center;
span{
margin: 0 15px;
}
img{
width: 37px;
height: 18px;
}
}
}
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