react实现卧室背景墙艺术图案效果代码

代码语言:html

所属分类:背景

代码描述:react实现卧室背景墙艺术图案效果代码

代码标签: 背景墙 艺术 图案 效果

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


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

<head>

  <meta charset="UTF-8">
  

  
  
<style>
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two&display=swap');

body{
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100vh;
  overflow: hidden;
  background:#F4F4F4;

}


svg{
  width: 100vw;
  height: 100vh;
  background: #F4F4F4;
}

.btn-refresh{


position: fixed;
right: 16px;
top: 16px;
padding: 12px 16px;

background: #FFFFFF;
box-shadow: inset -2px -2px 6px rgba(108, 104, 104, 0.25);
border-radius: 100px;
color: rgb(240, 157, 215);
cursor: pointer;
border: none;
font-family: 'Lobster Two', cursive;
font-size: 18px;
}
.btn-refresh:hover{
  box-shadow: inset -1px -1px 6px rgba(108, 104, 104, 0.25);
  color: rgb(235, 139, 206);
}
</style>



</head>

<body  >
  <div id="root"></div>
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/react.production.17.1.js"></script>
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/react-dom.production.17.1.js"></script>
      <script  >
const { useState } = React;

const rand = (max, min = 0) => min + Math.random() * (max - min);
const randInt = (max, min = 0) => Math.floor(rand(max, min));
const randChoise = arr => arr[randInt(arr.length)];
const range = (n, m = 0) =>
Array(n).
fill(m).
map((i, j) => i + j);

const palette = ['#FFEE7E', '#8BE4E4', '#BE96D1'];

const randomConfig = () => {
  const x = rand(1100, 100);
  const y = rand(500, 100);
  const scale = rand(14);
  return {
    transform: `translate(${x} ${y}) scale(${scale} ${scale})`,
    color: randChoise(palette),
    id: randInt(7) };

};

const App = () => {
  const [items, setItems] = useState(range(40).map(() => randomConfig()));
  const generateNew = () => {
    setItems(range(40).map(() => randomConfig()));
  };
  return /*#__PURE__*/(
    React.createElement(React.Fragment, null, /*#__PURE__*/
    React.createElement("button", { className: "btn-refresh", onClick: generateNew }, "Generate New"), /*#__PURE__*/


    React.createElement("svg", {
      id: "svg",
      viewBox: "0 0 1280 720",
      fill: "none",
      xmlns: "http://www.w3.org/2000/svg" }, /*#__PURE__*/

    React.createElement("rect", { width: "1280", height: "720", fill: "#F4F4F4" }), /*#__PURE__*/
    React.createElement("g", { filter: "url(#filter0_d)" }, /*#__PURE__*/
    React.createElement("rect", { x: "538", y: "88", width: "204", height: "544", fill: "white" })), /*#__PURE__*/

    React.createElement("g", { filter: "url(#filter1_d)" }, /*#__PURE__*/
    React.createElement("rect", { x: "754", y: "155.5", width: "204", height: "409", fill: "white" })), /*#__PURE__*/

    React.createElement("g", { filter: "url(#filter2_d)" }, /*#__PURE__*/
    React.createElement("rect", { x: "322", y: "155.5", width: "204", height: "409", fill: "white" })), /*#__PURE__*/

    React.createElement("g", { filter: "url(#filter3_d)" }, /*#__PURE__*/
    React.createElement("rect", { x: "970", y: "225", width: "204", height: "270", fill: "white" })), /*#__PURE__*/

    React.createElement("g", { filter: "url(#filter4_d)" }, /*#__PURE__*/
    React.createElement("rect", { x: "106", y: "225", width: "204", height: "270", fill: "white" })), /*#__PURE__*/

    React.createElement("defs", null, /*#__PURE__*/
    React.createElement("filter", {
      id: "filter0_d",
      x: "538",
      y: "88",
      width: "218",
      height: "558",
      filterUnits: "userSpaceOnUse",
      colorInterpolationFilters: "sRGB" }, /*#__PURE__*/

    React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), /*#__PURE__*/
    React.createElement("feColorMatrix", {
      in: "SourceAlpha",
      type: "matrix",
      values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /*#__PURE__*/

    React.createElement("feOffset", { dx: "7", dy: "7" }), /*#__PURE__*/
    React.createElement("feGaussianBlur", { stdDeviation: "3.5" }), /*#__PURE__*/
    React.createElement("feColorMatrix", {
      type: "matrix",
      values: "0 0 0 0 0.584314 0 0 0 0 0.545098 0 0 0 0 0.545098 0 0 0 0.25 0" }), /*#__PURE__*/

    React.createElement("feBlend", {
      mode: "normal",
      in2: "BackgroundImageFix",
      result: "effect1_dropShadow" }), /*#__PURE__*/

    React.createElement("feBlend", {
      mode: "normal",
      in: "SourceGraphic",
      in2: "effect1_dropShadow",
      result: "shape" })), /*#__PURE__*/


    React.createElement("filter", {
      id: "filter1_d",
      x: "754",
      y: "155.5",
      width: "218",
      height: "423",
      filterUnits: "userSpaceOnUse",
      colorInterpolationFilters: "sRGB" }, /*#__PURE__*/

    React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), /*#__PURE__*/
    React.createElement("feColorMatrix", {
      in: "SourceAlpha",
      type: "matrix",
      values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /*#__PURE__*/

    React.createElement("feOffset", { dx: "7", dy: "7" }), /*#__PURE__*/
    React.createElement("feGaussianBlur", { stdDeviation: "3.5" }), /*#__PURE__*/
    React.createElement("feColorMatrix", {
      type: "matrix",
      values: "0 0 0 0 0.584314 0 0 0 0 0.545098 0 0 0 0 0.545098 0 0 0 0.25 0" }), /*#__PURE__*/

    React.createElement("feBlend", {
      mode: "normal",
      in2: "BackgroundImageFix",
      result: "effect1_dropShadow" }), /*#__PURE__*/

    React.createElement("feBlend", {
      mode: "normal",
      in: "SourceGraphic",
      in2: "effect1_dropShadow",
      result: "shape" })), /*#__PURE__*/


    React.createElement("filter", {
      id: "filter2_d",
      x: "322",
      y: "155.5",
      width: "218",
      height: "423",
      filterUnits: "userSpaceOnUse",
      colorInterpolationFilters: "sRGB" }, /*#__PURE__*/

    React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), /*#__PURE__*/
    React.createElement("feColorMatrix", {
      in: "SourceAlpha",
      type: "matrix",
      values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /*#__PURE__*/

    React.createElement("feOffset", { dx: "7", dy: "7" }), /*#__PURE__*/
    React.createElement("feGaussianBlur", { stdDeviation: "3.5" }), /*#__PURE__*/
    React.createElement("feColorMatrix", {
      type: "matrix",
      values: "0 0 0 0 0.584314 0 0 0 0 0.545098 0 0 0 0 0.545098 0 0 0 0.25 0" }), /*#__PURE__*/

    React.createElement("feBlend", {
      mode: "normal",
      in2: "BackgroundImageFix",
      result: "effect1_dropShadow" }), /*#__PURE__*/

    React.createElement("feBlend", {
      mode: "normal",
      in: "SourceGraphic",
      in2: "effect1_dropShadow",
      result: "shape" })), /*#__PURE__*/


    React.createElement("filter", {
      id: "filter3_d",
      x: "970",
      y: "225",
      width: "218",
      height: "284",
      filterUnits: "userSpaceOnUse",
      colorInterpolationFilters: "sRGB" }, /*#__PURE__*/

    React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), /*#__PURE__*/
    React.createElement("feColorMatrix", {
      in: "SourceAlpha",
      type: "matrix",
      values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /*#__PURE__*/

    React.createElement("feOffset", { dx: "7", dy: "7" }), /*#__PURE__*/
    React.createElement("feGaussianBlur", { stdDeviation: "3.5" }), /*#__PURE__*/
    React.createElement("feColorMatrix", {
      type: "matrix",
      values: "0 0 0 0 0.584314 0 0 0 0 0.545098 0 0 0 0 0.545098 0 0 0 0.25 0" }), /*#__PURE__*/

    React.createElement("feBlend", {
      mode: "normal",
      in2: "BackgroundImageFix",
      result: "effect1_dropShadow" }), /*#__PURE__*/

    React.createElement("feBlend", {
      mode: "normal",
      in: "SourceGraphic",
      in2: "effect1_dropShadow",
      result: "shape" })), /*#__PURE__*/


    React.createElement("filter", {
      id: "filter4_d",
      x: "106",
      y: "225",
      width: "218",
      height: "284",
      filterUnits: "userSpaceOnUse",
      colorInterpolationFilters: "sRGB" }, /*#__PURE__*/

    React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), /*#__PURE__*/
    React.createElement("feColorMatrix", {
      in: "SourceAlpha",
      type: "matrix",
      values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /*#__PURE__*/

    React.createElement("feOffset", { dx: "7", dy: "7" }), /*#__PURE__*/
    React.createElement("feGaussianBlur", { stdDeviation: "3.5" }), /*#__PURE__*/
    React.createElement("feColorMatrix", {
      type: "matrix",
      values: "0 0 0 0 0.584314 0 0 0 0 0.545098 0 0 0 0 0.545098 0 0 0 0.25 0" }), /*#__PURE__*/

    React.createElement("feBlend", {
      mode: "normal",
      in2: "BackgroundImageFix",
      result: "effect1_dropShadow" }), /*#__PURE__*/

    React.createElement("feBlend", {
      mode: "normal",
      in: "SourceGraphic",
      in2: "effect1_dropShadow",
      result: "shape" })), /*#__PURE__*/



    React.createElement("clipPath", { id: "clip" }, /*#__PURE__*/
    React.createElement("rect", { x: "538", y: "88", width: "204", height: "544", fill: "white" }), /*#__PURE__*/
    React.createElement("rect", { x: "754", y: "155.5", width: "204", height: "409", fill: "white" }), /*#__PURE__*/
    React.createElement("rect", { x: "322", y: "155.5", width: "204", height: "409", fill: "white" }), /*#__PURE__*/
    React.createElement("rect", { x: "970", y: "225", width: "204", height: "270", fill: "white" }), /*#__PURE__*/
    React.createElement("rect", { x: "106", y: "225", width: "204", height: "270", fill: "white" }))), /*#__PURE__*/


    React.createElement("g", { clipPath: "url(#clip)" },
    items.map(({ transform, color, id }) => /*#__PURE__*/
    React.createElement("g", { transform: transform, fill: color }, /*#__PURE__*/
    React.createElement(Flower, { id: id })))))));






};


function Flower({ id }) {
  const svgItems = [/*#__PURE__*/
  React.createElement("path", { d: "M5.95935 2.77906C0.889923 4.5425 2.11709 7.24683 2.1201 7.25347L2.63734 6.83518C2.66385 6.80962 2.68923 6.78895 2.71326 6.77378L2.63733 6.83518C2.11045 7.34272 1.12616 9.78947 1.12616 9.78947L1.77353 9.75981C1.67955 9.10727 2.37913 7.7527 2.37913 7.7527C3.07874 8.20752 4.42361 7.92477 4.42361 7.92477C9.3852 7.25353 8.79454 0.206139 8.79454 0.206139C8.79454 0.206139 8.85358 1.77228 5.95936 2.77906H5.95935Z" }), /*#__PURE__*/
  React.createElement(React.Fragment, null, /*#__PURE__*/
  React.createElement("path", { d: "M4.69391 1.92173C4.46454 1.51463 4.11975 1.17688 3.70676 0.954799C3.25537 0.758445 2.74391 0.682137 2.23723 0.739788C1.85842 1.44314 1.7968 2.28252 2.05966 3.00408C2.25647 3.45636 2.58302 3.84783 2.99377 4.1239C3.40477 4.39956 3.89212 4.55452 4.38785 4.56721L4.38778 4.56719C3.89338 4.50328 3.43743 4.29799 3.08029 3.99652C2.72328 3.69486 2.46895 3.3 2.3436 2.88224C2.14722 2.24539 2.23177 1.57821 2.50043 1.13221C2.52477 1.13456 2.54892 1.1375 2.57288 1.141C2.85578 1.12118 3.18567 1.17946 3.50654 1.32283C3.87118 1.4637 4.20798 1.71779 4.45351 2.05532C4.68577 2.37457 4.83592 2.76759 4.87144 3.18487C4.90676 3.60216 4.82735 4.03941 4.63061 4.43761C4.86625 4.06362 4.99782 3.62939 5.0091 3.18831C5.02002 2.74718 4.91045 2.30695 4.69391 1.92173V1.92173ZM7.02482 2.09434C6.43459 2.2659 5.89908 2.606 5.49452 3.06619C5.09035 3.52664 4.82361 4.09982 4.73231 4.70408C4.8746 4.10745 5.18771 3.57141 5.61105 3.16724C6.0345 2.76321 6.56459 2.49475 7.11151 2.38939C7.94686 2.22334 8.80023 2.41886 9.36436 2.83923C9.35863 2.87055 9.35215 2.90173 9.34494 2.93275C9.32017 3.31725 9.18385 3.73591 8.9407 4.11904C8.69013 4.55191 8.30348 4.9246 7.83237 5.16714C7.38676 5.39656 6.86674 5.50921 6.34079 5.47729C5.81484 5.44519 5.2875 5.26902 4.83181 4.95951C5.25855 5.30438 5.77645 5.53162 6.32043 5.61261C6.86447 5.69324 7.42664 5.62643 7.9362 5.42062C8.47485 5.20255 8.94599 4.83232 9.28366 4.36173C9.60032 3.85007 9.77794 3.24578 9.78872 2.6279C8.98113 2.06725 7.95287 1.87312 7.02482 2.09434V2.09434ZM4.73229 4.70414V4.70408V4.70412V4.70414ZM0.226189 7.29884C0.972104 7.69288 1.86121 7.75488 2.62453 7.47796C3.10288 7.27089 3.51648 6.92835 3.80763 6.49809C4.09819 6.06782 4.26086 5.55821 4.27302 5.04019C4.20666 5.55691 3.99066 6.03386 3.67264 6.4079C3.35421 6.78206 2.93677 7.04908 2.49475 7.18135C1.82088 7.3885 1.11415 7.30204 0.641074 7.02243C0.643504 6.99697 0.646537 6.97172 0.650182 6.94666C0.628365 6.65099 0.689141 6.30585 0.840021 5.96995C0.988146 5.58838 1.25628 5.23547 1.613 4.97779C1.95038 4.73404 2.36615 4.57592 2.80793 4.53759C3.24971 4.49945 3.71295 4.5812 4.13521 4.78576C3.73852 4.54046 3.27828 4.40416 2.81113 4.39363C2.34397 4.38348 1.87811 4.4993 1.47081 4.72682C1.04029 4.96782 0.683643 5.32928 0.44965 5.76172C0.243006 6.23431 0.163677 6.76924 0.226189 7.29884V7.29884ZM4.27306 5.03923C4.27306 5.03956 4.27303 5.03987 4.27302 5.04019L4.27316 5.0392L4.27305 5.03923H4.27306ZM6.16251 5.84207C5.78033 5.52814 5.31036 5.32701 4.8182 5.26669L4.81827 5.26671C5.30411 5.37789 5.73791 5.62608 6.06399 5.9605C6.38992 6.29511 6.60457 6.71259 6.68862 7.14045C6.822 7.79319 6.67282 8.44909 6.36195 8.86716C6.33808 8.8625 6.31433 8.85726 6.29071 8.85143C6.0072 8.84395 5.68454 8.75419 5.37915 8.58062C5.02996 8.40532 4.71951 8.12002 4.50802 7.76044C4.30799 7.42034 4.19684 7.01472 4.20216 6.59599C4.20768 6.17726 4.32932 5.74971 4.56395 5.37231C4.29295 5.72187 4.1197 6.1414 4.06548 6.57932C4.01161 7.01732 4.07775 7.46601 4.25574 7.87026C4.44435 8.29753 4.7546 8.66687 5.144 8.92765C5.57414 9.16652 6.07576 9.29169 6.58567 9.28307C7.03125 8.61946 7.17439 7.78996 6.9831 7.0465C6.83129 6.5774 6.54444 6.15635 6.16252 5.84206L6.16251 5.84207Z" }), /*#__PURE__*/
  React.createElement("path", { d: "M1.61023 6.38688C1.93893 6.5898 2.33911 6.51991 2.64494 6.40005C2.95068 6.27998 3.32225 6.07227 3.48791 5.65827C3.65357 5.24426 3.86186 5.15386 4.01165 4.98347C3.80598 5.05246 3.23521 5.37649 2.92803 5.87494C2.66588 6.30029 1.94005 6.41881 1.61021 6.38687L1.61023 6.38688ZM3.35988 2.77006C3.41741 3.09168 3.5483 3.49486 3.92362 3.73858C4.29894 3.98229 4.34665 4.20314 4.48486 4.38293C4.45777 4.16893 4.25181 3.54861 3.82139 3.15026C3.45408 2.81031 3.4817 2.07993 3.57887 1.76511C3.31328 2.04479 3.30254 2.44839 3.35988 2.77006V2.77006ZM7.57142 3.94509C7.29725 3.67372 6.89152 3.65211 6.56636 3.70035C6.24124 3.74879 5.83208 3.86787 5.57672 4.23408C5.32137 4.60028 5.09791 4.64168 4.9133 4.77409C5.12933 4.75298 5.75894 4.56522 6.17137 4.14846C6.52331 3.79283 7.25734 3.84006 7.57142 3.94509V3.94509ZM4.70608 6.52504C4.78203 6.84286 4.93588 7.23795 5.32462 7.45997C5.71335 7.68198 5.77368 7.89973 5.922 8.07139C5.88265 7.85926 5.64135 7.25167 5.18872 6.8784C4.80245 6.55987 4.78803 5.82911 4.86693 5.5093C4.61785 5.8036 4.63035 6.20714 4.70608 6.52504V6.52504Z" })), /*#__PURE__*/

  React.createElement(React.Fragment, null, /*#__PURE__*/
  React.createElement("path", { d: "M4.53712 1.23479C4.41846 0.961349 4.24456 0.712056 4.03162 0.503723C3.96418 0.591373 3.905 0.685077 3.85086 0.781384C3.69065 1.07002 3.57873 1.39147 3.56544 1.72338C3.55176 1.99451 3.63328 2.26171 3.75224 2.50264C3.87441 2.74488 4.03585 2.9676 4.22756 3.15952C4.27668 3.09763 4.32116 3.03201 4.36263 2.96469C4.57256 2.62181 4.71023 2.21904 4.6742 1.81295C4.66475 1.61388 4.61574 1.41763 4.53713 1.23477L4.53712 1.23479ZM6.7954 1.30171C6.83446 1.1113 6.79943 0.911222 6.72145 0.7351C6.52639 0.8604 6.35792 1.04387 6.29261 1.27031C6.23684 1.45862 6.26423 1.66512 6.34615 1.84165C6.42998 1.79655 6.50716 1.73949 6.5759 1.67378C6.68097 1.57314 6.76672 1.44613 6.7954 1.30171V1.30171ZM4.81409 1.29185C4.77051 1.50882 4.81953 1.73709 4.92188 1.93081C5.04144 1.84426 5.14681 1.73537 5.22007 1.60665C5.27694 1.50772 5.30542 1.3943 5.31176 1.28087C5.31639 1.10174 5.25863 0.925412 5.17126 0.770632C5.00148 0.900053 4.86079 1.0803 4.81409 1.29185V1.29185ZM3.37342 1.85937C3.41127 1.67298 3.40955 1.47311 3.3391 1.29437C3.29763 1.18538 3.21783 1.0953 3.12715 1.02394C3.02469 0.94393 2.90736 0.883953 2.78457 0.841986C2.73616 1.06611 2.75327 1.31701 2.8835 1.51165C2.99984 1.68032 3.18251 1.79313 3.37343 1.85937H3.37342ZM5.95516 0.913328C5.89074 0.958629 5.82965 1.00844 5.77118 1.06117C5.55772 1.25491 5.37386 1.49062 5.27824 1.76506C5.20206 1.98446 5.20256 2.22428 5.24917 2.44992C5.2869 2.62906 5.34991 2.80316 5.43837 2.96358C5.50409 2.91971 5.56578 2.87009 5.62476 2.81756C5.8368 2.62745 6.01394 2.39155 6.10773 2.12072C6.18543 1.90183 6.18391 1.6621 6.13953 1.43637C6.10279 1.25461 6.0414 1.07748 5.95515 0.91334L5.95516 0.913328ZM7.92288 1.98547C8.06217 1.85312 8.14551 1.67046 8.18234 1.48377C7.99918 1.48226 7.81026 1.51094 7.64783 1.59981C7.55786 1.64731 7.48962 1.72591 7.43267 1.80864C7.34319 1.94148 7.28371 2.09395 7.25422 2.25125C7.40378 2.25146 7.55454 2.22116 7.6889 2.15484C7.77686 2.11338 7.85001 2.04836 7.92288 1.98547ZM2.30078 2.5253C2.45779 2.83758 2.71684 3.09603 3.0259 3.25826C3.28314 3.39363 3.56594 3.48018 3.85428 3.51521C3.85337 3.3579 3.83526 3.20099 3.80466 3.04682C3.74881 2.77076 3.64806 2.49954 3.4807 2.27108C3.36869 2.11589 3.21933 1.991 3.05802 1.88985C2.75991 1.70638 2.41855 1.5976 2.07202 1.55492C2.07737 1.88935 2.15084 2.2254 2.30078 2.52529V2.5253ZM5.88008 3.3746C5.89196 3.5793 5.92707 3.78331 5.99028 3.97865C6.08036 3.94061 6.1673 3.89532 6.25164 3.8457C6.48776 3.70581 6.70543 3.52878 6.87098 3.30859C6.97093 3.17655 7.0463 3.0269 7.09944 2.8703C7.17865 2.63198 7.19807 2.37706 7.18036 2.12747C7.16617 1.93957 7.13356 1.75258 7.0775 1.57253C6.91286 1.64811 6.75777 1.74393 6.61274 1.85221C6.36597 2.038 6.14658 2.26957 6.01011 2.54905C5.89899 2.808 5.86499 3.09483 5.88008 3.3746V3.3746ZM7.45924 3.48773C7.73751 3.42724 8.00934 3.30376 8.21031 3.09795C8.34718 2.95705 8.44702 2.78395 8.51908 2.60219C8.57927 2.44881 8.62264 2.2885 8.64508 2.12515C8.37325 2.12687 8.09992 2.18172 7.85243 2.29544C7.70832 2.36367 7.57033 2.45192 7.46618 2.57432C7.23309 2.84 7.10245 3.1848 7.05848 3.53272C7.19324 3.53322 7.3277 3.51611 7.45924 3.48773V3.48773ZM4.53643 3.47061C4.58492 3.65016 4.66182 3.82206 4.76176 3.97885C4.95902 3.80073 5.12345 3.578 5.20478 3.32288C5.26748 3.12774 5.25933 2.91579 5.20678 2.71943C5.15849 2.53949 5.07947 2.3679 4.97572 2.21331C4.76578 2.40352 4.5947 2.64627 4.52113 2.92233C4.47121 3.10177 4.48963 3.29268 4.53643 3.47061ZM1.52617 3.34944C1.7211 3.41788 1.93083 3.43599 2.13614 3.42291C2.29596 3.41215 2.45507 3.38467 2.60805 3.33686C2.4927 3.08396 2.32715 2.85148 2.11551 2.67022C1.99997 2.5745 1.87156 2.48857 1.72603 2.4469C1.56581 2.39769 1.39744 2.37957 1.23028 2.38148C1.03935 2.3848 0.84854 2.41138 0.664767 2.46331C0.737221 2.62594 0.833552 2.77771 0.94626 2.91538C1.10156 3.10217 1.29499 3.26662 1.52615 3.34944H1.52617ZM5.26566 3.60598C5.1915 3.81269 5.21293 4.04527 5.29566 4.24615C5.47933 4.1438 5.64558 3.99032 5.72107 3.79015C5.79343 3.57911 5.76837 3.34451 5.68846 3.1393C5.50781 3.24991 5.34437 3.4058 5.26566 3.60597V3.60598ZM2.69923 4.0185C2.87516 4.14299 3.0878 4.21687 3.30398 4.22009C3.52961 4.22381 3.75415 4.17208 3.96156 4.08502C3.88748 3.96456 3.79661 3.85476 3.69506 3.75643C3.52116 3.59058 3.30569 3.4522 3.06233 3.42442C2.79231 3.39132 2.51656 3.44566 2.26728 3.55002C2.37818 3.73258 2.52442 3.89502 2.69922 4.0185H2.69923ZM4.0313 3.4065C3.99629 3.57398 3.99458 3.75231 4.04912 3.91585C4.08646 4.03018 4.16344 4.12709 4.25161 4.207C4.3587 4.30241 4.4851 4.37577 4.62006 4.42399C4.66433 4.20721 4.65669 3.96507 4.53372 3.77405C4.41918 3.59441 4.22896 3.47595 4.0313 3.4065V3.4065ZM8.26528 3.42412C8.06529 3.42995 7.86471 3.46578 7.67974 3.54327C7.50845 3.61533 7.35175 3.7197 7.21356 3.84349C6.98128 4.05434 6.79431 4.31519 6.66669 4.60161C6.7936 4.64308 6.92454 4.67126 7.05657 4.69048C7.39373 4.73849 7.74727 4.72138 8.........完整代码请登录后点击上方下载按钮下载查看

网友评论0