css update yeepay

master
james.zhao 6 years ago
parent 03302dbdc5
commit 5fd561a578

@ -156,9 +156,8 @@
<div class="box-solid"> <div class="box-solid">
<div class="box box-warning"> <div class="box box-warning">
<div class="box-header"> <div class="box-header">
<h3 class="box-title pull-left" ng-if="partner.yeepay_sub_merchant_id"> <h3 class="box-title pull-left">
Yeepay Sub Merchant Id : {{partner.yeepay_sub_merchant_id}} Yeepay Sub Merchant Id : {{partner.yeepay_sub_merchant_id}}
<i class="fa fa-clock-o text-danger" title="Using temp Sub Merchant ID" ng-if="partner.temp_sub_merchant"></i>
</h3> </h3>
<button role="button" class="btn btn-info pull-right" title="Apply Sub Merchant Id" <button role="button" class="btn btn-info pull-right" title="Apply Sub Merchant Id"
ng-click="applyYeepaySubMerchantId()"> ng-click="applyYeepaySubMerchantId()">

@ -9,6 +9,9 @@
.pagehead.AlipayOnline{ .pagehead.AlipayOnline{
background-color: #108ee9; background-color: #108ee9;
} }
.pagehead.Yeepay{
background-color: #23ac38;
}
.pagehead img { .pagehead img {
width: 40px; width: 40px;
height: 40px; height: 40px;
@ -406,4 +409,4 @@
color: #fff; color: #fff;
background: url(/static/images/button@2x.png) no-repeat; background: url(/static/images/button@2x.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }

Loading…
Cancel
Save