Commit 7f559576 authored by 周宏民's avatar 周宏民

fix: 修改演示功能

parent abc21d8b
Pipeline #89742 waiting for manual action with stages
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
......@@ -20,7 +20,7 @@ const RightItem = props => {
}
};
const renderRow = (row, index) => {
const rIndex = `r_${index % 5}`;
const rIndex = `r_${index % 6}`;
return (
<div
......
......@@ -106,11 +106,14 @@
background-size: 100% 100%;
}
.r_list_item[rIndex='r_0'] {
.r_list_item[rIndex='r_5'] {
background: url('@{imgSrc}/bg5.png') no-repeat left center;
background-size: 100% 100%;
}
.r_list_item[rIndex='r_0'] {
background: url('@{imgSrc}/bg6.png') no-repeat left center;
background-size: 100% 100%;
}
.r_list_item[name='敬请期待'] {
background: url('@{imgSrc}/敬请期待.png') no-repeat left center;
background-size: 100% 100%;
......
......@@ -232,11 +232,11 @@
line-height: 1;
align-items: flex-end;
position: relative;
top: -6px;
top: -10px;
.center_title {
height: 89px;
padding-top: 43px;
padding-top: 41px;
text-align: center;
background: url('@{imgSrc}/熊猫智慧水务系列支撑能力平台.png') no-repeat center/100% 100%;
z-index: 10;
......@@ -286,12 +286,12 @@
}
.center_top {
height: 17px;
width: 229px;
height: 19px;
width: 280px;
text-align: center;
line-height: 17px;
line-height: 19px;
font-weight: bold;
font-size: 12px;
font-size: 14px;
color: #FFFFFF;
}
......@@ -351,6 +351,8 @@
flex: none;
height: 290px;
overflow: hidden;
position: relative;
top: -5px;
}
}
......
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