赞
踩
<template> <div class="loading-mask flex-center-center"> <svg viewBox="25 25 50 50" class="circular"> <circle cx="50" cy="50" r="20" fill="none" class="path"></circle> <circle cx="50" cy="50" r="15" fill="none" class="path"></circle> <circle cx="50" cy="50" r="10" fill="none" class="path"></circle> </svg> </div> </template> <style lang="scss"> .flex-center-center { display: flex; align-items: center; justify-content: center; } .loading-mask { position: absolute; top: 0; left: 0; right: 0; bottom: 0; .circular { height: 35px; width: 35px; animati
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。