_suspend-home.css
385 Bytes
.suspend-home {
position: fixed;
right: 30px;
bottom: 140px;
z-index: 10;
width: 88px;
height: 88px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.3);
text-align: center;
line-height: 88px;
a {
display: block;
width: 100%;
height: 100%;
}
.iconfont {
color: #fff;
font-size: 36px;
}
}