3.0 source code
This commit is contained in:
@@ -29,34 +29,23 @@
|
||||
.loadmask-logo {
|
||||
display:inline-block;
|
||||
min-width:220px;
|
||||
height: 62px;
|
||||
min-height:62px;
|
||||
vertical-align:top;
|
||||
background-image:url('./resources/img/loading-logo.gif');
|
||||
background-image: -webkit-image-set(url('./resources/img/loading-logo.gif') 1x, url('./resources/img/loading-logo@2x.gif') 2x);
|
||||
background-repeat:no-repeat;
|
||||
}
|
||||
|
||||
#loadmask-text {
|
||||
color: #b2b2b2;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
font-family: Arial;
|
||||
height:14px;
|
||||
margin-top:32px;
|
||||
padding-left:40px;
|
||||
text-align:left;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- 3rdparty -->
|
||||
<!-- vendors -->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../../../sdk/Excel/css/main-mobile.css"/>
|
||||
|
||||
<script type="text/javascript" src="../../../3rdparty/touch/sencha-touch-debug.js"></script>
|
||||
<script type="text/javascript" src="../../../3rdparty/jquery/jquery-1.7.1.min.js"></script>
|
||||
<script type="text/javascript" src="../../../3rdparty/xregexp/xregexp-all-min.js"></script>
|
||||
<script type="text/javascript" src="../../../3rdparty/sockjs/sockjs-0.3.min.js"></script>
|
||||
<script type="text/javascript" src="../../../vendor/touch/sencha-touch-all.js"></script>
|
||||
<script type="text/javascript" src="../../../vendor/jquery/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../../../vendor/xregexp/xregexp-all-min.js"></script>
|
||||
<script type="text/javascript" src="../../../vendor/megapixel/src/megapix-image.js"></script>
|
||||
<script type="text/javascript" src="../../../vendor/sockjs/sockjs.min.js"></script>
|
||||
|
||||
<!-- Application -->
|
||||
|
||||
@@ -182,13 +171,11 @@
|
||||
);
|
||||
} else {
|
||||
document.write(
|
||||
'<div id="loading-mask" class="loadmask">' +
|
||||
'<div class="loadmask-body" align="center">' +
|
||||
'<div class="loadmask-logo">' +
|
||||
// '<div id="loadmask-text">LOADING APPLICATION</div>' +
|
||||
'</div>' +
|
||||
'</div>' +
|
||||
'</div>');
|
||||
'<div id="loading-mask" class="loadmask">' +
|
||||
'<div class="loadmask-body" align="center">' +
|
||||
'<div class="loadmask-logo"></div>' +
|
||||
'</div>' +
|
||||
'</div>');
|
||||
}
|
||||
|
||||
var injectStyleElement = function(url) {
|
||||
@@ -208,9 +195,9 @@
|
||||
};
|
||||
|
||||
injectStyleElement(
|
||||
(window.devicePixelRatio > 1)
|
||||
? 'resources/css/application-retina.css'
|
||||
: 'resources/css/application-normal.css'
|
||||
(window.devicePixelRatio > 1)
|
||||
? 'resources/css/application-retina.css'
|
||||
: 'resources/css/application-normal.css'
|
||||
);
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user