|
|
|
@ -35,10 +35,12 @@ class Videostatisticscom extends Component {
|
|
|
|
|
}}>
|
|
|
|
|
<div className="ws100s teacherentrydivss ">
|
|
|
|
|
<div className="ws100s sortinxdirection">
|
|
|
|
|
<p className="sortinxdirection h40s" onClick={()=>this.props.statisticsy(false)} style={{color:'#5091FF'}}>
|
|
|
|
|
<i className="iconfont icon-zuojiantou1 font-14 posiivsiconmyss mr5 colorbluesigin xiaoshou h36s" onClick={()=>this.props.statisticsy(false)} style={{color:'#5091FF'}}></i>
|
|
|
|
|
<p className="sortinxdirection h40s" onClick={()=>this.props.statisticsy(false)} >
|
|
|
|
|
<i className="iconfont icon-zuojiantou1 font-14 posiivsiconmyss mr5 colorbluesigin xiaoshou h36s" style={{color:'#BBBBBB'}} onClick={()=>this.props.statisticsy(false)} ></i>
|
|
|
|
|
</p>
|
|
|
|
|
<div className="ws46s sptits font-18">视频统计总览</div>
|
|
|
|
|
<div className="ws47s sptits font-18" style={{
|
|
|
|
|
color:"#333333"
|
|
|
|
|
}}>视频统计总览</div>
|
|
|
|
|
<div className="ws50s sptitss xaxisreverseorder">播放数据从{this.props.watch_staticsdata&&this.props.watch_staticsdata.begin_at?this.props.watch_staticsdata.begin_at:0}开始统计</div>
|
|
|
|
|
</div>
|
|
|
|
|
<style>
|
|
|
|
@ -67,7 +69,7 @@ class Videostatisticscom extends Component {
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<div className="ws100s spacearound mt10">
|
|
|
|
|
<div className="yslsprenshu" style={{width:260,height:100}}>
|
|
|
|
|
<div className="yslsprenshu mr30" style={{width:260,height:100}}>
|
|
|
|
|
<div className="ws100s verticallayout tbrt">
|
|
|
|
|
<div className="ws100s ts">观看总人数(人)</div>
|
|
|
|
|
<div className="ws100s tss">{this.props.watch_staticsdata&&this.props.watch_staticsdata.people_num?this.props.watch_staticsdata.people_num:0}</div>
|
|
|
|
@ -76,7 +78,7 @@ class Videostatisticscom extends Component {
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className="yslspcishu" style={{width:260,height:100}}>
|
|
|
|
|
<div className="yslspcishu mr30" style={{width:260,height:100}}>
|
|
|
|
|
<div className="ws100s verticallayout tbrt">
|
|
|
|
|
<div className="ws100s ts">观看总人次(次)</div>
|
|
|
|
|
<div className="ws100s tss">{this.props.watch_staticsdata&&this.props.watch_staticsdata.freq?this.props.watch_staticsdata.freq:0}</div>
|
|
|
|
|