Commit 04bf9251 authored by lixiaoyi's avatar lixiaoyi

add隐藏看板

parent 231752e3
...@@ -55,6 +55,34 @@ body { ...@@ -55,6 +55,34 @@ body {
box-sizing: border-box; box-sizing: border-box;
} }
.view-btn {
position: absolute;
top: 80px;
background-color: #283963;
width: 30px;
height: 30px;
border: 2px solid #4270e4;
cursor: pointer;
border-radius: 4px;
}
.view-btn>.icon{
width: 20px;
height: 20px;
margin: 5px;
background: url(../imgs/hide.png) no-repeat;
background-size: 100%;
}
.view-btn.btn-active>.icon{
background: url(../imgs/show.png) no-repeat;
background-size: 100%;
}
.view-btn.view-btn_left{
left: 5px;
}
.view-btn.view-btn_right{
right: 5px;
}
.view { .view {
width: 320px; width: 320px;
height: 85%; height: 85%;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment