<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 渚ц竟瀵艰埅 */
.tool {
    position: fixed;
    z-index: 1000;
    min-width: 64px;
    height: 175px;
    right: 20px;
    bottom: 140px;
    display:block;
}

.tool-list {
    position: relative;
    width: 108px;
    height: 116px;
    background: #696969;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 2px;
}

.tool-list a {
    display: block;
    font-size: 18px;
    width: 108px;
    height: 116px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.tool-list:hover {
    background: #176aba;
}

.toolclose {
    position: absolute;
    top: 0;
    right: -8px;
    width: 12px;
    height: 12px;
    border-radius: 5px;
    cursor: pointer;
    background: #D3D3D3 url('../images/icon_close.png') no-repeat center;
}

.code {
    /*display: none;*/ 
    width: 220px;
    position: absolute;
    right: 108px;
    top: -2px;
}

.code&gt;img {
    display: block;
    width: 100%;
}

.tool-list.icon3{
    background: #176aba;
}
.tool-list.icon3:hover .code {
    display: block;
}

</pre></body></html>