up
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user