yangkai 6 years ago
parent 93f2af4d52
commit b947cc63a0

@ -41,22 +41,26 @@
<link rel="stylesheet" href="static/lib/dist/css/skins/_all-skins.min.css"> <link rel="stylesheet" href="static/lib/dist/css/skins/_all-skins.min.css">
<link rel="stylesheet" href="static/css/common.css"> <link rel="stylesheet" href="static/css/common.css">
<style type="text/css"> <style type="text/css">
.backgroud{ .backgroud {
background-image: url("/static/images/manage_bg.png"); background-image: url("/static/images/manage_bg.png");
} }
.total_logo { .total_logo {
padding-top: 4.62%; padding-top: 4.62%;
text-align: center; text-align: center;
} }
.box-items { .box-items {
padding: 30px 15px 15px 15px; padding: 30px 15px 15px 15px;
cursor: pointer; cursor: pointer;
} }
.box-items img { .box-items img {
width: 72px; width: 72px;
height: 72px; height: 72px;
} }
.boxs { .boxs {
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -66,10 +70,12 @@
background: #434365; background: #434365;
border-radius: 5px; border-radius: 5px;
} }
.boxs:hover { .boxs:hover {
background: #FFFFFF; background: #FFFFFF;
} }
.box-font{
.box-font {
font-family: PingFang-SC-Regular; font-family: PingFang-SC-Regular;
font-size: 20px; font-size: 20px;
color: #FFFFFF; color: #FFFFFF;
@ -77,6 +83,7 @@
text-align: center; text-align: center;
padding-top: 25px; padding-top: 25px;
} }
footer { footer {
font-family: PingFang-SC-Regular; font-family: PingFang-SC-Regular;
font-size: 12px; font-size: 12px;
@ -84,6 +91,7 @@
letter-spacing: 0px; letter-spacing: 0px;
padding-bottom: 2.3%; padding-bottom: 2.3%;
} }
.easypay { .easypay {
font-family: PingFang-SC-Regular; font-family: PingFang-SC-Regular;
font-size: 20px; font-size: 20px;
@ -92,6 +100,7 @@
padding-top: 1%; padding-top: 1%;
padding-bottom: 1%; padding-bottom: 1%;
} }
.ng-cloak, [ng-cloak] { .ng-cloak, [ng-cloak] {
display: none !important; display: none !important;
} }
@ -121,6 +130,49 @@
.dh { .dh {
animation: myfirst 1s linear 0s infinite alternate; animation: myfirst 1s linear 0s infinite alternate;
} }
.description-text {
margin-top: 5px;
/*width: 86px;*/
}
.list-group label {
border-bottom: 1px solid #333333;
font-size: 20px;
color: #333333;
}
.navbar-header a{
color: #FFF;
}
.navbar-header .active{
background-color: #FFF !important;
}
.navbar-header .active a{
color: #f06101 !important;
}
.navbar-header li {
float: left;
border: 1px solid #FFF;
padding: 3px 15px;
}
@media (min-width: 768px) {
.navbar-header {
list-style: none;
width: 245px;
position: absolute;
left: 0;
right: 0;
margin: 10px auto;
}
}
@media (max-width: 768px) {
.navbar-header {
list-style: none;
width: 245px;
margin: 10px auto;
}
}
</style> </style>
<script type="text/javascript" src="static/lib/require.js" data-main="static/boot/manager-boot"></script> <script type="text/javascript" src="static/lib/require.js" data-main="static/boot/manager-boot"></script>
<script type="text/javascript" src="/static/lib/jquery/jquery-2.1.4.min.js"></script> <script type="text/javascript" src="/static/lib/jquery/jquery-2.1.4.min.js"></script>
@ -138,7 +190,7 @@ margin-bottom: 10%;"/>
</div> </div>
<div ng-if="currentUser!=null" ng-cloak <div ng-if="currentUser!=null" ng-cloak
ng-class="currentUser.org?(currentUser.org.banner_class||'fxplus'):'royalpay'"> ng-class="currentUser.org?(currentUser.org.banner_class||'fxplus'):'royalpay'">
<header ng-if="headerDisplay" class="main-header"> <header ng-if="headerDisplay" class="main-header">
@ -152,7 +204,8 @@ margin-bottom: 10%;"/>
<!-- logo for regular state and mobile devices --> <!-- logo for regular state and mobile devices -->
<span class="logo-lg"><img src="static/images/rp_white_logo.svg" <span class="logo-lg"><img src="static/images/rp_white_logo.svg"
style="max-height: 35px;"> style="max-height: 35px;">
<!--<b>RoyalPay</b>--> <b>RoyalPay</b>
</span> </span>
</a> </a>
<a href="#" onclick="location.reload()" class="logo logo-yedian shine" ng-if="currentUser.org"> <a href="#" onclick="location.reload()" class="logo logo-yedian shine" ng-if="currentUser.org">
@ -164,10 +217,20 @@ margin-bottom: 10%;"/>
style="max-height: 35px;margin-bottom: 8px;margin-right: 5px;"><b style="max-height: 35px;margin-bottom: 8px;margin-right: 5px;"><b
ng-bind="currentUser.org.name"></b></span> ng-bind="currentUser.org.name"></b></span>
</a> </a>
<div class="navbar-header"> <ul class="navbar-header">
<a ui-sref="dashboard" role="button" style="border: 1px solid #FFF; color: #FFF;padding: 3px">Dashboard</a> <li ui-sref-active="active" style="border-bottom-left-radius: 5px;border-top-left-radius: 5px;">
<a ui-sref="listMenu({role:''})" ui-sref-opts="{reload:true}" role="button" style="border: 1px solid #FFF; color: #FFF;padding: 3px">Main Menu</a> <a ui-sref="dashboard" role="button">Dashboard</a>
</div> </li>
<li ui-sref-active="active" style="border-bottom-right-radius: 5px;border-top-right-radius: 5px;">
<a ui-sref="listMenu({role:''})" role="button">Main Menu</a>
</li>
</ul>
<!--<div class="navbar-header">-->
<!--<a ui-sref="dashboard" role="button"-->
<!--style="border: 1px solid #FFF; color: #FFF;padding: 3px">Dashboard</a>-->
<!--<a ui-sref="listMenu({role:''})" ui-sref-opts="{reload:true}" role="button"-->
<!--style="border: 1px solid #FFF; color: #FFF;padding: 3px">Main Menu</a>-->
<!--</div>-->
<!-- Header Navbar: style can be found in header.less --> <!-- Header Navbar: style can be found in header.less -->
<!--顶部导航栏--> <!--顶部导航栏-->
<div class="navbar-custom-menu"> <div class="navbar-custom-menu">
@ -195,7 +258,8 @@ margin-bottom: 10%;"/>
<ul class="dropdown-menu user-dropdown-menu" ng-cloak> <ul class="dropdown-menu user-dropdown-menu" ng-cloak>
<!-- User image --> <!-- User image -->
<li class="user-header user-header-yedian"> <li class="user-header user-header-yedian">
<img ng-src="{{currentUser.org.logo||'static/images/r_white_logo.svg'}}" class="img-circle" <img ng-src="{{currentUser.org.logo||'static/images/r_white_logo.svg'}}"
class="img-circle"
alt="User Image"> alt="User Image">
<p> <p>
@ -244,7 +308,7 @@ margin-bottom: 10%;"/>
</div> </div>
</nav> </nav>
</header> </header>
<div style="min-height: 890px" ui-view> <div class="content-wrapper autoheight" style="margin-left: 0" ui-view>
<div class="backgroud"> <div class="backgroud">
<div class="total_logo"> <div class="total_logo">
<a><img src="/static/images/manage_total_logo.png"> </a> <a><img src="/static/images/manage_total_logo.png"> </a>
@ -254,7 +318,7 @@ margin-bottom: 10%;"/>
</div> </div>
<div style="margin: 0 auto;display: flex;padding-top: 40px;padding-bottom:0.5%;width: 60%;min-height:626px;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"> <div class="box-items" ng-if="'10'|withRole">
<a ng-click="headerShow()" ui-sref="listMenu({role:'Compliance'})" ui-sref-opts="{reload:true}"> <a ng-click="headerShow()" ui-sref="listMenu({role:'Compliance'})" ui-sref-opts="{reload:true}">
<div class="boxs"> <div class="boxs">
@ -361,7 +425,7 @@ margin-bottom: 10%;"/>
<strong>Copyright © 2015-2017 <a href="http://www.royalpay.com.au">RoyalPay</a>.</strong> All rights <strong>Copyright © 2015-2017 <a href="http://www.royalpay.com.au">RoyalPay</a>.</strong> All rights
reserved. reserved.
</footer> </footer>
</div> </div>
</body> </body>
</html> </html>

Loading…
Cancel
Save