diff --git a/src/main/webapp/WEB-INF/views/font/showRecordIframe.jsp b/src/main/webapp/WEB-INF/views/font/showRecordIframe.jsp index a1d917a..110ec2d 100644 --- a/src/main/webapp/WEB-INF/views/font/showRecordIframe.jsp +++ b/src/main/webapp/WEB-INF/views/font/showRecordIframe.jsp @@ -39,9 +39,28 @@ float:right; background-color: #FFFFFF; } + .loading { + width: 148px; + height: 56px; + position: absolute; + top: 28px; + right: 16px; + line-height: 56px; + color: red; + padding-left: 60px; + font-size: 7px; + background: #000; + opacity: 0.7; + -moz-border-radius: 20px; + -webkit-border-radius: 20px; + border-radius: 20px; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); + display: none; + }
+