diff --git a/public/react/src/modules/courses/coursesDetail/CoursesBanner.js b/public/react/src/modules/courses/coursesDetail/CoursesBanner.js index 4e4b4b968..7e1870895 100644 --- a/public/react/src/modules/courses/coursesDetail/CoursesBanner.js +++ b/public/react/src/modules/courses/coursesDetail/CoursesBanner.js @@ -721,13 +721,21 @@ class CoursesBanner extends Component { .ant-breadcrumb-separator{ color: rgba(255,255,255,0.3) !important; } + .ant-tooltip-inner{ + background: #FFFFFF !important; + opacity: 0.2 !important; + } + .ant-tooltip-arrow::before{ + background: #FFFFFF !important; + opacity: 0.2 !important; + } `} - 0?true:false} - placement="topLeft" + 0?true:false} + placement="topLeft" title={
{coursedata.teacher_applies_count===undefined?"":coursedata.teacher_applies_count>0?您有{coursedata.teacher_applies_count}条新的加入申请this.setHistoryFun("/courses/"+this.props.match.params.coursesId+"/teachers?tab=2")}>
 																			 a{
       display: block;
@@ -1240,7 +1240,7 @@ samp {
   .graduationTaskMenu>a.active{
       color: #4CACFF!important;
   }
-  
+
   /* end */
 /* form表单,包含多个item时 */
 .createPage{
@@ -1268,7 +1268,7 @@ samp {
   .createPage .ant-form-explain{
     padding-left: 0px;
   }
-  
+
   .has-error .ant-input-group-addon{
     border-color:#f5222d!important;
   }
@@ -1282,7 +1282,7 @@ samp {
     top: 32px;
     color: #FE4F4C;
   }
-  
+
   .searchView{
     width: 248px;
     height: 40px;
@@ -1544,7 +1544,7 @@ samp {
   /* 单选下拉列表(超出十条数据带搜索、且有添加按钮) */
   .drop_down_menu li{
     overflow:hidden;
-    white-space: nowrap; 
+    white-space: nowrap;
     text-overflow:ellipsis;
     padding:0px 20px;
     height: 34px;
@@ -1571,7 +1571,7 @@ samp {
     line-height: 48px;
     color: #666666;
   }
-  
+
 /* 下拉 ---------------- END */
 
 /* List列表页的公共样式---------------------------------------------- END */
@@ -1749,4 +1749,8 @@ input.ant-input-number-input:focus {
 .daishenp{
     color: #F79946 !important;
     text-decoration: underline !important;
-}
\ No newline at end of file
+}
+.pointertooltip{
+  background: #DDDDDD;
+
+}
diff --git a/public/react/src/search/SearchPage.js b/public/react/src/search/SearchPage.js
index 83a32e7a8..e25829554 100644
--- a/public/react/src/search/SearchPage.js
+++ b/public/react/src/search/SearchPage.js
@@ -137,8 +137,10 @@ class SearchPage extends Component{
 						margin-right: 4px;
 						font-size: 16px !important;
 					}
+					.shixundetailtopcss{
+					}
 				`}
-				
+
{/*
*/}