Line 143: | Line 143: | ||
.fixed-centerlowfruit{ | .fixed-centerlowfruit{ | ||
− | width: | + | width:300px; |
height:200px; | height:200px; | ||
position:fixed; | position:fixed; | ||
Line 152: | Line 152: | ||
.fixed-left1{ | .fixed-left1{ | ||
− | width: | + | width:300px; |
height:200px; | height:200px; | ||
position:fixed; | position:fixed; | ||
Line 162: | Line 162: | ||
.fixed-left2{ | .fixed-left2{ | ||
− | width: | + | width:300px; |
height:200px; | height:200px; | ||
position:fixed; | position:fixed; | ||
− | top: | + | top:65%; |
left:7%; | left:7%; | ||
color: #FFFFFF; | color: #FFFFFF; | ||
Line 172: | Line 172: | ||
.fixed-right1{ | .fixed-right1{ | ||
− | width: | + | width:300px; |
height:200px; | height:200px; | ||
position:fixed; | position:fixed; | ||
− | top: | + | top:65%; |
left:65%; | left:65%; | ||
color: #FFFFFF; | color: #FFFFFF; | ||
Line 182: | Line 182: | ||
.fixed-right2{ | .fixed-right2{ | ||
− | width: | + | width:300px; |
height:200px; | height:200px; | ||
position:fixed; | position:fixed; | ||
Line 205: | Line 205: | ||
} | } | ||
h3 { | h3 { | ||
− | font-size: | + | font-size:25px; |
− | + | word-spacing:4px; | |
− | + | ||
− | word-spacing: | + | |
line-height: 150% ; | line-height: 150% ; | ||
} | } | ||
Line 340: | Line 338: | ||
− | setTimeout(function(){$( "#test" ).fadeOut( 600 );}, | + | setTimeout(function(){$( "#test" ).fadeOut( 600 );},3500);; |
− | setTimeout(function(){$( "#test1" ).fadeIn( 600 );}, | + | setTimeout(function(){$( "#test1" ).fadeIn( 600 );},4500); |
setTimeout(function(){$( "#test1" ).fadeOut( 600 );},8000); | setTimeout(function(){$( "#test1" ).fadeOut( 600 );},8000); | ||
setTimeout(function(){$( "#content" ).css("opacity","0");},8000); | setTimeout(function(){$( "#content" ).css("opacity","0");},8000); |
Revision as of 14:22, 18 October 2016