dev_oauth
杨树林 6 years ago
parent 329946dbc9
commit 697d38f718

@ -445,7 +445,7 @@ class CoursesBanner extends Component {
<style> <style>
{ {
` `
.tag-orange .tag-name{ .tag-orangces .tag-name{
display: block; display: block;
width: auto; width: auto;
background-color: #FF6800; background-color: #FF6800;
@ -462,7 +462,7 @@ class CoursesBanner extends Component {
} }
</style> </style>
{excellent===true? {excellent===true?
<span className="tag-orange fl"><span className="tag-name mt10 ml10">国家精品</span></span> <span className="tag-orangces fl"><span className="tag-name mt10 ml10">国家精品</span></span>
:""} :""}
<span className={"TabsWarp"}> <span className={"TabsWarp"}>
<CoursesListType <CoursesListType

Loading…
Cancel
Save