|
|
|
@ -32,6 +32,10 @@
|
|
|
|
|
|
|
|
|
|
#img1,#img2{width: 341px;height: 157px;}
|
|
|
|
|
|
|
|
|
|
.loading-tip-class{
|
|
|
|
|
width: 400px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width:100px) and (max-width:399px){
|
|
|
|
|
#img1,#img2{width: 60px;height: 45px;}
|
|
|
|
|
*{font-size:1px;}
|
|
|
|
@ -44,6 +48,9 @@
|
|
|
|
|
width: 60px;
|
|
|
|
|
height: 60px;
|
|
|
|
|
}
|
|
|
|
|
.loading-tip-class{
|
|
|
|
|
width: 200px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media (min-width:400px) and (max-width:799px){
|
|
|
|
|
#img1,#img2{width: 160px;height: 75px;}
|
|
|
|
@ -57,6 +64,9 @@
|
|
|
|
|
width: 70px;
|
|
|
|
|
height: 70px;
|
|
|
|
|
}
|
|
|
|
|
.loading-tip-class{
|
|
|
|
|
width: 200px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media (min-width:800px) and (max-width:1024px) {
|
|
|
|
|
#img1,#img2{width: 190px;height: 85px;}
|
|
|
|
@ -70,6 +80,9 @@
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
}
|
|
|
|
|
.loading-tip-class{
|
|
|
|
|
width: 200px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media (min-width:1025px) and (max-width:1440px) {
|
|
|
|
|
#img1,#img2{width: 260px;height: 105px;}
|
|
|
|
@ -83,6 +96,9 @@
|
|
|
|
|
width: 90px;
|
|
|
|
|
height: 90px;
|
|
|
|
|
}
|
|
|
|
|
.loading-tip-class{
|
|
|
|
|
width: 300px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media (min-width:1441px) and (max-width:1600px){
|
|
|
|
|
#img1,#img2{width: 341px;height: 157px;}
|
|
|
|
@ -96,6 +112,9 @@
|
|
|
|
|
width: 100px;
|
|
|
|
|
height: 100px;
|
|
|
|
|
}
|
|
|
|
|
.loading-tip-class{
|
|
|
|
|
width: 350px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
@ -108,25 +127,29 @@
|
|
|
|
|
<div class="container-fluid">
|
|
|
|
|
<div class="card-boxs widget-box-two widget-two-custom" style="overflow-x: auto;">
|
|
|
|
|
|
|
|
|
|
<div id="dg" style="z-index: 9999; position: fixed ! important; left: 85%; top: 50%;">
|
|
|
|
|
<div id="dg" style="z-index: 9999; position: fixed ! important; right: 0%; top: 10%;">
|
|
|
|
|
<button class="btn btn-success" type="button" ng-click="goBottom()">
|
|
|
|
|
Go and sign it.
|
|
|
|
|
</button><i class="fa fa-back"></i>
|
|
|
|
|
<br/>
|
|
|
|
|
<p style="margin-top: 30px;">
|
|
|
|
|
<!-- <p style="margin-top: 30px;">
|
|
|
|
|
<button class="btn btn-success" type="button" ng-click="submitContract()">Confirm signature</button>
|
|
|
|
|
</p>
|
|
|
|
|
</p>-->
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="back" style="z-index: 9999; position: fixed ! important; right: 82%;top: 13.2%;">
|
|
|
|
|
|
|
|
|
|
<div style="z-index: 9999; position: absolute ! important; right: 0%; bottom: 150px;">
|
|
|
|
|
<button class="btn btn-success" type="button" ng-click="submitContract()">Confirm signature</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="back" style="z-index: 9999; position: fixed ! important; left: 0%;top: 40%;">
|
|
|
|
|
<button class="btn-warning return-class" ui-sref="basic.compliance_to_perfect"><i class="fa fa-reply"></i> Return</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="z-index: 9999; position: fixed ! important; left: 40%;top: 30%;" >
|
|
|
|
|
<div style="text-align:center">
|
|
|
|
|
<img id="waiting" class="loading-class" src="" oncontextmenu="return false;" onselectstart="return false;"/>
|
|
|
|
|
<p id="tip"style="display:none;color: white;font-size: 150%;width: 200px">The contract is in the process of being made</p>
|
|
|
|
|
|
|
|
|
|
<p id="tip"style="display:none;color: white;font-size: 150%;" class="loading-tip-class">The contract is in the process of being made</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|