|
|
|
@ -748,82 +748,86 @@ class TPMBanner extends Component {
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<div className="pr fl" id="commentsStar" onMouseOver={() => this.showonMouseOver()}
|
|
|
|
|
onMouseOut={() => this.hideonMouseOut()}>
|
|
|
|
|
<div className={"color-grey-c ml15"} style={{color: "#Fff", textAlign: "center"}}>学员评分</div>
|
|
|
|
|
<div className="rateYo">
|
|
|
|
|
<MyRate allowHalf defaultValue={star_info[0]} disabled/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="ratePanel" className="showratePanel" style={{"width": "530px"}}
|
|
|
|
|
onMouseOut={() => this.hideonMouseOut()}>
|
|
|
|
|
<div className="pr">
|
|
|
|
|
<span className="rateTrangle"></span>
|
|
|
|
|
<div className="pr clearfix ratePanelContent" style={{height: '177px'}}>
|
|
|
|
|
<div className="fl totalScore">
|
|
|
|
|
<div>
|
|
|
|
|
{
|
|
|
|
|
this.props.is_jupyter===false?
|
|
|
|
|
<div className="pr fl" id="commentsStar" onMouseOver={() => this.showonMouseOver()}
|
|
|
|
|
onMouseOut={() => this.hideonMouseOut()}>
|
|
|
|
|
<div className={"color-grey-c ml15"} style={{color: "#Fff", textAlign: "center"}}>学员评分</div>
|
|
|
|
|
<div className="rateYo">
|
|
|
|
|
<MyRate allowHalf defaultValue={star_info[0]} disabled/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="ratePanel" className="showratePanel" style={{"width": "530px"}}
|
|
|
|
|
onMouseOut={() => this.hideonMouseOut()}>
|
|
|
|
|
<div className="pr">
|
|
|
|
|
<span className="rateTrangle"></span>
|
|
|
|
|
<div className="pr clearfix ratePanelContent" style={{height: '177px'}}>
|
|
|
|
|
<div className="fl totalScore">
|
|
|
|
|
<div>
|
|
|
|
|
<span
|
|
|
|
|
className="font-24 color-yellow-ff lineh-20 mb10 ml20">{star_infos[0]}分</span>
|
|
|
|
|
<span className="displayblock">总评分</span>
|
|
|
|
|
<div className="rateYo">
|
|
|
|
|
{showradios === true ?
|
|
|
|
|
<MyRate allowHalf defaultValue={star_info[0]} disabled/>
|
|
|
|
|
: ""}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="fr" style={{width: '375px'}}>
|
|
|
|
|
<div className="clearfix">
|
|
|
|
|
<div className="rateYo fl mt3">
|
|
|
|
|
{showradios === true ?
|
|
|
|
|
<MyRate allowHalf defaultValue={5} disabled/>
|
|
|
|
|
: ""}
|
|
|
|
|
</div>
|
|
|
|
|
<Progress percent={star_infos[1]} showInfo={false}></Progress>
|
|
|
|
|
<span className="fr ml10 color-grey-6 font-12 mt4">{star_infos[1]}%</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="clearfix">
|
|
|
|
|
<div className="rateYo fl mt3">
|
|
|
|
|
{showradios === true ?
|
|
|
|
|
<MyRate allowHalf defaultValue={4} disabled/>
|
|
|
|
|
: ""}
|
|
|
|
|
</div>
|
|
|
|
|
<Progress percent={star_infos[2]} showInfo={false}></Progress>
|
|
|
|
|
<span className="fr ml10 color-grey-6 font-12 mt4">{star_infos[2]}%</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="clearfix">
|
|
|
|
|
<div className="rateYo fl mt3">
|
|
|
|
|
{showradios === true ?
|
|
|
|
|
<MyRate allowHalf defaultValue={3} disabled/>
|
|
|
|
|
: ""}
|
|
|
|
|
</div>
|
|
|
|
|
<Progress percent={star_infos[3]} showInfo={false}></Progress>
|
|
|
|
|
<span className="fr ml10 color-grey-6 font-12 mt4">{star_infos[3]}%</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="clearfix">
|
|
|
|
|
<div className="rateYo fl mt3">
|
|
|
|
|
{showradios === true ?
|
|
|
|
|
<MyRate allowHalf defaultValue={2} disabled/>
|
|
|
|
|
: ""}
|
|
|
|
|
</div>
|
|
|
|
|
<Progress percent={star_infos[4]} showInfo={false}></Progress>
|
|
|
|
|
<span className="fr ml10 color-grey-6 font-12 mt4">{star_infos[4]}%</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="clearfix">
|
|
|
|
|
<div className="rateYo fl mt3">
|
|
|
|
|
{showradios === true ?
|
|
|
|
|
<MyRate allowHalf defaultValue={1} disabled/>
|
|
|
|
|
: ""}
|
|
|
|
|
</div>
|
|
|
|
|
<Progress percent={star_infos[5]} showInfo={false}></Progress>
|
|
|
|
|
<span className="fr ml10 color-grey-6 font-12 mt4">{star_infos[5]}%</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
className="font-24 color-yellow-ff lineh-20 mb10 ml20">{star_infos[0]}分</span>
|
|
|
|
|
<span className="displayblock">总评分</span>
|
|
|
|
|
<div className="rateYo">
|
|
|
|
|
{showradios === true ?
|
|
|
|
|
<MyRate allowHalf defaultValue={star_info[0]} disabled/>
|
|
|
|
|
: ""}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="fr" style={{width: '375px'}}>
|
|
|
|
|
<div className="clearfix">
|
|
|
|
|
<div className="rateYo fl mt3">
|
|
|
|
|
{showradios === true ?
|
|
|
|
|
<MyRate allowHalf defaultValue={5} disabled/>
|
|
|
|
|
: ""}
|
|
|
|
|
</div>
|
|
|
|
|
<Progress percent={star_infos[1]} showInfo={false}></Progress>
|
|
|
|
|
<span className="fr ml10 color-grey-6 font-12 mt4">{star_infos[1]}%</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="clearfix">
|
|
|
|
|
<div className="rateYo fl mt3">
|
|
|
|
|
{showradios === true ?
|
|
|
|
|
<MyRate allowHalf defaultValue={4} disabled/>
|
|
|
|
|
: ""}
|
|
|
|
|
</div>
|
|
|
|
|
<Progress percent={star_infos[2]} showInfo={false}></Progress>
|
|
|
|
|
<span className="fr ml10 color-grey-6 font-12 mt4">{star_infos[2]}%</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="clearfix">
|
|
|
|
|
<div className="rateYo fl mt3">
|
|
|
|
|
{showradios === true ?
|
|
|
|
|
<MyRate allowHalf defaultValue={3} disabled/>
|
|
|
|
|
: ""}
|
|
|
|
|
</div>
|
|
|
|
|
<Progress percent={star_infos[3]} showInfo={false}></Progress>
|
|
|
|
|
<span className="fr ml10 color-grey-6 font-12 mt4">{star_infos[3]}%</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="clearfix">
|
|
|
|
|
<div className="rateYo fl mt3">
|
|
|
|
|
{showradios === true ?
|
|
|
|
|
<MyRate allowHalf defaultValue={2} disabled/>
|
|
|
|
|
: ""}
|
|
|
|
|
</div>
|
|
|
|
|
<Progress percent={star_infos[4]} showInfo={false}></Progress>
|
|
|
|
|
<span className="fr ml10 color-grey-6 font-12 mt4">{star_infos[4]}%</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="clearfix">
|
|
|
|
|
<div className="rateYo fl mt3">
|
|
|
|
|
{showradios === true ?
|
|
|
|
|
<MyRate allowHalf defaultValue={1} disabled/>
|
|
|
|
|
: ""}
|
|
|
|
|
</div>
|
|
|
|
|
<Progress percent={star_infos[5]} showInfo={false}></Progress>
|
|
|
|
|
<span className="fr ml10 color-grey-6 font-12 mt4">{star_infos[5]}%</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
:""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
startbtn === false && shixunsDetails.shixun_status != -1 ?
|
|
|
|
|