<>
.container{ position: relative; } .tq-box{ position: absolute; top: 0; right: 10px; z-index: 99; color: #fff; } .tq-zz{ display: block; width: 450px; height: 30px; position: absolute; top: 0; right: 0;
z-index: 999; }
>
x
< type="text/css">
.fixed {
position: fixed;
right: -1px;
top: 30%;
right: -146px;
font-size: 14px;
width: 200px;
z-index: 999999;
}
.fixed > li {
width: 100px;
height: 48px;
line-height: 48px;
padding-left: 55px;
background: #a1b7db;
border-top-left-radius: 27px;
border-bottom-left-radius: 27px;
position: relative;
margin-bottom: 15px;
transition: all linear .3s;
}
.fixed > .znwd a {
line-height: 35px;
padding: 6px 0;
}
.fixed > li a {
display: block;
color: #ffffff;
}
.fixed > li span {
display: block;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
border-radius: 50%;
background: #2f5594;
position: absolute;
left: 0;
top: 0;
}
.fixed > li img {
margin-top: 10px;
vertical-align:top;
}
>