Commit a6dafcf4 by zhanghaozhe

ml

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