You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
791 B
45 lines
791 B
.bottom_warp {
|
|
width: 100%;
|
|
height: 140px;
|
|
background: #FFFFFF;
|
|
border-radius: 2px 0px 0px 0px;
|
|
border-top: 1px solid #D8D8D8;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
|
|
.item_con {
|
|
width: 50%;
|
|
height: 100%;
|
|
display: flex;
|
|
|
|
._img {
|
|
width: 54px;
|
|
height: 54px;
|
|
margin: 20px;
|
|
background-color: saddlebrown;
|
|
}
|
|
|
|
.item_info {
|
|
|
|
&:nth-child(2),
|
|
&:nth-child(3) {
|
|
height: 22px;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
line-height: 22px;
|
|
}
|
|
}
|
|
|
|
.item_title {
|
|
margin-top: 34px;
|
|
height: 26px;
|
|
line-height: 26px;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
} |