留言

yr 游客
nihao
彩笔小威 访客
22 游客
22测试
BrockLessnar 游客
请问博主,这种透明效果,能够看到背景图片怎么做的呀,好好看。
听说。
博主
 @ BrockLessnar
直接在body标签加一个全局透明样式,再换个背景图   

body{
    background-image: url("../images/2003390.jpg") !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center 0 !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    filter: alpha(opacity=80) !important;
}
dsd 游客
<h1>11111</h1>
zz 游客
我有个地方很懵,查询数据分页查询的时候,我该查多少条呢,我查出来的数据,是要递归整合的,有点懵
zzz 游客