courseware
杨树林 5 years ago
parent e158ccdf47
commit 6057d53f26

@ -105,6 +105,9 @@
.ws40s{ .ws40s{
width: 40%; width: 40%;
} }
.ws45s{
width: 45%;
}
.hs30s{ .hs30s{
height: 30%; height: 30%;
} }
@ -343,6 +346,9 @@
.h40s{ .h40s{
line-height: 40px !important; line-height: 40px !important;
} }
.h36s{
line-height: 36px !important;
}
.h28s{ .h28s{
line-height: 28px !important; line-height: 28px !important;
} }

@ -36,10 +36,10 @@ class Videostatisticscom extends Component {
<div className="ws100s teacherentrydivss "> <div className="ws100s teacherentrydivss ">
<div className="ws100s sortinxdirection"> <div className="ws100s sortinxdirection">
<p className="sortinxdirection h40s" onClick={()=>this.props.statisticsy(false)} style={{color:'#5091FF'}}> <p className="sortinxdirection h40s" onClick={()=>this.props.statisticsy(false)} style={{color:'#5091FF'}}>
<i className="iconfont icon-zuojiantou posiivsiconmyss mr5 colorbluesigin xiaoshou h40s" onClick={()=>this.props.statisticsy(false)} style={{color:'#5091FF'}}></i> <i className="iconfont icon-zuojiantou posiivsiconmyss mr5 colorbluesigin xiaoshou h36s" onClick={()=>this.props.statisticsy(false)} style={{color:'#5091FF'}}></i>
<p style={{color:'#5091FF'}} className="fh mr20 colorbluesigin xiaoshou h40s" onClick={()=>this.props.statisticsy(false)}>返回</p> {/*<p style={{color:'#5091FF'}} className="fh mr20 colorbluesigin xiaoshou h40s" onClick={()=>this.props.statisticsy(false)}>返回</p>*/}
</p> </p>
<div className="ws40s sptits font-18">视频统计总览</div> <div className="ws45s sptits font-18">视频统计总览</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 className="ws50s sptitss xaxisreverseorder">播放数据从{this.props.watch_staticsdata&&this.props.watch_staticsdata.begin_at?this.props.watch_staticsdata.begin_at:0}开始统计</div>
</div> </div>
<style> <style>
@ -67,7 +67,7 @@ class Videostatisticscom extends Component {
` `
} }
</style> </style>
<div className="ws100s spacearound mt20"> <div className="ws100s spacearound mt10">
<div className="yslsprenshu" style={{width:260,height:100}}> <div className="yslsprenshu" style={{width:260,height:100}}>
<div className="ws100s verticallayout tbrt"> <div className="ws100s verticallayout tbrt">
<div className="ws100s ts">观看总人数</div> <div className="ws100s ts">观看总人数</div>

@ -252,7 +252,7 @@ class Videostatisticslist extends Component {
<div className="ws100s edu-back-white"> <div className="ws100s edu-back-white">
<div className="ws100s teacherentrydivss "> <div className="ws100s teacherentrydivss ">
<div className="ws100s sortinxdirection"> <div className="ws100s sortinxdirection">
<div className="ws100s sptits font-16">统计详情</div> <div className="ws100s sptits font-16">统计列表</div>
</div> </div>
</div> </div>

Loading…
Cancel
Save