mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-25 05:28:02 +08:00
采用ACE界面
This commit is contained in:
22
OpenAuth.Mvc/Content/ace/css/less/page.invoice.less
Normal file
22
OpenAuth.Mvc/Content/ace/css/less/page.invoice.less
Normal file
@@ -0,0 +1,22 @@
|
||||
.enable_invoice() when(@enable-invoice = true) {
|
||||
//invoice
|
||||
.invoice-info {
|
||||
line-height: 24px !important;
|
||||
color: #444;
|
||||
vertical-align: bottom;
|
||||
margin-left: 9px;
|
||||
margin-right: 9px;
|
||||
}
|
||||
.invoice-info-label {
|
||||
display: inline-block;
|
||||
max-width: 100px;
|
||||
text-align: right;
|
||||
font-size: @font-size-invoice-data;
|
||||
}
|
||||
.invoice-box .label-large[class*="arrowed"]{
|
||||
margin-left: 11px !important;
|
||||
max-width: 95%;
|
||||
}
|
||||
|
||||
}
|
||||
.enable_invoice();
|
||||
Reference in New Issue
Block a user