css+svg实现猫与狗的爱情表白动画效果代码

代码语言:html

所属分类:表白

代码描述:采用css结合svg实现猫与狗的暧昧一线牵表白动画效果代码

代码标签: 爱情 表白

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <style>
        body {
      overflow: hidden;
      background: #0c2987;
    }
    
    .table-line {
      width: 4vh;
      max-width: 0.4rem;
      height: 100vh;
      background-color: #c45c75;
      position: absolute;
    }
    
    .table-line:nth-child(0) {
      left: 0%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(1) {
      left: 3.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(2) {
      left: 7%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(3) {
      left: 10.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(4) {
      left: 14%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(5) {
      left: 17.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(6) {
      left: 21%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(7) {
      left: 24.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(8) {
      left: 28%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(9) {
      left: 31.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(10) {
      left: 35%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(11) {
      left: 38.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(12) {
      left: 42%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(13) {
      left: 45.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(14) {
      left: 49%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(15) {
      left: 52.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(16) {
      left: 56%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(17) {
      left: 59.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(18) {
      left: 63%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(19) {
      left: 66.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(20) {
      left: 70%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(21) {
      left: 73.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(22) {
      left: 77%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(23) {
      left: 80.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(24) {
      left: 84%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(25) {
      left: 87.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(26) {
      left: 91%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(27) {
      left: 94.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(28) {
      left: 98%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(29) {
      left: 101.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(30) {
      left: 105%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(31) {
      left: 108.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(32) {
      left: 112%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(33) {
      left: 115.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(34) {
      left: 119%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(35) {
      left: 122.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(36) {
      left: 126%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(37) {
      left: 129.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(38) {
      left: 133%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(39) {
      left: 136.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(40) {
      left: 140%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(41) {
      left: 143.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(42) {
      left: 147%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(43) {
      left: 150.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(44) {
      left: 154%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(45) {
      left: 157.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(46) {
      left: 161%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(47) {
      left: 164.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(48) {
      left: 168%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .table-line:nth-child(49) {
      left: 171.5%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(-60deg);
      bottom: -100%;
    }
    
    .table-line:nth-child(50) {
      left: 175%;
      margin-left: -10rem;
      margin-top: -10rem;
      transform: rotate(40deg);
      bottom: -50%;
    }
    
    .tramp,
    .lady {
      position: absolute;
      height: 100vh;
      transform: translate(-50%, -50%);
      top: 50%;
      z-index: 10;
    }
    
    .lady {
      left: 70%;
      transform-origin: 0% 50%;
      animation: lady-animation 4s infinite;
    }
    
    @keyframes lady-animation {
      0% {
        transform: rotate(5deg) translate(-50%, -50%);
      }
      20% {
        transform: rotate(0deg) translate(-50%, -50%);
      }
      50% {
        transform: rotate(0deg) translate(-50%, -50%);
      }
      100% {
        transform: rotate(5deg) translate(-50%, -50%);
      }
    }
    @keyframes tramp-animation {
      10% {
        transform: rotate(-2deg) translate(-50%, -50%);
      }
      20% {
        transform: rotate(0deg) translate(-50%, -50%);
      }
      80% {
        transform: rotate(0deg) translate(-50%, -50%);
      }
    }
    .tramp {
      left: 30%;
      transform-origin: 0% 50%;
      animation: tramp-animation 4s infinite;
    }
    
    .table {
      position: absolute;
      background-color: #dadce8;
      width: 100vw;
      height: 27vh;
      bottom: 0;
      left: 0;
      overflow: hidden;
      z-index: 25;
    }
    
    .semi-circle {
      position: absolute;
      left: 50%;
      top: 43.5%;
      width: 40%;
      height: 5%;
      border-radius: 0% 0% 50% 50%/0% 0% 100% 100%;
      border: 2vh solid #ebdbb9;
      border-top: 0;
      z-index: 1;
      transform: translate(-50%, -50%);
      transition: height 1s;
      animation: noodle-animation 4s infinite;
    }
    
    @keyframes noodle-animation {
      0% {
        height: 5%;
      }
      10% {
        height: 0%;
      }
      15% {
        height: 5%;
      }
      20% {
        height: 0%;
      }
      25% {
        height: 5%;
      }
      30% {
        height: 0%;
      }
      100% {
        height: 5%;
      }
    }
    p {
      text-align: center;
      color: #eee;
    }
    </style>

</head>

<body>

    <svg class="tramp" width="100%" height="100%" viewBox="0 0 2481 3508" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
  <g transform="matrix(0.830492,-0.362708,0.384808,0.881096,-72.3511,171.341)">
    <rect x="699.138" y="810.067" width="834.175" height="943.87" style="fill:rgb(154,187,223);" />
  </g>
  <g transform="matrix(1.33768,-1.66533e-16,-5.55112e-17,1,-770.586,588.064)">
    <path d="M1769.58,2107.14L955.67,2107.14L1431.24,766.67L1618.19,766.67L1769.58,2107.14Z" style="fill:rgb(217,184,165);" />
  </g>
  <g transform="matrix(1.33768,0,0,1,-656.233,588.064)">
    <path d="M1769.58,2107.14L955.67,2107.14L1362.63,766.67L1618.19,766.67L1769.58,2107.14Z" style="fill:rgb(122,113,140);" />
  </g>
  <g transform="matrix(0.891947,-0.427701,0.426252,0.888927,-310.833,329.338)">
    <rect x="699.138" y="810.067" width="834.175" height="943.87" style="fill:rgb(217,184,165);" />
  </g>
  <g transform="matrix(0.906507,-0.395906,0.400233,0.916414,-261.658,258.899)">
    <rect x="699.138" y="810.067" width="834.175" height="943.87" style="fill:rgb(122,113,140);" />
  </g>
  <g transform="matrix(0.736075,0,0,0.736075,623.64,398.699)">
    <circle cx="1568.82" cy="1298.83" r="498.405" style="fill:rgb(173,172,190);" />
  </g>
  <g transform="matrix(0.46213,-0.148921,0.153135,0.475207,264.223,766.091)">
    <rect x="1309.38" y="1940.78" width="571.108" height="1118.66" style="fill:rgb(173,172,190);" />
  </g>
  <g transform="matrix(0.42975,0.0758877,-0.0225765,0.12785,1566.64,800.1)">
    <rect x="506.025" y="1074.8" width="549.982" height="679.136" style="fill:rgb(154,187,223);" />
  </g>
  <g transform="matrix(0.873668,0.302938,-0.0425326,0.122663,1120.72,619.433)">
    <rect x="506.025" y="1074.8" width="549.982" height="679.136" style="fill:rgb(122,113,140);" />
  </g>
  <g transform="matrix(0.744983,-0.240071,0.217114,0.673745,-237.998,1037.31)">
    <rect x="1309.38" y="1940.78" width="571.108" height="1118.66" style="fill:rgb(173,172,190);" />
  </g>
  <g transform="matrix(0.483688,0.141564,-0.146979,0.502189,1154.1,258.505)">
    <rect x="1309.38" y="1940.78" width="571.108" height="1118.66" style="fill:rgb(173,172,190);" />
  </g>
  <g transform="matrix(1.02679,-0.332239,0.415688,1.28469,-23.8703,-165.237)">
    <circle cx="949.085" cy="1166.04" r="163.97" style="fill:rgb(173,172,190);" />
  </g>
  <g transform="matrix(0.246721,0.697768,-0.667915,0.236166,2116.09,-35.7701)">
    <path d="M1295.16,1547.98C1351.06,1509.13 1384.14,1446.96 1384.14,1380.79C1384.14,1276 1302.27,1187.83 1193.69,1175.68L1185.76,1240.79C1259.87,1249.08 1315.76,1309.27 1315.76,1380.79C1315.76,1425.96 1293.17,1468.39 1255.02,1494.91L1295.16,1547.98Z" />
  </g>
  <g transform="matrix(-1.60136,-0.822464,0.787276,-1.53285,2368.67,4185.91)">
    <path d="M1295.16,1547.98C1351.06,1509.13 1384.14,1446.96 1384.14,1380.79C1384.14,1356.92 1379.83,1333.24 1371.39,1310.79L1341.82,1321C1349.03,1340.17 1352.72,1360.4 1352.72,1380.79C1352.72,1437.31 1324.46,1490.41 1276.71,1523.59L1295.16,1547.98Z" />
  </g>
  <g transform="matrix(0.265844,1.11829,-1.07045,0.25447,3049.73,-297.087)">
    <path d="M1168.7,1587.29C1287.69,1587.29 1384.14,1494.84 1384.14,1380.79C1384.14,1337.25 1369.79,1294.83 1343.13,1259.58L1317.68,1277.26C1340.45,1307.37 1352.72,1343.6 1352.72,1380.79C1352.72,1478.2 1270.33,1557.17 1168.7,1557.17L1168.7,1587.29Z" />
  </g>
  <g transform="matrix(0.265844,1.11829,-1.07045,0.25447,3323.89,-313.954)">
    <path d="M1295.16,1547.98C1313.58,1535.17 1329.77,1519.66 1343.13,1502L1317.68,1484.32C1306.28,1499.4 1292.45,1512.65 1276.71,1523.59L1295.16,1547.98Z" />
  </g>
  <g transform="matrix(0.734201,-0.632764,0.563649,0.654007,-454.773,749.844)">
    <rect x="926.305" y="886.965" width="247.66" height="331.169" style="fill:rgb(102,32,68);" />
  </g>
  <g transform="matrix(0.730446,-0.181186,0.144129,0.58105,149.794,425.956)">
    <path d="M1075.82,133.269L1240.16,782.311L582.789,782.311L1075.82,133.269Z" style="fill:rgb(154,187,223);" />
  </g>
  <g transform="matrix(0.739154,-0.183346,0.066171,0.266766,205.53,676.373)">
    <path d="M680.902,133.269L1240.16,782.311L582.789,782.311L680.902,133.269Z" style="fill:rgb(217,184,165);" />
  </g>
  <g transform="matrix(0.675058,-0.0990401,0.0673957,0.459369,278.514,419.779)">
    <path d="M935.88,133.269L1240.16,782.311L582.789,782.311L935.88,133.269Z" style="fill:rgb(122,113,140);" />
  </g>
  <g transform="matrix(-0.731751,-0.107358,-0.0970982,0.661821,2238.6,94.626)">
    <path d="M1098.76,133.269L1240.16,782.311L582.789,782.311L1098.76,133.269Z" style="fill:rgb(154,187,223);" />
  </g>
  <g transform="matrix(-0.753488,-0.110547,-0.0694161,0.47314,2228.91,244.092)">
    <path d="M1075.82,133.269L1240.16,782.311L582.789,782.311L1075.82,133.269Z" style="fill:rgb(122,113,140);" />
  </g>
  <g transform="matrix(-0.443269,-0.0650336,-0.0310082,0.211352,1867.02,397.827)">
    <path d="M1075.82,133.269L1240.16,782.311L582.789,782.311L1075.82,133.269Z" style="fill:rgb(102,32,68);" />
  </g>
  <g transform="matrix(1.34256,0,0,0.888889,-571.017,14.5011)">
    <ellipse cx="1918.87" cy="1258.5" rx="132.581" ry="130.189" style="fill:rgb(4,0,0);" />
  </g>
</svg>

    <svg class="lady" width="100%" height="100%" viewBox="0 0 2481 3508" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
  <g transform="matrix(1,0,0,1,372.697,-256.711)">
    <g transform="matrix(1,-0,-0,1,-372.697,256.711)">
      <use xlink:href="#_Image1" x="1363.71" y="836.594" width="767.717px" height="1734.82px" transform="matrix(0.999631,0,0,0.999897,0,0)" />
    </g>
  </g>
  <g transform="matrix(2.17232,0.533277,-0.587132,2.3917,-702.883,-2617.89)">
    <path d="M1035.39,1526.72C1282.79,1526.72 1483.35,1326.16 1483.35,1078.75L1035.39,1078.75L1035.39,1526.72Z" style="fill:rgb(185,195,209);" />
  </g>
  <g transform="matrix(0.917938,0.129749,-0.158708,1.12282,557.457,-977.483)">
    <rect x="794.561" y="1531.56" width="735.49" height="1530.02" style="fill:rgb(150,97,83);" />
  </g>
  <g transform="matrix(2.17232,0.533277,-0.57939,2.36016,-850.224,-2478.41)">
    <path d="M1035.39,1526.72C1282.79,1526.72 1483.35,1326.16 1483.35,1078.75L1035.39,1078.75L1035.39,1526.72Z" style="fill:rgb(150,97,83);" />
  </g>
  <g transform="matrix(0.485178,0.874415,-0.775157,0.430103,2238.4,535.358)">
    <rect x="753.74" y="2032.12" width="486.418" height="506.29" style="fill:rgb(213,152,152);" />
  </g>
  <g transform="matrix(1,0,0,1.19905,-147.367,-113.693)">
    <rect x="845.354" y="1821.22" width="394.803" height="121.123" style="fill:rgb(9,112,191);" />
  </g>
  <g transform="matrix(0.103311,0.328267,-0.303189,0.0954185,1303.91,1773.93)">
    <rect x="753.74" y="2032.12" width="486.418" height="506.29" style="fill:rgb(254,225,97);" />
  </g>
  <g transform="matrix(1.10487,0,0,1.02767,-105.225,-77.4259)">
    <g transform="matrix(0.576334,0,0,0.602732,914.89,1015.39)">
      <g transform="matrix(1,0,0,1,0,-2.09069)">
        <g transform="matrix(1.38644,-1.38644,0.519916,0.519916,-1780.79,1120.25)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(146,131,174);" />
        </g>
        <g transform="matrix(1.38644,1.38644,-0.519916,0.519916,474.236,-1780.79)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(146,131,174);" />
        </g>
      </g>
      <g transform="matrix(1,0,0,1,0,389.826)">
        <g transform="matrix(1.38644,-1.38644,0.519916,0.519916,-1780.79,1120.25)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(146,131,174);" />
        </g>
        <g transform="matrix(1.38644,1.38644,-0.519916,0.519916,474.236,-1780.79)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(146,131,174);" />
        </g>
      </g>
    </g>
    <g transform="matrix(0.576334,0,0,0.602732,914.89,1487.84)">
      <g transform="matrix(1,0,0,1,0,-2.09069)">
        <g transform="matrix(1.38644,-1.38644,0.519916,0.519916,-1780.79,1120.25)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(146,131,174);" />
        </g>
        <g transform="matrix(1.38644,1.38644,-0.519916,0.519916,474.236,-1780.79)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(146,131,174);" />
        </g>
      </g>
      <g transform="matrix(1,0,0,1,0,389.826)">
        <g transform="matrix(1.38644,-1.38644,0.519916,0.519916,-1780.79,1120.25)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(146,131,174);" />
        </g>
        <g transform="matrix(1.38644,1.38644,-0.519916,0.519916,474.236,-1780.79)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(146,131,174);" />
        </g>
      </g>
    </g>
    <g transform="matrix(0.576334,0,0,0.602732,914.89,1960.28)">
      <g transform="matrix(1,0,0,1,0,-2.09069)">
        <g transform="matrix(1.38644,-1.38644,0.519916,0.519916,-1780.79,1120.25)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(146,131,174);" />
        </g>
        <g transform="matrix(1.38644,1.38644,-0.519916,0.519916,474.236,-1780.79)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(146,131,174);" />
        </g>
      </g>
      <g transform="matrix(1,0,0,1,0,389.826)">
        <g transform="matrix(1.38644,-1.38644,0.519916,0.519916,-1780.79,1120.25)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(146,131,174);" />
        </g>
        <g transform="matrix(1.38644,1.38644,-0.519916,0.519916,474.236,-1780.79)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(146,131,174);" />
        </g>
      </g>
    </g>
  </g>
  <g transform="matrix(1,0,0,1,-39.3476,4.82192)">
    <g transform="matrix(0.576334,0,0,0.602732,914.89,1015.39)">
      <g transform="matrix(1,0,0,1,0,-2.09069)">
        <g transform="matrix(1.38644,-1.38644,0.519916,0.519916,-1780.79,1120.25)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(113,54,56);" />
        </g>
        <g transform="matrix(1.38644,1.38644,-0.519916,0.519916,474.236,-1780.79)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(113,54,56);" />
        </g>
      </g>
      <g transform="matrix(1,0,0,1,0,389.826)">
        <g transform="matrix(1.38644,-1.38644,0.519916,0.519916,-1780.79,1120.25)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(113,54,56);" />
        </g>
        <g transform="matrix(1.38644,1.38644,-0.519916,0.519916,474.236,-1780.79)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(113,54,56);" />
        </g>
      </g>
    </g>
    <g transform="matrix(0.576334,0,0,0.602732,914.89,1487.84)">
      <g transform="matrix(1,0,0,1,0,-2.09069)">
        <g transform="matrix(1.38644,-1.38644,0.519916,0.519916,-1780.79,1120.25)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(113,54,56);" />
        </g>
        <g transform="matrix(1.38644,1.38644,-0.519916,0.519916,474.236,-1780.79)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(113,54,56);" />
        </g>
      </g>
      <g transform="matrix(1,0,0,1,0,389.826)">
        <g transform="matrix(1.38644,-1.38644,0.519916,0.519916,-1780.79,1120.25)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(113,54,56);" />
        </g>
        <g transform="matrix(1.38644,1.38644,-0.519916,0.519916,474.236,-1780.79)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(113,54,56);" />
        </g>
      </g>
    </g>
    <g transform="matrix(0.576334,0,0,0.602732,914.89,1960.28)">
      <g transform="matrix(1,0,0,1,0,-2.09069)">
        <g transform="matrix(1.38644,-1.38644,0.519916,0.519916,-1780.79,1120.25)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(113,54,56);" />
        </g>
        <g transform="matrix(1.38644,1.38644,-0.519916,0.519916,474.236,-1780.79)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(113,54,56);" />
        </g>
      </g>
      <g transform="matrix(1,0,0,1,0,389.826)">
        <g transform="matrix(1.38644,-1.38644,0.519916,0.519916,-1780.79,1120.25)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(113,54,56);" />
        </g>
        <g transform="matrix(1.38644,1.38644,-0.519916,0.519916,474.236,-1780.79)">
          <rect x="805.267" y="1530.14" width="481.904" height="481.904" style="fill:rgb(113,54,56);" />
        </g>
      </g>
    </g>
  </g>
  <g transform="matrix(0.631428,0.169191,-0.243027,0.906988,537.779,-199.519)">
    <circle cx="949.085" cy="1166.04" r="163.97" style="fill:rgb(123,61,74);" />
  </g>
  <g transform="matrix(1,0,0,1,-68.7024,128.098)">
    <circle cx="636.138" cy="1298.81" r="280.165" style="fill:rgb(190,162,148);" />
  </g>
  <g transform="matrix(2.51038e-17,0.409976,-0.691711,4.23551e-17,697.322,1033.43)">
    <path d="M276.38,187.776L1035.86,592.808L276.38,592.808L276.38,187.776Z" style="fill:rgb(6,3,43);" />
  </g>
  <g transform="matrix(1.17601,0.66147,-0.605106,1.0758,1170.88,-1775.05)">
    <path d="M715.395,2702.9C829.507,2666.78 908.038,2552.55 908.038,2422.69L878.285,2422.69C878.285,2538.07 808.509,2639.56 707.12,2671.66L715.395,2702.9Z" style="fill:rgb(120,73,53);" />
  </g>
  <g transform="matrix(-0.166578,-1.58839,1.31886,-0.138312,-2356.62,2469.54)">
    <path d="M723.191,2700.29C788.949,2677.07 843.905,2626.88 876.495,2560.27L852.683,2546.35C823.391,2606.22 773.996,2651.33 714.892,2672.2L723.191,2700.29Z" style="fill:rgb(0,1,1);" />
  </g>
  <g transform="matrix(0.712643,0.424443,-0.318303,0.534433,499.46,263.41)">
    <rect x="637.916" y="915.869" width="326.723" height="83.523" style="fill:rgb(0,0,4);" />
  </g>
  <g transform="matrix(0.472894,0.145716,-0.154459,0.501268,828.629,983.587)">
    <rect x="570.511" y="1935.62" width="57.862" height="356.651" style="fill:rgb(254,225,97);" />
  </g>
  <defs>
    <image id="_Image1" width="768px" height="1735px" xlink:href="data:image/png;base64,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.........完整代码请登录后点击上方下载按钮下载查看

网友评论0