|
|
|
|
@ -45,7 +45,7 @@
|
|
|
|
|
background-image: url("/static/images/manage_bg.png");
|
|
|
|
|
}
|
|
|
|
|
.total_logo {
|
|
|
|
|
padding-top: 7%;
|
|
|
|
|
padding-top: 4.62%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.box-items {
|
|
|
|
|
@ -77,6 +77,21 @@
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding-top: 25px;
|
|
|
|
|
}
|
|
|
|
|
footer {
|
|
|
|
|
font-family: PingFang-SC-Regular;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
letter-spacing: 0px;
|
|
|
|
|
padding-bottom: 2.3%;
|
|
|
|
|
}
|
|
|
|
|
.easypay {
|
|
|
|
|
font-family: PingFang-SC-Regular;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
letter-spacing: 0px;
|
|
|
|
|
padding-top: 1%;
|
|
|
|
|
padding-bottom: 1%;
|
|
|
|
|
}
|
|
|
|
|
.ng-cloak, [ng-cloak] {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
@ -127,9 +142,13 @@ margin-bottom: 10%;"/>
|
|
|
|
|
|
|
|
|
|
<div class="total_logo">
|
|
|
|
|
<a><img src="/static/images/manage_total_logo.png"> </a>
|
|
|
|
|
<div class="easypay">
|
|
|
|
|
<b>Easy Business,Easy Payment!</b>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="margin: 0 auto;display: flex;padding-top: 40px;padding-bottom:4.75%;width: 60%;flex-wrap:wrap">
|
|
|
|
|
<div style="margin: 0 auto;display: flex;padding-top: 40px;padding-bottom:0.5%;width: 60%;flex-wrap:wrap">
|
|
|
|
|
<div class="box-items" ng-if="'10'|withRole">
|
|
|
|
|
<a ui-sref="listMenu({role:'Compliance'})" ui-sref-opts="{reload:true}">
|
|
|
|
|
<div class="boxs">
|
|
|
|
|
@ -219,8 +238,13 @@ margin-bottom: 10%;"/>
|
|
|
|
|
<p class="box-font">Director</p>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div style="text-align: center">
|
|
|
|
|
<footer>
|
|
|
|
|
<strong>Copyright © 2015-2017 <a href="http://www.royalpay.com.au">RoyalPay</a>.</strong> All rights
|
|
|
|
|
reserved.
|
|
|
|
|
</footer>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
|