|
|
|
@ -301,29 +301,6 @@
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
height: 340px;
|
|
|
|
|
}
|
|
|
|
|
/*.lianjieList li:before {
|
|
|
|
|
content: '';
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 9px;
|
|
|
|
|
top: 50%;
|
|
|
|
|
margin-top: -3px;
|
|
|
|
|
width: 6px;
|
|
|
|
|
height: 6px;
|
|
|
|
|
background: #0558b0;
|
|
|
|
|
}
|
|
|
|
|
.lianjieList li{
|
|
|
|
|
width:100%;
|
|
|
|
|
height: 45px;
|
|
|
|
|
line-height: 45px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
border-bottom:1px solid #ccc;
|
|
|
|
|
padding-left:30px;
|
|
|
|
|
position: relative;
|
|
|
|
|
font-size:16px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
.lianjieList li span {
|
|
|
|
|
position: absolute;
|
|
|
|
@ -344,12 +321,19 @@
|
|
|
|
|
margin-right: 13px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border: 1px solid #dedede;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
background-color: #e9f4ff;
|
|
|
|
|
}
|
|
|
|
|
.lianjieList li a{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
.lianjieList li:hover{
|
|
|
|
|
background-color: #c2dffd
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lianjieList{
|
|
|
|
|
width:30%;
|
|
|
|
|
height:100%;
|
|
|
|
|