This commit is contained in:
2024-10-18 09:55:04 +07:00
parent 7ee138d8f3
commit cc6e2d7419
12 changed files with 594 additions and 203 deletions

View File

@@ -1078,9 +1078,10 @@ table {
}
.page-detail .list-user-auction {
background: #fff5e5;
padding: 15px;
padding: 10px;
border-radius: 15px;
overflow: hidden;
height: 330px;
}
.page-detail .list-user-auction .item {
background: #fff;
@@ -1111,6 +1112,12 @@ table {
.page-detail .list-user-auction .item .name-user {
color: #1355f0;
padding-right: 5px;
width: 80px;
white-space: normal;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.page-detail .list-user-auction .item .price {
color: #f00000;
@@ -1123,11 +1130,15 @@ table {
.page-detail .list-user-auction .content-user {
overflow-x: hidden;
overflow-y: scroll;
max-height: 103px;
max-height: 300px;
padding-right: 10px;
}
.page-detail .form-input-price {
margin-top: 20px;
position: absolute;
left: 9px;
bottom: 23%;
width: 96%;
}
.page-detail .form-input-price .p-title {
text-align: center;

File diff suppressed because one or more lines are too long

View File

@@ -1095,9 +1095,10 @@ table {
}
.list-user-auction {
background: #fff5e5;
padding: 15px;
padding: 10px;
border-radius: 15px;
overflow: hidden;
height: 330px;
.item {
background: #fff;
box-shadow: 0px 2px 2px 0px #00000026;
@@ -1126,6 +1127,12 @@ table {
.name-user {
color: #1355f0;
padding-right: 5px;
width: 80px;
white-space: normal;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.price {
color: #f00000;
@@ -1139,12 +1146,16 @@ table {
.content-user {
overflow-x: hidden;
overflow-y: scroll;
max-height: 103px;
max-height: 300px;
padding-right: 10px;
}
}
.form-input-price {
margin-top: 20px;
position: absolute;
left: 9px;
bottom: 23%;
width: 96%;
.p-title {
text-align: center;
font-size: 20px;

View File

@@ -2190,6 +2190,7 @@ table {
}
.popup-error .content {
color: #1e1e1e;
text-align: center;
}
.popup-input-opt .title {

File diff suppressed because one or more lines are too long

View File

@@ -2227,6 +2227,7 @@ table {
}
.content {
color: #1e1e1e;
text-align: center;
}
}