|
|
|
@ -13,33 +13,7 @@ class ShixunPathCard extends Component{
|
|
|
|
|
let {pathList}=this.props;
|
|
|
|
|
return(
|
|
|
|
|
<div className="educontent" id="subjects_list_content">
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
.tag-green{
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 15px;
|
|
|
|
|
bottom: 95px;}
|
|
|
|
|
.tag-green .tag-name{display: block;width: auto;
|
|
|
|
|
/*background-image: url("/images/educoder/tag1.png");*/
|
|
|
|
|
background: #000000;
|
|
|
|
|
border: 1px solid #fff;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
background-size: 100% 100%;padding: 0px 8px;color: #fff;float: left;}
|
|
|
|
|
.tag-orange{position: absolute;right: 0px;top:20px;}
|
|
|
|
|
.tag-orange .tag-name{display: block;width: auto;background-color:#FF6800;
|
|
|
|
|
background-size: 100% 100%;padding: 0px 8px;color: #fff;float: left;
|
|
|
|
|
height: 28px;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
pathList && pathList.length > 0 ?
|
|
|
|
|
(
|
|
|
|
|