2013-03-04 75 views

回答

1

试试下面这个CSS代码tweek height属性

.box_skitter .label_skitter { 
z-index: 99999; 
position: absolute; 
bottom: 0px; 
left: 0px; 
color: #fff; 
display: block!important; 
opacity: 0.8; 
background: #000; 
height: 44px !important; 
} 
+0

谢谢! David 解决了问题! – 2013-03-04 14:36:58