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.
34 lines
663 B
34 lines
663 B
#recommendation{
|
|
.content-list{
|
|
padding: 10px 0 0 0;
|
|
.item{
|
|
margin-bottom:10px;
|
|
background-color: #FFFFFF;
|
|
padding: 22px 15px;
|
|
.name{
|
|
color:#333333;
|
|
font-size: 16px;
|
|
line-height: 25px;
|
|
font-weight: 700;
|
|
padding-bottom: 8px;
|
|
}
|
|
.author{
|
|
color:#666666;
|
|
font-size:12px;
|
|
line-height: 17px;
|
|
padding-bottom: 10px;
|
|
span{
|
|
display: inline-block;
|
|
padding-right:6px;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
.img-box{
|
|
image{
|
|
width: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|