@charset "utf-8"; @-webkit-keyframes animate-cloud { from { background-position: 600px 100%; } to { background-position: 0 100%; } } @-moz-keyframes animate-cloud { from { background-position: 600px 100%; } to { background-position: 0 100%; } } @-ms-keyframes animate-cloud { from { background-position: 600px 100%; } to { background-position: 0 100%; } } @-o-keyframes animate-cloud { from { background-position: 600px 100%; } to { background-position: 0 100%; } } input{ background-color:white; border-style:solid;border-color:silver; outline:none; padding: 5px; margin:2px auto; //width: 100%; border-radius:5px; border:1px; box-shadow: 0 0 8px -3px #000; background: #ECECEC; } textarea { -webkit-box-shadow: 0 0 8px black; -moz-box-shadow: 0 0 8px black; border-radius: 4px; width: 280px; margin-bottom: 5px; height: 60px; border: 1px solid #ABABAB; margin-top: 2px; } select { background-color:white;border:1px;border-style:solid;border-color:silver; /* -webkit-box-shadow: 0 0 8px black; -moz-box-shadow: 0 0 8px black; margin-bottom: 5px; width: 280px; border: 1px solid #B4B2B2; border-radius: 5px; height: 23px;*/ } h1, h2, h3, h4, h5, h6, b, i, em { font-size: 1em; font-weight: normal; font-style: normal } body { background-image: url(../img/cloud.jpg); color: #333; font-size: 18px9; line-height: 1.5; word-wrap: break-word; font-size: 14px; margin: 0; font-family: Microsoft YaHei; #font-size: 18px9; line-height: 1.5; word-wrap: break-word; -webkit-animation: animate-cloud 20s linear infinite; -moz-animation: animate-cloud 20s linear infinite; -ms-animation: animate-cloud 20s linear infinite; -o-animation: animate-cloud 20s linear infinite; animation: animate-cloud 20s linear infinite; }