Files
hustoj/web/bsadmin/assets/css/order-list.css
2024-10-10 12:56:56 +08:00

18 lines
495 B
CSS

.order-list-item table tbody > tr > td {
padding-top: 8px;
border-top: 1px solid #e7e7e7; }
.order-list-item table thead > tr > th {
border-bottom: 1px solid #e7e7e7; }
.order-list-item thead {
background: #f96332;
text-align: left; }
.order-list-item thead th {
color: #fff;
font-weight: bold; }
.order-list-item tbody {
background: #fff;
text-align: left; }
.order-list-item tbody td {
color: #444444; }
/*# sourceMappingURL=order-list.css.map */