16
05/19
分享一个CSS3边框旋转特效
效果如下: <style>.bb, .bb::before, .bb::after { position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius:100%; } .bb { width: 100px; height: 100px; margin: auto; background: url("img/Button-White-Large.png") no-repeat 50%/70% rgba(0, 0, 0, 0.1); color: #69ca62; box-shadow: inset 0 0 0 1px rgba(105, 202, 9...