Index: ssts-web/src/main/webapp/common/imgAndVideo.css =================================================================== diff -u -r27172 -r27864 --- ssts-web/src/main/webapp/common/imgAndVideo.css (.../imgAndVideo.css) (revision 27172) +++ ssts-web/src/main/webapp/common/imgAndVideo.css (.../imgAndVideo.css) (revision 27864) @@ -87,12 +87,12 @@ cursor: pointer; } .camera_wrapper{ - width: 930px; - margin: 0px auto; - margin-top: 24px; + width: 100%; + /* margin: 0px auto; */ + /* margin-top: 24px; */ } .camera_content{ - height: 532px; + height: 100%; margin: 0px auto; } .camera_footer{ @@ -114,7 +114,7 @@ .camera_Btn{ width:74px; height: 74px; - margin-top: 17px; + margin-top: 10px; background:url(../images/web/imgtakephoto.png) no-repeat; display: inline-block; } @@ -227,4 +227,20 @@ border-color: #afd7af !important; background-color: #afd7af !important; color: #333 !important; +} +@-webkit-keyframes bounce-up { + 0% {-webkit-transform: translateY(0);} + 30% {-webkit-transform: translateY(10%);} +} + +@keyframes bounce-up { + 0% {-webkit-transform: translateY(0);} + 30% {-webkit-transform: translateY(10%);} +} + +.animate-bounce-up{ + width: 136px; + height: 105px; + -webkit-animation: bounce-up 0.6s linear; + animation: bounce-up 0.6s linear; } \ No newline at end of file