Commit 5602a6fe2199506fbc41eb07b49b9b0ee6d08dde

Authored by liuqimichale
1 parent a909d46b

box-shadow:0 0 10px 0 rgba(50,50,50,.1);

Showing 1 changed file with 3 additions and 3 deletions
css/libCss/common.css
... ... @@ -108,9 +108,9 @@ section{
108 108  
109 109 overflow-x: auto;
110 110 overflow-y: auto;
111   - height: calc(100% - 80px);
112   - height: -webkit-calc(100% - 80px);
113   - height: -moz-calc(100% - 80px);
  111 + /*height: calc(100% - 80px);*/
  112 + /*height: -webkit-calc(100% - 80px);*/
  113 + /*height: -moz-calc(100% - 80px);*/
114 114 width:calc(100% - 200px);
115 115 width:-webkit-calc(100% - 200px);
116 116 width:-moz-calc(100% - 200px);
... ...