IT序号网

bootstrap

sanshao 2021年10月13日 编程语言 446 0
//解决多模态框bug 
              $(".modal").on("hidden.bs.modal", function() { 
                  $("body").addClass("modal-open"); 
                  $(".modal.fade.in").css("display","block"); 
              }); 
            //控制模态窗样式位置 
               $("#modal-6").on("shown.bs.modal",function(){ 
                      $(this).css({ 
                          "background":"rgba(0,0,0,0.3)", 
                          "top":"100px", 
                          "filter":"alpha(opacity=70)", 
                          "-ms-filter": "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#80000000,endColorstr=#80000000)" 
                      });  
                  });

评论关闭
IT序号网

微信公众号号:IT虾米 (左侧二维码扫一扫)欢迎添加!

redis缓存失效形式设计思路