|
|
|
@ -1,7 +1,8 @@
|
|
|
|
|
import React, { Component } from 'react';
|
|
|
|
|
import PathCard from "./ShixunPathCard.js";
|
|
|
|
|
import axios from 'axios';
|
|
|
|
|
import {Input} from 'antd';
|
|
|
|
|
import {getImageUrl} from 'educoder';
|
|
|
|
|
import PathCard from "./ShixunPathCard.js";
|
|
|
|
|
import UpgradeModals from '../modals/UpgradeModals';
|
|
|
|
|
import Pagination from '@icedesign/base/lib/pagination';
|
|
|
|
|
import '@icedesign/base/lib/pagination/style.js';
|
|
|
|
@ -120,6 +121,21 @@ class ShixunPathSearch extends Component{
|
|
|
|
|
{this.state.updata===undefined?"":<UpgradeModals
|
|
|
|
|
{...this.state}
|
|
|
|
|
/>}
|
|
|
|
|
{/*<style>*/}
|
|
|
|
|
{/*{*/}
|
|
|
|
|
{/*`*/}
|
|
|
|
|
{/*.pathImg{*/}
|
|
|
|
|
{/*width: 100%;*/}
|
|
|
|
|
{/*height: 300px;*/}
|
|
|
|
|
{/*background-image: url(${getImageUrl(`images/path/path.png`)});*/}
|
|
|
|
|
{/*background-color: #000a4f;*/}
|
|
|
|
|
{/*/* background-size: cover; */*/}
|
|
|
|
|
{/*background-position: center;*/}
|
|
|
|
|
{/*background-repeat: no-repeat;*/}
|
|
|
|
|
{/*}*/}
|
|
|
|
|
{/*`*/}
|
|
|
|
|
{/*}*/}
|
|
|
|
|
{/*</style>*/}
|
|
|
|
|
<div className="pr">
|
|
|
|
|
<div className="pathImg"></div>
|
|
|
|
|
<div className="edu-back-white padding20 pathIndexNav">
|
|
|
|
|