hy_gx
Version:
118 lines (108 loc) • 2.14 kB
text/less
ul,li{
margin: 0px;
padding: 0px;
list-style: none;
}
.right-content{
width:310px;
float: right;
padding-top: 10px;
margin-top: 10px;
border:1px solid #ececed;
background-color: #fafcfd;
.dividing-line{
margin: 10px;
height:1px;
width: 280px;
border-top: 1px solid rgb(64,169,253);
}
.query-container{
margin-top: 20px;
}
.query-content{
height:30px;
line-height: 20px;
.icon{
float: left;
width: 25px;
height: 25px;
margin-left: 10px;
background: url("./images/query.png")
}
.knowledge{
float: left;
width: 25px;
height: 25px;
margin-left: 10px;
background: url("./images/knowledge-map.png")
}
.title{
float: left;
margin-left: 10px;
font-size: 16px;
}
}
.search{
margin-top: 10px;
}
.search-list{
border: 1px solid rgb(215,243,252);
max-height:200px;
font-size: 12px;
color: #333333;
width: 274px;
margin-left: 10px;
margin-top: 10px;
padding-left: 10px;
padding-top: 10px;
}
}
.right-content .person-property {
li{
height:35px;
line-height: 35px;
}
.content{
height: 21px;
line-height: 21px;
float: left;
margin-left:10px;
}
.img{
width: 21px;
height: 21px;
margin-left: 10px;
float: left;
}
.collection{
background: url('./images/collection.png');
}
.question{
background: url('./images/question-small.png');
}
.answer{
background: url('./images/answer-small.png');
}
.mention{
background: url('./images/mention.png');
}
.follow{
background: url('./images/follow.png');
}
.publish{
background: url('./images/publish.png');
}
}
.input-search-address input{
background-color: rgb(233,247,253);
border: 1px solid rgb(215,243,252);
}
.knowledge-select{
input{
background-color: #e9f7fd;
border: 1px solid #d7f3fc;
}
.el-icon-caret-bottom{
color: #1093fc;
}
}