Merge branch 'newVersion_forge' into dev_devOps

This commit is contained in:
caishi 2020-09-16 18:28:03 +08:00
commit 53e444d85e
2 changed files with 6 additions and 4 deletions

View File

@ -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">

View File

@ -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{