移动系统liao
2025-02-17 557c2711a3e103ebc3d0492344eca9730d5e92b2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.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; }
    }
}