Commit a6dafcf4 by zhanghaozhe

ml

parent 20beb356
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
align-items: center; align-items: center;
padding: 32px 0 38px 0; padding: 32px 0 38px 0;
position: relative; position: relative;
.left { .left {
position: absolute; position: absolute;
width: 61px; width: 61px;
...@@ -13,6 +14,7 @@ ...@@ -13,6 +14,7 @@
left: 0; left: 0;
top: -48px; top: -48px;
} }
.right { .right {
position: absolute; position: absolute;
top: 156px; top: 156px;
...@@ -20,29 +22,39 @@ ...@@ -20,29 +22,39 @@
width: 43px; width: 43px;
height: 180px; height: 180px;
} }
.title { .title {
font-size: 22px; font-size: 22px;
font-weight: 600; font-weight: 600;
color: #4B41FF; color: #4B41FF;
margin-bottom: 33px; margin-bottom: 33px;
} }
img { img {
width: 290px; width: 290px;
height: 170px; height: 170px;
} }
.des-list{
& img:nth-of-type(3){
height: auto;
}
.des-list {
margin-top: 36px; margin-top: 36px;
li{
li {
display: flex; display: flex;
align-items: center; align-items: center;
margin-bottom: 12px; margin-bottom: 12px;
} }
img{
img {
width: 18px; width: 18px;
height: 18px; height: 18px;
margin-right: 8px; margin-right: 8px;
} }
span{
span {
font-size: 12px; font-size: 12px;
color: #525C65; color: #525C65;
} }
......
.experience_container { .experience_container {
padding-top: 32px;
padding-bottom: 40px; padding-bottom: 40px;
.title { .title {
font-size: 22px; font-size: 22px;
......
.team_container { .team_container {
padding-top: 32px; padding-top: 32px;
padding-bottom: 46px; padding-bottom: 40px;
position: relative; position: relative;
.team_top { .team_top {
......
...@@ -5,6 +5,10 @@ ...@@ -5,6 +5,10 @@
overflow: auto; overflow: auto;
background: #fff; background: #fff;
.share-ranking{
border-color: #fff;
}
.des__start { .des__start {
position: relative; position: relative;
width: 100%; width: 100%;
......
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