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;