@charset "utf-8"; /* CSS Document */ .top1 { position:fixed; width:100%; min-width:650px; height:45px; background-color:#C30; border:none; /*margin-right: 10%;*/ /*margin-left: 10%;*/ top:65px; /*float:none;*/ left:0px; /*background-image: url(image/top/titletop.png);*/ } #introduce{ animation:comment 8s cubic-bezier(0.4,0.1,0.8,0.6) 0.5s 2 alternate; top:120px; opacity:0; height:16px; } @keyframes comment{ 0% {left:0px; opacity:0;} 5% {left:5px; opacity:1;} 100% {left:800px; opacity:0;} } .acomm{font:normal normal normal 15px "微软雅黑";color:#C33; text-decoration:none; background-color:#FCDEA2;} .acomm:hover{ cursor:text;} .wenzi{font-weight: bold; font-size: 36px; font-style: italic; font-variant: normal; color:/*#F96;*/#A86; /*text-shadow: 1px 1px 3px #400,-2px -2px 1px #FFD;*/} .mainf{position:relative; float:left;top:80px; width:100%;min-width:650px; overflow:visible;border:none;}