提交 6f19b909 编写于 作者: Skyeye云's avatar Skyeye云

效果修改

上级 4776bc1d
......@@ -620,14 +620,13 @@ button{
/*开始菜单左边部分*/
.winui-start-left {
width: 48px;
height: 100%;
position: absolute;
zoom: 1;
z-index: 50;
background-color:rgba(0, 0, 0, 0.9);
background-color:rgba(0, 0, 0, 0.3);
white-space: nowrap;
overflow: hidden;
}
......@@ -2480,7 +2479,6 @@ body .layer-ext-winconfirm {
width: 35px;
height: 35px;
margin: 0px auto;
border: 1px solid rgba(255, 255, 255, 0.5);
overflow: hidden;
padding: 0px 4px 6px 4px;
position: relative;
......
......@@ -348,17 +348,20 @@
$(".winui-start-left").animate({
width: '48px',
});
$(".winui-start-left").css({'background-color': 'rgba(0, 0, 0, 0.3)'});
}else{//当前状态:关闭
$(".winui-start-left").animate({
width: '210px',
});
$(".winui-start-left").css({'background-color': 'rgba(0, 0, 0, 0.9)'});
}
});
$(".winui-start-left").mouseleave(function (){console.log(1);
$(".winui-start-left").mouseleave(function (){
$(".winui-start-left").animate({
width: '48px',
});
$(".winui-start-left").css({'background-color': 'rgba(0, 0, 0, 0.3)'});
});
//打开窗口的方法(可自己根据需求来写)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册