css绘制一个禁止吸烟标识动画效果代码
代码语言:html
所属分类:布局界面
代码描述:css绘制一个禁止吸烟标识动画效果代码,还有香烟吐露动画。
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <style> body { background-color: #111; height: 100vh; display: flex; justify-content: center; align-items: center; } .no-circle { width: 200px; height: 200px; border-radius: 50%; background-color: transparent; border: 30px solid red; } .no-slash { width: 30px; height: 230px; background-color: red; transform: rotate(45deg); position: relative; top: -20px; left: 90px; z-index: 2; } .cigarette { width: 230px; height: 30px; background-color: #FFF; border-top: 1px solid black; border-bottom: 1px solid black; position: relative; top: -142p.........完整代码请登录后点击上方下载按钮下载查看
网友评论0