←上一编辑下一编辑→ MediaWiki:Mobile.css (查看源代码) 2022年12月8日 (四) 02:05的版本 添加631字节 、 2022年12月8日 (四) 02:05 小无编辑摘要第1,201行: 第1,201行: margin:0px 3px; margin:0px 3px; border-radius: 2px; border-radius: 2px; +} + +/* BS ICON */ +.bs-portrait { + position: relative; + display: inline-block; +} + +.bs-portrait img { + margin: 0 -6px; +} + +.bs-portrait > a::before, +.bs-portrait > a::after { + content: " "; + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; +} + +.bs-portrait > a { + overflow: hidden; + display: block; + border-radius: 0.3em; + border: 2px solid #b3b3b3; + background: #f3f7fc; + transform: scale(0.95); + transition: all .14s cubic-bezier(0.33, 1, 0.68, 1); +} + +.bs-portrait > a:hover, +.bs-portrait > a:focus { + border-radius: 0.3em; + border: 2px solid #fff; + background: #f3f7fc; + transform: scale(1); } } OrangePig评论管理员、界面管理员、管理员、优质编辑84,049个编辑