Skip to content

Instantly share code, notes, and snippets.

@gonghao
Created May 2, 2014 18:09
Show Gist options
  • Select an option

  • Save gonghao/11482102 to your computer and use it in GitHub Desktop.

Select an option

Save gonghao/11482102 to your computer and use it in GitHub Desktop.
Untitled
.weixin-download-bg {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
}
.weixin-download-tips {
position: absolute;
top: 10px;
left: 10px;
right: 10px;
background: #fff;
padding: 10px;
text-align: right;
color: #8f8a85;
font-size: 16px;
}
.weixin-download-tips strong,
.weixin-download-tips em {
color: #000;
}
.weixin-download-tips em {
font-style: normal;
font-size: 19px;
}
.icon-weixin-download-tips-arrow {
width: 0;
height: 0;
overflow: hidden;
border: 8px solid transparent;
border-bottom-color: #fff;
position: absolute;
top: -4px;
right: 30px;
}
<div class="weixin-download-bg">
<div class="weixin-download-tips"><strong>不能下载?</strong>请点击右上角,选择<em>“在浏览器中打开”</em></div>
<i class="icon-weixin-download-tips-arrow"></i>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment