marketing

This commit is contained in:
2024-02-17 10:17:47 +07:00
parent 672bd0067e
commit a7bdbd38fe
10 changed files with 434 additions and 22 deletions

View File

@@ -11,6 +11,7 @@ select {
outline: none !important;
color: #000;
border-radius: 0;
cursor: pointer;
}
button,
@@ -762,6 +763,7 @@ input[type=radio]:focus:before {
.order-page .order-page-table td {
padding: 14px 8px;
text-align: center;
vertical-align: middle;
}
.order-page .order-page-table td:nth-child(4), .order-page .order-page-table td:nth-child(10) {
text-align: left;
@@ -797,6 +799,7 @@ input[type=radio]:focus:before {
.order-page-table td {
padding: 10px;
border: 1px solid #ececec;
vertical-align: top;
}
.order-page-table select {
border-radius: 4px;
@@ -841,6 +844,12 @@ input[type=radio]:focus:before {
color: #9e9e9e !important;
}
.td-border-0 td {
border: 0 !important;
padding: 3px 0;
width: auto;
}
.paging {
margin: 30px 0;
display: flex;
@@ -949,4 +958,4 @@ input[type=radio]:focus:before {
.list-info-reply td {
padding: 7px 6px;
border: 1px solid #ececec;
}/*# sourceMappingURL=pc_style.css.map */
}/*# sourceMappingURL=pc_style.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -9,6 +9,7 @@ select {
outline: none !important;
color: #000;
border-radius: 0;
cursor: pointer;
}
button,
input {
@@ -779,6 +780,7 @@ input[type="radio"] {
td {
padding: 14px 8px;
text-align: center;
vertical-align: middle;
&:nth-child(4),
&:nth-child(10) {
text-align: left;
@@ -817,6 +819,7 @@ input[type="radio"] {
td {
padding: 10px;
border: 1px solid #ececec;
vertical-align: top;
}
select {
border-radius: 4px;
@@ -861,6 +864,13 @@ input[type="radio"] {
right: 10px !important;
color: #9e9e9e !important;
}
.td-border-0{
td{
border: 0 !important;
padding: 3px 0;
width: auto;
}
}
.paging {
margin: 30px 0;
display: flex;