MediaWiki:Share-btn.css
来自小鱼君和他的朋友们
注意:在保存以后,您必须绕过浏览器缓存才能看到所作出的改变。
- 谷歌浏览器(Google Chrome)- Windows:按下“Ctrl”键然后按 F5。OS X系统:同时按⌘ Cmd和⇧ Shift键之后按R键。
- Safari - 按住⇧ Shift键然后点击工具栏中重新载入键。
- 火狐(Firefox)- Windows:按住Ctrl键然后按F5。OS X系统:同时按⌘ Cmd和⇧ Shift键之后按R键。
- Internet Explorer:按住Ctrl键然后按F5(或者点击“刷新”按钮)。
#QR-share,#QQ-share { position:fixed; top:25%; height:auto; width:60%; left:20%; background:white; border:1px solid #bbb; border-bottom:8px solid #bbb; z-index:505; } #share-bg { z-index:500; background:rgba(255,255,255,0.6); position:fixed; width:100%; height:100% } @media(min-width:400px){ #QR-share #QR-code {height:auto;width:200px;} } @media(max-width:400px){ #QR-share #QR-code {height:auto;width:90%;} }