留言

CoderX 访客
我下载了你的源码,但是我看了一下图片的上传,在调试的时候我发现,为什么上传了2次,我取不到uid。
听说。
博主
 @ CoderX
需要接入云存储的 ,看一哈readme.md文档
CoderX 游客  @ 听说。
想了解一下你这个留言板具体实现的过程。
CoderX 游客  @ 听说。
问题我自己都已经解决了,多谢开源!!
dd 游客
dasdas
格鲁特 访客
111
11 游客
11
李嘉图 访客
博主 左下角的音乐插件是什么,我想搞个部署在我的博客上,找了很久
李嘉图 访客  @ 李嘉图
全局半透明是咋实现的呢
听说。
博主
 @ 李嘉图
全局透明是在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;

    /*-webkit-filter:opacity(0.8) !important;*/
    /*opacity: 0.8 !important;*/
    /*rgba(255,255,255,0.8) !important;*/
   /* hsla(0,0%,100%,.8)!important;*/
   /* rgba(0,0,0,.8);*/
}
听说。
博主
 @ 李嘉图
Aplayer.js