Svg 背景loading

89 阅读1分钟
    <svg height="0" width="0px"  >
            <defs>
                <clipPath id="svgPath">
                    <rect x="0" y="0" rx="4" ry="4" width="360" height="240"></rect>
                    <rect x="5" y="260" rx="4" ry="4" width="272" height="32"></rect>
                    <rect x="282" y="260" rx="4" ry="4" width="73" height="32"></rect>
                    <rect x="5" y="300" rx="4" ry="4" width="320" height="22"></rect>
                    <circle id="Oval" cx="30" cy="30" r="30"></circle>
                </clipPath>
            </defs>
        </svg>