@@ -218,7 +218,7 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
.tabBox{
position: relative;
background: #fff;
- padding: 20px 40px 0;
+ padding: 0 40px 0;
}
.showWhich {
width: 94px;
@@ -207,7 +207,7 @@ function bindTabClick(){
function adjustHeight() {
var ht = window.innerHeight || document.documentElement.clientHeight;
- $(".content").height(ht - 200 + "px");
+ $(".content").height(ht - 220 + "px");
function adjustWidth() {
var wt = window.innerWidth || document.documentElement.clientWidth;