Commit 9621d3aa authored by 崔佳豪's avatar 崔佳豪

fix: modify bootpage

parent 03b9d08f
......@@ -24,8 +24,8 @@ const industries = [
{ name: '能源', type: '能源', subTitle: 'ENERGY SOURCES' },
{ name: '直饮水', type: '直饮水', subTitle: 'DRINGKING WATER' },
// { name: '水资源', type: '水资源', subTitle: 'WATER RESOURCES' },
{ name: '熊猫智能实验室', type: '实验室', subTitle: 'PANDA AI. LAB' },
{ name: '大数据', type: '大数据', subTitle: 'BIG DATA' },
{ name: '熊猫智能实验室', type: '实验室', subTitle: 'PANDA AI. LAB' },
{ name: '项目案例', type: '项目案例', subTitle: 'PROJECT CASE' },
];
const renderIndustries = (config, callback) =>
......
......@@ -53,11 +53,13 @@
width: 2px;
}
.bootPageUl {
display: flex;
width: 1280px;
flex-wrap: wrap;
// display: flex;
// width: 1280px;
// flex-wrap: wrap;
// justify-content: center;
display: grid;
grid-template-columns: repeat(4, 25%);
list-style: none;
justify-content: center;
transition: all .5s ease-out;
overflow: hidden;
padding-top: 10px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment