zoukankan      html  css  js  c++  java
  • 博客园看板娘css代码

    博客园看板娘css代码(修正版,原版代码标签无法添加)

    下载看板娘css源码地址及教程:https://www.cnblogs.com/hean/p/11167216.html

    看板娘css代码:

    <!DOCTYPE html>
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Live2D</title>
    
    <link rel="stylesheet" type="text/css" href="https://files.cnblogs.com/files/你的博客名/waifu1.css"/>
    <script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
    </head>
    <body>
    <link rel="stylesheet" type="text/css" href="https://files.cnblogs.com/files/你的博客名/waifu1.css">
    <div class="waifu" id="waifu">
    <div class="waifu-tips" style="opacity: 1;"></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>
    <link rel="stylesheet" type="text/css" href="https://files.cnblogs.com/files/你的博客名/flat-ui.min.css" />
    <script src="https://files.cnblogs.com/files/你的博客名/live2d.js"></script>
    <script src="https://files.cnblogs.com/files/你的博客名/waifu-tips.js"></script>
    <script type="text/javascript">initModel()</script>
    </body>
    </html>
  • 相关阅读:
    hdu5728 PowMod
    CF1156E Special Segments of Permutation
    CF1182E Product Oriented Recurrence
    CF1082E Increasing Frequency
    CF623B Array GCD
    CF1168B Good Triple
    CF1175E Minimal Segment Cover
    php 正则
    windows 下安装composer
    windows apache "The requested operation has failed" 启动失败
  • 原文地址:https://www.cnblogs.com/scivous/p/13863887.html
Copyright © 2011-2022 走看看