dev_new_shixunsrepository
杨树明 5 years ago
parent 7f0e03ce9d
commit 6f7e926250

@ -96,9 +96,6 @@
<link rel="stylesheet" type="text/css" href="/css/iconfont.css">
<link rel="stylesheet" type="text/css" href="https://cdn.bootcss.com/quill/1.3.7/quill.core.min.css">
<style>
::-webkit-scrollbar {
width: 0px !important;
}
/*<!--去除浏览器点击操作后有蓝色的底块-->*/
-moz-user-select: none;
-webkit-user-select: none;

@ -130,7 +130,9 @@ class CoursesHome extends Component{
<div className="newMain clearfix">
<style>
{
`
` ::-webkit-scrollbar {
width: 0px !important;
}
.courses-head{
width: 100%;
height: 300px;

@ -92,7 +92,7 @@ class ShixunPathSearch extends Component{
getList=(order,select,search,page )=>{
let url='/paths.json';
// '?order='+order+'&page='+page;
// if(select!=""){
@ -166,6 +166,9 @@ class ShixunPathSearch extends Component{
<style>
{
`
::-webkit-scrollbar {
width: 0px !important;
}
.pathImg{
width: 100%;
height: 300px;
@ -205,7 +208,7 @@ class ShixunPathSearch extends Component{
{/*<div className="fr mr5 search-new">*/}
{/*/!* <Search*/}
{/*placeholder="请输入路径名称进行搜索"*/}
{/*id="subject_search_input"*/}
{/*id="subject_search_input"*/}
{/*value={search}*/}
{/*onInput={this.inputSearchValue}*/}
{/*onSearch={this.searchValue}*/}

Loading…
Cancel
Save