update product

This commit is contained in:
2024-03-04 13:26:05 +07:00
parent 78d3c1e64f
commit 21d3b53747
21 changed files with 844 additions and 1 deletions

View File

@@ -1090,4 +1090,43 @@ input[type=radio]:focus:before {
}
.table-config-group a {
color: #0041e8;
}
.table-config-pro th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
text-align: left;
}
.table-config-pro td {
padding: 7px 6px;
border: 1px solid #ececec;
}
.table-config-pro .name {
color: #0041e8;
}
.table-addon th,
.table-spec th,
.spec-info th,
.table-list-competitor th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
text-align: left;
}
.table-addon td,
.table-spec td,
.spec-info td,
.table-list-competitor td {
padding: 7px 6px;
border: 1px solid #ececec;
}
.table-addon .name,
.table-spec .name,
.spec-info .name,
.table-list-competitor .name {
color: #0041e8;
}/*# sourceMappingURL=pc_style.css.map */