Commit a5790990 authored by 陈毅's avatar 陈毅

enovia

parent 3be35335
...@@ -2396,7 +2396,6 @@ line-height: 48px; ...@@ -2396,7 +2396,6 @@ line-height: 48px;
.enovia{ .enovia{
width: 1400px; width: 1400px;
height: auto; height: auto;
border: 1px solid #000;
display: flex; display: flex;
justify-content: space-evenly; justify-content: space-evenly;
margin-bottom: 90px; margin-bottom: 90px;
...@@ -2405,11 +2404,10 @@ line-height: 48px; ...@@ -2405,11 +2404,10 @@ line-height: 48px;
font-size: 15px; font-size: 15px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
border: 1px solid #005385;
img{ img{
width: 50px; width: 50px;
height: auto; height: auto;
margin: 40px auto 20px; margin: 0px auto 20px;
} }
h4{ h4{
text-align: center; text-align: center;
...@@ -2615,6 +2613,28 @@ line-height: 48px; ...@@ -2615,6 +2613,28 @@ line-height: 48px;
} }
} }
} }
//下载页面
.download{
margin-top: 180px;
div{
width: 100%;
text-align: center;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #294982;
opacity: 1;
padding-top: 32px;
span{
margin-left: 14px;
}
span:hover{
border-bottom: 1px solid #294982;
cursor: pointer;
}
}
}
//我们是谁 about页面 //我们是谁 about页面
//加入我们 about页面 //加入我们 about页面
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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