hy_gx
Version:
134 lines (123 loc) • 2.37 kB
text/less
.left-content{
.head{
height:75px;
line-height: 75px;
padding-top: 10px;
}
.icon-operator{
width:160px;
float: left;
margin-right: 14px;
height: 47px;
.question{
background: url("./images/question.png");
float: left;
width:53px;
height: 47px;
}
.answer{
background: url("./images/answer.png");
float: left;
width:53px;
height: 47px;
}
.note{
background: url("./images/note.png");
float: left;
width:53px;
height: 47px;
}
.right{
float: left;
width: 95px;
height:45px;
cursor: pointer;
border-right: 1px solid rgb(215,237,255);
border-top: 1px solid rgb(215,237,255);
border-bottom: 1px solid rgb(215,237,255);
color: #1093fc;
text-align: center;
line-height: 45px;
vertical-align: middle;
}
}
}
.dividing-line{
height:1px;
width: 100%;
border-top: 1px solid rgb(64,169,253);
}
.list-title{
height: 30px;
width: 100%;
.recommend-icon{
float: left;
background: url("./images/recommend.png");
width: 23px;
height: 24px;
}
.newknowledge-icon{
float: left;
background: url("./images/new-knowledge.png");
width: 23px;
height: 24px;
}
.content{
color: #333333;
font-size: 16px;
float: left;
margin-left: 10px;
height: 24px;
line-height: 24px;
}
.more{
color: #666666;
float: right;
height: 24px;
line-height: 24px;
}
}
.list-content{
margin-bottom: 20px;
.title{
height: 40px;
line-height: 40px;
font-size: 16px;
color: #1093fc;
}
.meta-knowledge{
font-size: 12px;
height: 25px;
line-height: 25px;
&-title{
float:left;
}
&-content{
float: left;
margin-left: 10px;
}
}
.update{
height: 30px;
line-height: 30px;
.update-time{
float: right;
color: #666666;
font-size: 12px;
margin-right: 10px;
}
.update-dept{
float: right;
color: #666666;
font-size: 12px;
}
.update-content{
float: left;
color: #1093fc;
font-size: 12px;
}
}
}
.active{
color: #1093fc;
}