.invoiceBox { margin: 10px 10px; margin-bottom: 10px; background-color: #ffffff; padding: 15px; border-radius: 5px; box-shadow: 0 0 5px #eeeeee; overflow: auto;
|
.invoiceLeft { height: 45px; width: 45px; overflow: hidden; float: left;
|
.leftIco { height: 100%; width: 100%; }
|
}
|
.invoiceRight { width: calc(100% - 60px); float: right;
|
.invoiceAmount { font-size: 16px; margin-bottom: 10px;
|
.status_no { margin-left: 10px; font-size: 12px; color: #F44336; }
|
.status_yes { margin-left: 10px; font-size: 12px; color: #0d9e13; }
|
}
|
.invoiceTitle { font-size: 12px; color: #888888; }
|
.invoiceTaxNumber { font-size: 12px; padding-top: 5px; color: #888888; }
|
.invoiceDescription { font-size: 12px; padding-top: 5px; color: #888888; }
|
.invoiceTime { border-top: 1px #eeeeee dashed; margin-top: 5px; padding-top: 5px; font-size: 12px; color: #F44336; }
|
}
|
}
|