Merge branch 'factory-hxy' of http://172.20.32.203:3000/durian/forgeplus-react into factory
This commit is contained in:
commit
9d1be3894d
|
|
@ -34,7 +34,7 @@ const Scene = ({ zoneId }) => {
|
||||||
sceneList.map((scene, index) => {
|
sceneList.map((scene, index) => {
|
||||||
return <div className="scene-item" key={index}>
|
return <div className="scene-item" key={index}>
|
||||||
<h3>{scene.name}</h3>
|
<h3>{scene.name}</h3>
|
||||||
<p>{scene.value}</p>
|
<p>{scene.summary}</p>
|
||||||
<Link to={`/softwareFactory/scene/${index + 1}`}>
|
<Link to={`/softwareFactory/scene/${index + 1}`}>
|
||||||
<span>查看详情</span>
|
<span>查看详情</span>
|
||||||
<KFIcon type="icon-icon_blackarrow_hover" font={40}/>
|
<KFIcon type="icon-icon_blackarrow_hover" font={40}/>
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
margin-top: auto;
|
||||||
span {
|
span {
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
|
|
|
||||||
|
|
@ -73,6 +73,7 @@
|
||||||
width: 1600px;
|
width: 1600px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
margin-top: -145px;
|
||||||
|
|
||||||
.lesson-left {
|
.lesson-left {
|
||||||
width: 692px;
|
width: 692px;
|
||||||
|
|
@ -175,6 +176,7 @@
|
||||||
background-image: url('../../images/factory/lessons/lesson-right.webp');
|
background-image: url('../../images/factory/lessons/lesson-right.webp');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
.right-item {
|
.right-item {
|
||||||
height: 542px;
|
height: 542px;
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@
|
||||||
padding: 0 calc((100vw - 1600px) / 2);
|
padding: 0 calc((100vw - 1600px) / 2);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 60px;
|
margin-top: 60px;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
.header-left {
|
.header-left {
|
||||||
width: 642px;
|
width: 642px;
|
||||||
|
|
@ -90,6 +91,7 @@
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
width: 40vw;
|
width: 40vw;
|
||||||
margin-left: 160px;
|
margin-left: 160px;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
|
|
||||||
.header-item {
|
.header-item {
|
||||||
|
|
@ -241,7 +243,7 @@
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-top: 27px;
|
margin-top: 27px;
|
||||||
opacity: 79%;
|
opacity: 0.8;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
font-family: alibabareg;
|
font-family: alibabareg;
|
||||||
color: #091221;
|
color: #091221;
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
justify-content: flex-start;
|
||||||
|
|
||||||
.ant-breadcrumb {
|
.ant-breadcrumb {
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue