Merge branch 'newVersion_forge' into dev_devOps
This commit is contained in:
commit
53e444d85e
|
|
@ -7,7 +7,7 @@ import ListItem from './IndexItem'
|
|||
import axios from 'axios';
|
||||
import img_new from '../Images/new.png';
|
||||
import img_array from '../Images/array.png';
|
||||
|
||||
import banner from '../Images/banner_list.jpg';
|
||||
const Search = Input.Search;
|
||||
|
||||
class Index extends Component {
|
||||
|
|
@ -202,7 +202,9 @@ class Index extends Component {
|
|||
)
|
||||
return (
|
||||
<div>
|
||||
<p className="t_project_banner"></p>
|
||||
<p className="t_project_banner">
|
||||
<img src={banner} width="100%" alt=""/>
|
||||
</p>
|
||||
<div className="ProjectListIndex">
|
||||
<div className="list-left">
|
||||
<ul className="list-l-Menu">
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
.lineH2{line-height:2}
|
||||
.t_project_banner {
|
||||
height: 260px;
|
||||
background: url(../Images/banner_list.jpg) no-repeat center;
|
||||
/* height: 260px;
|
||||
background: url(../Images/banner_list.jpg) no-repeat center; */
|
||||
background-color: #050d34;
|
||||
}
|
||||
.ProjectListIndex{
|
||||
|
|
|
|||
Loading…
Reference in New Issue