/* 定制公告栏时钟位置 */
#clockdiv {
    /* left, center, right */
    text-align: center;
}
/*删除广告*/
#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb {
    display:none; !important
}
<style>
body{
cursor: url('https://pic.cnblogs.com/face/1247197/20180330210354.png'),pointer;
}
</style>

<!-- 返回顶部 -->
#toTop {
    background: url(//https://images.cnblogs.com/cnblogs_com/shwee/1218109/o_toTop.bmp) no-repeat 0px top;
    width: 57px;
    height: 57px;
    overflow: hidden;
    position: fixed;
    right: 180px;
    bottom: 20px;
    cursor: pointer;
}

<!--老板娘 -->
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" type="text/css" href="https://blog-static.cnblogs.com/files/huafang/waifu1.css"/>
    <link rel="stylesheet" type="text/css" href="https://blog-static.cnblogs.com/files/huafang/flat-ui.min1.css"/>
</head>
<body>    
    <div class="waifu">
        <div class="waifu-tips"></div>
        <canvas id="live2d" width="280" height="250" class="live2d"></canvas>
        <div class="waifu-tool">
            <span class="fui-home"></span>
            <span class="fui-chat"></span>
            <span class="fui-eye"></span>
            <span class="fui-user"></span>
            <span class="fui-photo"></span>
            <span class="fui-info-circle"></span>
            <span class="fui-cross"></span>
        </div>
    </div>
        
    <script src="https://blog-static.cnblogs.com/files/huafang/waifu-tips.js"></script>
    <script src="https://blog-static.cnblogs.com/files/huafang/live2d.js"></script>
    <script type="text/javascript">initModel()</script>
</body>
</html>