Merge branch 'dev_aliyun' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

yslnewtiku
daiao 5 years ago
commit 7c3a85cf17

@ -4,7 +4,8 @@ class ShixunListsController < ApplicationController
end end
private private
def search_params def search_params
params.permit(:keyword, :type, :page, :limit, :order, :status, :diff, :sort) params.permit(:keyword, :type, :page, :limit, :order, :status, :diff, :sort, :no_jupyter)
end end
end end

@ -721,6 +721,14 @@ class CoursesBanner extends Component {
.ant-breadcrumb-separator{ .ant-breadcrumb-separator{
color: rgba(255,255,255,0.3) !important; 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;
}
`} `}
</style> </style>
<Breadcrumb separator="|" className={"mt5"}> <Breadcrumb separator="|" className={"mt5"}>

@ -1750,3 +1750,7 @@ input.ant-input-number-input:focus {
color: #F79946 !important; color: #F79946 !important;
text-decoration: underline !important; text-decoration: underline !important;
} }
.pointertooltip{
background: #DDDDDD;
}

@ -137,8 +137,10 @@ class SearchPage extends Component{
margin-right: 4px; margin-right: 4px;
font-size: 16px !important; font-size: 16px !important;
} }
.shixundetailtopcss{
}
`}</style> `}</style>
<div className="shixunDetail_top " > <div className="shixunDetail_top shixundetailtopcss" >
{/*<div style={{height:"53px"}}></div>*/} {/*<div style={{height:"53px"}}></div>*/}
<div className="intermediatecenter" style={{ width: "100%"}}> <div className="intermediatecenter" style={{ width: "100%"}}>
<Search <Search

@ -178,9 +178,10 @@
.ml9{ .ml9{
margin-left: 9px; margin-left: 9px;
} }
.shixunDetail_top{width: 100%;background-image: url("/images/educoder/searchforbackres.jpg"); height: 240px; .shixunDetail_top{width: 100%;background-image: url("/images/educoder/searchforbackres.jpg"); height: 160px;
justify-content: center;align-items: center;display: -webkit-flex; justify-content: center;align-items: center;display: -webkit-flex;
background-size: cover; background-size: cover;
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
padding-top: 0px !important;
} }

Loading…
Cancel
Save