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

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

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

Loading…
Cancel
Save