|
|
|
@ -730,7 +730,7 @@ $red: #f33; |
|
|
|
|
|
|
|
.all-list { |
|
|
|
position: absolute; |
|
|
|
z-index: 100; |
|
|
|
z-index: 999999; |
|
|
|
padding: 0 10px; |
|
|
|
width: 300px; |
|
|
|
max-height: 200px; |
|
|
|
@ -738,7 +738,7 @@ $red: #f33; |
|
|
|
background-color: rgba(#ffffff, 0.9); |
|
|
|
box-shadow: 0 0 10px 3px rgba(#000, 0.1); |
|
|
|
text-align: left; |
|
|
|
color: #999; |
|
|
|
color: #999999; |
|
|
|
transition: all ease 0.13s; |
|
|
|
transform: scale(0); |
|
|
|
|
|
|
|
@ -769,26 +769,27 @@ $red: #f33; |
|
|
|
|
|
|
|
.tip { |
|
|
|
position: relative; |
|
|
|
margin: 0 0px; |
|
|
|
padding: 3px 2px 3px 12px; |
|
|
|
margin: -15px 0px 0px 0px; |
|
|
|
padding: 8px 2px 3px 12px; |
|
|
|
line-height: 18px; |
|
|
|
box-shadow: 0 0 10px 5px #eee; |
|
|
|
background-color: #ffffff; |
|
|
|
font-size: 14px; |
|
|
|
font-size: 12px; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
color: #666666; |
|
|
|
z-index: 99999; |
|
|
|
|
|
|
|
|
|
|
|
&:hover { |
|
|
|
.all-list { |
|
|
|
transform: scale(1); |
|
|
|
background:#ffCC00; |
|
|
|
color:#000000; |
|
|
|
background:#f3ca7e; |
|
|
|
color:#333333; |
|
|
|
font-size:14px; |
|
|
|
border:2px #ff9900 solid; |
|
|
|
border:1px #ffCC00 solid; |
|
|
|
border-radius:5px; |
|
|
|
line-height:20px; |
|
|
|
z-index:9999; |
|
|
|
} |
|
|
|
} |
|
|
|
.tip-num { |
|
|
|
@ -823,15 +824,16 @@ $red: #f33; |
|
|
|
|
|
|
|
&::before { |
|
|
|
position: absolute; |
|
|
|
background: url("../../../../assets/img/modules/communityparty/ding.png"); |
|
|
|
background-image: url("../../../../assets/img/modules/communityparty/ding.png"); |
|
|
|
background-size: 26px 26px; |
|
|
|
content: ""; |
|
|
|
left: -20px; |
|
|
|
top: -23px; |
|
|
|
left: 0px; |
|
|
|
top: -56px; |
|
|
|
bottom: 0; |
|
|
|
margin: auto; |
|
|
|
display: block; |
|
|
|
width: 28px; |
|
|
|
height: 28px; |
|
|
|
width: 26px; |
|
|
|
height: 26px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
@ -846,10 +848,10 @@ $red: #f33; |
|
|
|
&:hover { |
|
|
|
.all-list { |
|
|
|
transform: scale(1); |
|
|
|
background:#ffCC00; |
|
|
|
color:#000000; |
|
|
|
background:#f3ca7e; |
|
|
|
color:#333333; |
|
|
|
font-size:14px; |
|
|
|
border:2px #ff9900 solid; |
|
|
|
border:1px #ffCC00 solid; |
|
|
|
border-radius:5px; |
|
|
|
line-height:20px; |
|
|
|
} |
|
|
|
|