css实现卡片悬浮图片飞出显示文字效果代码
代码语言:html
所属分类:悬停
代码描述:css实现卡片悬浮图片飞出显示文字效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <!--可无视--> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap.3.3.4.css"> <!--主要样式--> <style> body{ background: #494A5F; color: #D5D6E2; font-weight: 500; font-size: 1.05em; font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo; } a{color: #2fa0ec;text-decoration: none;outline: none;} a:hover,a:focus{color:#74777b;} /* footer */ .footer{width: 100%;padding-top: 10px;} .small{font-size: 0.8em;} .center{text-align: center;} .mt50{margin-top: 50px;} .box{ position: relative; perspective: 1000px; } .box img{ width: 100%; height: auto; opaci.........完整代码请登录后点击上方下载按钮下载查看
网友评论0