←上一编辑下一编辑→ MediaWiki:Mobile.css (查看源代码) 2023年5月4日 (四) 18:25的版本 添加527字节 、 2023年5月4日 (四) 18:25 小无编辑摘要第1,355行: 第1,355行: box-shadow: inset 0 -6px 0 rgba(0,0,0,0.15), inset 0 6px 0 rgba(255,255,255,0.05); box-shadow: inset 0 -6px 0 rgba(0,0,0,0.15), inset 0 6px 0 rgba(255,255,255,0.05); border-collapse: collapse; border-collapse: collapse; +} +/* 王者荣耀ICON */ +.hok-hero-icon { + position: relative; + display: inline-block; +} + +.hok-hero-icon > a::before, +.hok-hero-icon > a::after { + content: " "; + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; +} + +.hok-hero-icon > a { + overflow: hidden; + display: block; + border: 2px solid #258DF2; + border-radius: 10px 0 10px 0; + transform: scale(0.90); + transition: all .14s cubic-bezier(0.33, 1, 0.68, 1); +} + +.hok-hero-icon > a:hover, +.hhok-hero-icon > a:focus { + transform: scale(1.10); } } OrangePig评论管理员、界面管理员、管理员、优质编辑84,049个编辑