Commit a5391e52 authored by xinyuandu's avatar xinyuandu

bug

parent 7af3dcdd
......@@ -14,7 +14,7 @@
/*隐藏显示按钮(梯形)样式代码*/
.hideBtn1{
position: relative;
right:-1px;
right:1px;
border-top: 0px solid transparent;
border-bottom: 20px solid transparent;
border-right: 22px solid #1a1a1a;
......@@ -26,7 +26,7 @@
}
.hideBtn2{
position: relative;
right:-1px;
right:1px;
border-top: 0px solid transparent;
border-bottom: 20px solid transparent;
border-right: 0px solid #ff9419;
......
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