This commit is contained in:
caishi 2021-09-08 14:23:01 +08:00
parent 2f5d9d225c
commit 58691ec2ea
2 changed files with 10 additions and 1 deletions

View File

@ -11,7 +11,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';
import banner from '../Images/banner.png';
import CheckProfile from '../Component/ProfileModal/Profile';
const Search = Input.Search;

View File

@ -56,6 +56,15 @@
color: #fff;
cursor: pointer;
}
.bannerBox .ant-btn{
margin-top: 30px;
height: 40px;
font-size: 16px;
width: 120px;
border-radius: 4px;
margin-right: 40px;
}
.bannerBox > a > i{
font-size: 14px!important;
display: inline-block;