css+svg实现中秋月饼加载动画效果代码

代码语言:html

所属分类:加载滚动

代码描述:css+svg实现中秋月饼加载动画效果代码

代码标签: css svg 中秋 月饼 加载 动画

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


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

<head>

  <meta charset="UTF-8">
  


  
<style>
*{
  margin: 0;
  padding: 0;
  box-sizing:border-box;
}
.wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height:100vh;
  background: #03a9f4;
}
.loader{
  position: relative;
  width: 200px;
  height: 200px;
}
.loader span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform:rotate(calc(18deg * var(--i)));
}
.loader span::before{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  transform:scale(0);
  border-radius:50%;
  background: #fff;
  animation: spin 2.1s linear infinite;
  animation-delay:calc(0.1s * var(--i));
}
@keyframes spin {
  0%{
    transform:scale(0);
  }
  10%{
    transform:scale(1.2);
  }
  80%,100%{
    transform:scale(0);
  }
}
.head{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: headspin 2.1s linear infinite;
  animation-delay:-1s;
}
@keyframes headspin {
  0%{
    transform:rotate(10deg);
  }
  100%{
    transform:rotate(370deg);
  }
}

svg{
  position: absolute;
  filter:invert(1);
  bottom: -95px;
  right: 25px;
  width: 120px;
  height: 120px;
}
.monntext{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color:#fff;
  width: 100%;
  text-align: center;
  transform:translate(-50%,-50%);
}
.bbqone{
  position: absolute;
  bottom: -80px;
  left: -150px;
}
.bbqtwo{
  position: absolute;
  bottom: -80px;
  right: -150px;
}
.bbqthree{
  position: absolute;
  top: -145px;
  left: -65px;
}
</style>




</head>

<body >
  <div class="wrap">
  <div class="loader">
    <svg class="bbqone" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 261.275 297.74375" style="enable-background:new 0 0 261.275 238.195;" xml:space="preserve"><g><path d="M103.441,45c11.399,0,20.809-8.476,22.29-19.469c-2.029-0.103-4.169-0.322-6.37-0.664   c-11.52-1.791-20.401-6.304-20.146-10.17c1.524,3.46,10.442,6.119,21.247,6.119c8.154,0,15.247-1.513,18.892-3.743   c1.663-1.017,2.609-2.183,2.609-3.423c0-3.959-9.627-7.168-21.501-7.168c-0.406,0-0.803,0.013-1.203,0.02   C115.195,2.484,109.609,0,103.441,0c-12.426,0-22.5,10.074-22.5,22.5C80.941,34.928,91.015,45,103.441,45z"/><polygon points="90.507,74.258 103.441,74.258 116.923,74.258 120.226,50.937 116.806,50.937 118.466,44.475 105.892,48.59    105.892,57.058 101.892,57.058 101.892,48.705 88.966,44.475 90.626,50.937 87.204,50.937  "/><path d="M121.445,75.594l9.041,43.775V75.128c2.244,4.597,4.556,11.881,5.866,23.343c1.816,15.891,26.214,18.969,33.649,19.534   c0.206,0.016,0.411,0.023,0.615,0.023c3.529,0,6.588-2.322,7.617-5.605h15.99c0.519,2.498,2.732,4.375,5.384,4.375   s4.865-1.877,5.384-4.375h4.107c0.519,2.498,2.732,4.375,5.384,4.375s4.865-1.877,5.384-4.375h4.107   c0.519,2.498,2.732,4.375,5.384,4.375s4.865-1.877,5.384-4.375h4.366v-2.25h-4.366c-0.519-2.498-2.732-4.375-5.384-4.375   s-4.865,1.877-5.384,4.375h-4.107c-0.519-2.498-2.732-4.375-5.384-4.375s-4.865,1.877-5.384,4.375h-4.107   c-0.519-2.498-2.732-4.375-5.384-4.375s-4.865,1.877-5.384,4.375h-15.627c0.08-4.209-3.132-7.8-7.383-8.123   c-7.935-0.603-17.36-3.424-18.994-5.654c-2.324-20.034-7.986-33.729-16.83-40.709c-4.018-3.171-7.83-4.256-10.473-4.592   L121.445,75.594z"/><path d="M105.758,225.058c0,6.83,5.537,12.363,12.363,12.363c6.828,0,12.365-5.533,12.365-12.363v-56.249   c-4.797,1.882-14.537,5.186-24.729,5.642V225.058z"/><path d="M76.395,198.705v26.353c0,6.83,5.537,12.363,12.363,12.363c6.828,0,12.365-5.533,12.365-12.363v-50.607   c-8.328-0.373-16.354-2.646-21.629-4.494c-1.446-3.674-3.381-7.154-5.773-10.328c-1.969-2.612-4.244-5.019-6.8-7.159   c0.721-2.487,0.634-5.056-0.113-7.405c2.073-1.556,3.354-4.087,3.191-6.868c-2.056-35.139,1.926-53.87,6.397-63.168v44.34   l9.317-45.111h0.082l-3.29-23.229c-3.012,0.284-7.845,1.547-12.774,6.177c-12.592,11.832-17.922,38.41-15.86,79.006   c-4.151,0.275-8.039,2.577-10.209,6.326C25.978,140.582,8.371,149.659,0,166.082L76.395,198.705z M54.169,140.2   c0.724,3.719,3.992,6.465,7.836,6.464c0.157,0,0.316-0.004,0.475-0.014c0.204-0.012,0.404-0.039,0.603-0.066   c0.291,1.039,0.416,2.127,0.305,3.224c-2.281-1.544-4.736-2.9-7.364-4.022c-2.628-1.122-5.305-1.958-7.998-2.538   C49.579,141.431,51.814,140.343,54.169,140.2z"/><path d="M200.573,164.362l-19.275,71.646l5.794,1.559l11.579-43.038h16.051v43.667h6v-43.667h16.051l11.579,43.038l5.794-1.559   l-19.275-71.646c14.718-6.292,25.268-20.436,26.404-37.167H174.17C175.306,143.925,185.856,158.07,200.573,164.362z    M220.722,167.748c2.91-0.198,5.74-0.677,8.465-1.417l6.689,24.865h-15.154V167.748z M214.722,167.748v23.447h-15.154l6.689-24.865   C208.983,167.07,211.813,167.55,214.722,167.748z"/><rect x="179.889" y="121.195" width="75.667" height="3"/><path d="M200.386,95.104c-0.883,1.096,0.44,2.852,1.318,1.758c2.455-3.053,3.527-7.471,2.717-11.805   c-0.807-4.314-3.883-6.391-2.22-11.31c0.646-1.914,1.903-3.711,3.18-4.938c0.968-0.928,0.037-3.088-0.941-2.149   c-2.44,2.344-4.283,5.684-4.681,9.703c-0.43,4.332,2.769,7.113,3.129,11.18C203.13,90.281,201.851,93.279,200.386,95.104z"/><path d="M211.319,95.104c-0.882,1.096,0.44,2.852,1.318,1.758c2.455-3.053,3.527-7.471,2.717-11.805   c-0.806-4.314-3.883-6.391-2.22-11.31c0.646-1.914,1.903-3.711,3.18-4.938c0.967-0.928,0.037-3.088-0.941-2.149   c-2.44,2.344-4.283,5.684-4.682,9.703c-0.428,4.332,2.77,7.113,3.13,11.18C214.063,90.281,212.783,93.279,211.319,95.104z"/><path d="M227.245,68.809c0.968-0.928,0.038-3.088-0.94-2.149c-2.44,2.344-4.283,5.684-4.682,9.703   c-0.429,4.332,2.768,7.113,3.129,11.18c0.243,2.738-1.037,5.736-2.502,7.561c-0.882,1.096,0.441,2.852,1.319,1.758   c2.454-3.053,3.526-7.471,2.717-11.805c-0.806-4.314-3.884-6.391-2.22-11.31C224.713,71.832,225.97,70.035,227.245,68.809z"/></g></svg>
    <svg class="bbqtwo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 75" x="0px" y="0px"><path fill="#000000" d="M314.811553,835 L313.940285,838.485071 C313.672388,839.556661 312.586519,840.208182 311.514929,839.940285 C310.443339,839.672388 309.791818,838.586519 310.059715,837.514929 L312.94808,825.96147 C311.604191,824.938339 310.527153,823.582705 309.839641,822.017244 C306.278843,823.356126 302.107738,822.593019 299.242641,819.727922 C295.337398,815.822679 295.337398,809.491029 299.242641,805.585786 C300.023689,804.804738 301.290019,804.804738 302.071068,805.585786 L312.485281,816 L327,816 C328.104569,816 329,816.895431 329,818 C329,821.248265 327.451259,824.134802 325.05192,825.96147 L327.940285,837.514929 C328.208182,838.586519 327.556661,839.672388 326.485071,839.940285 C325.413481,840.208182 324.327612,839.556661 324.059715,838.485071 L323.188447,835 L314.811553,835 Z M315.811553,831 L322.188447,831 L321.367943,827.717982 C320.608819,827.902307 319.815818,828 319,828 C318.184182,828 317.391181,827.902307 316.632057,827.717982 L315.811553,831 Z M319,824 C321.612438,824 323.834916,822.330385 324.658589,820 L313.341411,820 C314.165084,822.330385 316.387562,824 319,824 Z M302.071068,816.899495 C303.91834,818.746767 306.670466,819.1377 308.900721,818.072294 L300.898269,810.069841 C299.832862,812.300097 300.223795,815.052223 302.071068,816.899495 Z M332.267564,808 C332.613374,807.402199 333.259718,807 334,807 L342.03875,807 L349.412646,797.78263 C349.983985,797.035971 351.022304,796.775116 351.894363,797.211146 L359.894363,801.211146 C360.403297,801.465612 360.779749,801.92481 360.929464,802.473765 L363.929464,813.473765 C364.220095,814.539414 363.59182,815.638896 362.526171,815.929528 C361.460522,816.220159 360.36104,815.591884 360.070409,814.526235 L357.305694,804.388947 L353.660236,802.566218 L355.938894,815.478616 C355.991873,815.686551 356.012651,815.91235 355.994109,816.153393 L355.016935,828.856661 L356.952374,837.566139 C357.191989,838.644406 356.512127,839.712759 355.433861,839.952374 C354.355594,840.191989 353.287241,839.512127 353.047626,838.433861 L351.047626,829.433861 C351.004821,829.24124 350.990757,829.043345 351.005891,828.846607 L351.464329,822.886915 L348,827.650368 L348,838 C348,839.104569 347.104569,840 346,840 C344.895431,840 344,839.104569 344,838 L344,827 C344,826.577315 344.133916,826.165497 344.382528,825.823657 L351.882771,815.510822 L349.799004,803.702807 L344.561738,810.24939 C344.182193,810.723821 343.607567,811 343,811 L334,811 C333.259718,811 332.613374,810.597801 332.267564,810 L324,810 L324,811 C324,812.104569 323.104569,813 322,813 C320.895431,813 320,812.104569 320,811 L320,810 L318,810 L318,811 C318,812.104569 317.104569,813 316,813 C314.895431,813 314,812.104569 314,811 L314,810 L312,810 C311.447715,810 311,809.552285 311,809 C311,808.447715 311.447715,808 312,808 L314,808 L314,807 C314,805.895431 314.895431,805 316,805 C317.104569,805 318,805.895431 318,807 L318,808 L320,808 L320,807 C320,805.895431 320.895431,805 322,805 C323.104569,805 324,805.895431 324,807 L324,808 L332.267564,808 Z M347,796 C343.134007,796 340,792.865993 340,789 C340,785.134007 343.134007,782 347,782 C350.865993,782 354,785.134007 354,789 C354,792.865993 350.865993,796 347,796 Z M347,792 C348.656854,792 350,790.656854 350,789 C350,787.343146 348.656854,786 347,786 C345.343146,786 344,787.343146 344,789 C344,790.656854 345.343146,792 347,792 Z M323.664101,797.8906 C324.276806,798.809657 324.028458,800.051396 323.1094,800.664101 C322.190343,801.276806 320.948604,801.028458 320.335899,800.1094 C319.221367,798.437602 319.221367,796.562398 320.335899,794.8906 C320.5547,794.562398 320.5547,794.437602 320.335899,794.1094 C319.723194,793.190343 319.971542,791.948604 320.8906,791.335899 C321.809657,790.723194 323.051396,790.971542 323.664101,791.8906 C324.778633,793.562398 324.778633,795.437602 323.664101,797.1094 C323.4453,797.437602 323.4453,797.562398 323.664101,797.8906 Z M317.664101,786.8906 C318.276806,787.809657 318.028458,789.051396 317.1094,789.664101 C316.190343,790.276806 314.948604,790.028458 314.335899,789.1094 C313.221367,787.437602 313.221367,785.562398 314.335899,783.8906 C314.5547,783.562398 314.5547,783.437602 314.335899,783.1094 C313.723194,782.190343 313.971542,780.948604 314.8906,780.335899 C315.809657,779.723194 317.051396,779.971542 317.664101,780.8906 C318.778633,782.562398 318.778633,784.437602 317.664101,786.1094 C317.4453,786.437602 317.4453,786.562398 317.664101,786.8906 Z" transform="translate(-296 -780)"/></svg>
    <svg class="bbqthree" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 48 60" version="1.1" x="0px" y="0px"><title>mid_autumn_003-lantern-festival-lunar-lamp</title><desc>Created with Sketch.</desc><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-240.000000, -576.000000)" fill="#000000"><g transform="translate(240.000000, 576.000000)"><path d="M43.5,8 C44.7663668,8 45.8128171,8.9415748 45.9774574,10.162831 C47.1675445,10.5720172 48,11.7003339 48,13 C48,14.3577316 47.0914943,15.5284877 45.8157928,15.8876732 C45.7296948,15.957892 45.6197648,16 45.5,16 L34.5,16 C32.5670034,16 31,14.4329966 31,12.5 C31,10.6500247 32.4352898,9.13527933 34.2530565,9.00857663 C34.8761334,7.23127138 36.5651372,6 38.5,6 C40.1367699,6 41.6101683,6.88204945 42.4005762,8.25416099 C42.7379381,8.08878317 43.1123862,8 43.5,8 Z M45.4005339,14.9599843 C46.3247388,14.7723806 47,13.9554036 47,13 C47,12.0444136 46.3244839,11.2273268 45.4000466,11.0399168 C45.1624241,10.9917439 44.9936061,10.7800324 44.9995398,10.5376487 C44.9999229,10.5188719 44.9999229,10.5188719 45,10.5 C45,9.67157288 44.3284271,9 43.5,9 C43.137236,9 42.7956689,9.12857884 42.5257914,9.35937279 C42.2671393,9.58056696 41.8678809,9.48432713 41.7384158,9.1695787 C41.2029234,7.86771832 39.9318781,7 38.5,7 C36.892907,7 35.5034803,8.09252134 35.1096583,9.62687698 C35.0510003,9.85541215 34.8405659,10.0118397 34.604822,10.0021497 C34.56999,10.000718 34.5350451,10 34.5,10 C33.1192881,10 32,11.1192881 32,12.5 C32,13.8807119 33.1192881,15 34.5,15 L45.2819038,15 C45.3189388,14.9820598 45.358679,14.9684804 45.4005339,14.9599843 Z" fill-rule="nonzero"/><path d="M19.378418,44.9698392 C19.7497382,44.9898603 20.123685,45 20.5,45 C25.0830234,45 29.3147864,43.4960754 32.7286962,40.9548189 L31.2288858,40.7857409 C28.1512063,42.8173803 24.463711,44 20.5,44 C20.1235526,44 19.7495967,43.9893328 19.378418,43.9682842 L19.378418,44.9698392 Z M7.02687035,39.9511104 C2.72073977,36.1931024 0,30.6642826 0,24.5 C0,13.1781626 9.17816263,4 20.5,4 C25.9231944,4 30.8545356,6.10587342 34.5209032,9.54449965 L33.4032008,9.87924405 C29.9650796,6.84269525 25.447732,5 20.5,5 C9.73044738,5 1,13.7304474 1,24.5 C1,30.1633452 3.41427784,35.2628057 7.26977409,38.8253219 L7.02687035,39.9511104 Z M37.7826515,35.5301663 C39.8193702,32.3455557 41,28.5606533 41,24.5 C41,21.0716717 40.1584368,17.839901 38.6706225,15 L37.5334112,15 C39.1045358,17.8109826 40,21.0509179 40,24.5 C40,28.4476051 38.8269714,32.1212348 36.8104644,35.1913389 L37.7826515,35.5301663 Z" fill-rule="nonzero"/><path d="M15.5,39 C16.7663668,39 17.8128171,39.9415748 17.9774574,41.162831 C19.1675445,41.5720172 20,42.7003339 20,44 C20,45.3577316 19.0914943,46.5284877 17.8157928,46.8876732 C17.7296948,46.957892 17.6197648,47 17.5,47 L6.5,47 C4.56700338,47 3,45.4329966 3,43.5 C3,41.6500247 4.43528977,40.1352793 6.25305652,40.0085766 C6.87613336,38.2312714 8.56513724,37 10.5,37 C12.1367699,37 13.6101683,37.8820494 14.4005762,39.254161 C14.7379381,39.0887832 15.1123862,39 15.5,39 Z M17.4005339,45.9599843 C18.3247388,45.7723806 19,44.9554036 19,44 C19,43.0444136 18.3244839,42.2273268 17.4000466,42.0399168 C17.1624241,41.9917439 16.9936061,41.7800324 16.9995398,41.5376487 C16.9999229,41.5188719 16.9999229,41.5188719 17,41.5 C17,40.6715729 16.3284271,40 15.5,40 C15.137236,40 14.7956689,40.1285788 14.5257914,40.3593728 C14.2671393,40.580567 13.8678809,40.4843271 13.7384158,40.1695787 C13.2029234,38.8677183 11.9318781,38 10.5,38 C8.89290703,38 7.50348028,39.0925213 7.10965825,40.626877 C7.05100029,40.8554122 6.84056586,41.0118397 6.60482196,41.0021497 C6.56998996,41.000718 6.53504511,41 6.5,41 C5.11928813,41 4,42.1192881 4,43.5 C4,44.8807119 5.11928813,46 6.5,46 L17.2819038,46 C17.3189388,45.9820598 17.358679,45.9684804 17.4005339,45.9599843 Z" fill-rule="nonzero"/><g transform="translate(35.464705, 35.736984) rotate(15.000000) translate(-35.464705, -35.736984) translate(20.964705, 25.236984)"><path d="M7.55439139,9.13705793 C7.33596543,7.84937261 7.21786702,6.35107538 7.21786702,4.88338737 C7.21786702,2.1770779 8.03292421,0.847615754 9.23013235,0.714953587 C10.3501051,0.590849847 11.2587536,1.73989468 11.4310968,3.96747396 L10.4293807,5.85766584 C10.4498108,5.47738479 10.4605585,5.10820684 10.4605585,4.76009567 C10.4605585,2.53189476 9.85774843,1.65152835 9.34026786,1.70887017 C8.74162405,1.77520566 8.21786702,2.62952011 8.21786702,4.88338737 C8.21786702,6.34401749 8.39053937,7.98192251 8.61162088,9.28769444 L8.57361507,9.35940965 L7.55439139,9.13705793 Z" fill-rule="nonzero"/><path d="M8.05206853,9.47105246 C8.48801515,8.00711737 8.97523608,6.7586111 9.5150079,5.72468428 C10.7565374,3.3465486 12.4565818,2.22503137 13.6775328,3.02424711 C14.9366992,3.84847809 14.8085439,5.21276593 13.1168687,7.62872841 C12.5638197,8.41856431 11.9128927,9.19663812 11.164264,9.96319148 L9.56878319,10.1858796 L9.51914472,10.162485 C10.6353885,9.14270022 11.5614159,8.10669853 12.2977167,7.05515198 C13.709336,5.0391507 13.7800336,4.28653337 13.1298507,3.8609336 C12.5694288,3.49409005 11.4073673,4.26070059 10.4014761,6.18747385 C9.87542286,7.19512282 9.39693341,8.43375782 8.9674041,9.90244981 L8.05206853,9.47105246 Z" fill-rule="nonzero"/><path d="M6.63133259,16.2780277 C6.8169335,16.5061727 6.7664921,16.8444516 6.52240673,17.0085253 C4.54290008,18.3391458 3.78761593,18.9933283 3.79075894,19.3680904 C3.79135457,19.4391115 4.05910299,19.5022478 4.81250161,19.2790185 C5.86712893,18.9665364 7.25768722,18.1742628 8.71518222,16.9968549 C8.88380501,16.8606364 9.04927684,16.7281525 9.21240283,16.5986831 C9.27898622,16.5458375 9.35794344,16.5108399 9.44181469,16.4969969 C12.8592608,15.9329481 15.3694376,16.047917 17.506781,16.6018035 C17.7321494,16.6602071 17.9450257,16.7210789 18.1796448,16.792701 C18.2817686,16.8238764 18.6140876,16.9279449 18.6798874,16.9479172 C19.4575952,17.1839756 20.2051186,17.5162623 21.2995821,18.075264 C24.055345,19.4827809 24.6688015,19.6741702 25.11134,19.1272561 C25.247938,18.9584405 24.9603278,18.4746199 24.09737,17.7319343 C23.8291833,17.5011253 23.5212106,17.2573946 23.1371803,16.9683107 C22.9152791,16.8012717 22.1654432,16.2487069 22.1593181,16.2441569 C21.7878531,15.968213 21.539692,15.7752867 21.3390034,15.6018231 C21.0606071,15.3611934 20.8862113,15.1703371 20.7959252,14.9687641 C20.6045111,14.5414122 20.8382124,14.1418557 21.2870464,14.0326992 C21.7898376,13.9104203 22.3277563,13.8682273 22.9068711,13.8944803 C23.6472934,13.9280459 24.366897,14.0582373 25.3640312,14.3039717 C26.9203204,14.6875047 27.320668,14.7416378 27.32615,14.7304451 C27.6629428,14.0428039 26.2737955,12.8652791 23.6044152,11.8034221 C20.8946331,10.7254935 17.4839828,10 15,10 C13.1184886,10 11.3242702,10.2661458 9.81247255,10.7538585 C9.622292,10.8152116 9.41384445,10.7574351 9.2823854,10.6069314 C8.48237074,9.69101763 7.15800856,9.25324311 5.69131542,9.50698915 C3.26391413,9.92694304 1.46768099,11.4703718 1.40236879,12.912718 C1.33532974,14.3931997 3.20366933,16 5.5,16 C5.70070705,16 5.89969242,15.9897361 6.09613664,15.9694123 C6.27627155,15.9507758 6.45240346,16.0309992 6.55657947,16.1791318 C6.58078914,16.2135566 6.60570823,16.2465296 6.63133259,16.2780277 Z M0.40339244,12.8674824 C0.49297285,10.8892002 2.67543899,9.01389738 5.52084227,8.52162683 C7.19693187,8.23165404 8.76383346,8.69022895 9.80773031,9.70841949 C11.3541675,9.24778491 13.1395268,9 15,9 C17.6181071,9 21.1522799,9.75176848 23.9740363,10.8742395 C27.1874792,12.1525201 28.9645047,13.6588336 28.2242184,15.170301 C27.8481463,15.9381399 27.7767797,15.92849 25.1247496,15.2749219 C24.1861707,15.0436179 23.521539,14.923372 22.8615846,14.8934543 C22.5839546,14.8808685 22.3208419,14.8866257 22.071401,14.9118772 C22.2381182,15.0510374 22.4524634,15.2161959 22.7556399,15.4414114 C22.7581567,15.443281 23.511844,15.9986839 23.7385922,16.1693716 C24.1385637,16.4704553 24.4623979,16.7267389 24.7496828,16.9739844 C26.0163991,18.0641559 26.5422056,18.9486728 25.8887249,19.7562812 C24.9463099,20.9209711 24.2431903,20.7016082 20.8447232,18.9658275 C19.7992861,18.4318663 19.0961931,18.1193296 18.3894412,17.9048085 C18.3182637,17.883204 17.9849272,17.7788167 17.8876762,17.749129 C17.6657622,17.6813853 17.4661798,17.6243149 17.2559205,17.5698268 C15.2795057,17.0576444 12.945831,16.9452658 9.73238383,17.4628218 C9.60448206,17.5647146 9.47501434,17.6685705 9.34358407,17.7747438 C7.79140782,19.0286381 6.28946856,19.8843711 5.09658994,20.2378167 C3.80051149,20.6218399 2.79925847,20.3857402 2.7907941,19.3764768 C2.78447469,18.6229712 3.28695881,18.0536286 4.82545466,16.9612735 C2.30734069,16.671215 0.316027614,14.796836 0.40339244,12.8674824 Z" fill-rule="nonzero"/><circle cx="5.5" cy="11.5" r="1"/><path d="M18.8446055,13.9154156 C18.0161784,13.9154156 17.3446055,13.2438427 17.3446055,12.4154156 C17.3446055,11.5869884 18.0161784,10.9154156 18.8446055,10.9154156 C19.6730326,10.9154156 20.3446055,11.5869884 20.3446055,12.4154156 C20.3446055,13.2438427 19.6730326,13.9154156 18.8446055,13.9154156 Z M18.8446055,12.9154156 C19.1207479,12.9154156 19.3446055,12.6915579 19.3446055,12.4154156 C19.3446055,12.1392732 19.1207479,11.9154156 18.8446055,11.9154156 C18.5684631,11.9154156 18.3446055,12.1392732 18.3446055,12.4154156 C18.3446055,12.6915579 18.5684631,12.9154156 18.8446055,12.9154156 Z" fill-rule="nonzero"/></g><g transform="translate(5.000000, 0.000000)" fill-rule="nonzero"><path d="M7,12.5 L7,11.5 C7,11.2238576 7.22385763,11 7.5,11 L9.5,11 C9.77614237,11 10,11.2238576 10,11.5 L10,12.5 C10,12.7761424 10.2238576,13 10.5,13 C10.7761424,13 11,12.7761424 11,12.5 L11,11.5 C11,10.6715729 10.3284271,10 9.5,10 L7.5,10 C6.67157288,10 6,10.6715729 6,11.5 L6,12.5 C6,12.7761424 6.22385763,13 6.5,13 C6.77614237,13 7,12.7761424 7,12.5 Z&.........完整代码请登录后点击上方下载按钮下载查看

网友评论0