html嵌入2d动图

2020-04-30 15:58:55 浏览数 (1)

Model

代码语言:javascript复制
<html>
    <head>
        <script src="https://files.cnblogs.com/files/liuzhou1/L2Dwidget.min.js"></script>
        <style>
            .live2d-widget-dialog-container {
              width: 300px;
              height: 120px;
              position: absolute;
              bottom: 65%;
              right: 0px;
              transform-origin: right;
              padding: 12px;
              box-sizing: border-box;
              -webkit-font-smoothing: antialiased;
            }
            .live2d-widget-dialog {
              width: 100%;
              height: 100%;
              color: #917159;
              font-size: 16px;
              padding: 12px;
              border: 2px solid rgb(236, 203, 180);
              background: rgba(236, 203, 180, 0.14);
              box-sizing: border-box;
              border-radius: 10px;
              transform: rotate(-2deg);
              opacity: 0;

0 人点赞