@@ -64,6 +64,9 @@
}
.infoBox:hover{
background: #EEEEEE;
+ .title h2 {
+ background: #EEEEEE;
+ }
.itemBoxTitle{
position: absolute;
@@ -76,7 +76,7 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
.infos>div {
- margin-right: 160px;
+ margin-right: 6.5%;
.contentWrapper img{
width: 100%;
@@ -229,7 +229,7 @@ function adjustHeight() {
function adjustWidth() {
var wt = window.innerWidth || document.documentElement.clientWidth;
$(".titleH2").width(wt- 0.2*wt -33 - 200 - 17 - 40 -15 + 'px')
- $("pre").width(wt- 0.2*wt - 200 + 'px')
+ //$("pre").width(wt- 0.2*wt - 200 + 'px')
$(window).on('resize', function(){
adjustHeight()