* change for hide side.

This commit is contained in:
wangyidong
2017-03-15 17:33:17 +08:00
parent e187f98374
commit a4abc01404
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#steps {margin-bottom: 15px}
.outer .col-side{transition: all 0.1s;position: relative;}
.outer.hide-side .col-side{width:0px;}
.outer .col-side .side-handle{left:8px;top:2px;}
.outer .col-side .side-handle{right:0px;top:10px;}
.outer.hide-side .main-side{display:none;}