.foot-container {
position: fixed;
bottom: 10px;
right: 10px;
display: flex;
justify-content: space-between;
}
.foot-container .foot-right-container .top {
background: rgba(255, 255, 255, 0.5);
border: 1px solid #cdcdcd;
border-radius: 20px;
width: 40px;
height:40px;
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
}
#cnblogs_post_body p {
margin:10px;
text-indent:2em;
}