模块需要背景边框和20%透明度的颜色背景,
样式是加的颜色设置20%透明度
边框是用url在初始化事件中加的css
最终的效果有点问题 ,边框右边多出来一截。
setTimeout(function() {
$('.content-container').css('background', 'url(/webroot/xxxxx/16.png)center center /100% 100% no-repeat'); }, 200);