no message
This commit is contained in:
parent
2f5fadb573
commit
a8b06643bd
@ -235,16 +235,23 @@
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.content .side .item .item-text {
|
||||
position: relative;
|
||||
}
|
||||
.content .side .item .red-amount {
|
||||
padding: 0 5px;
|
||||
background-color: #f95d5d;
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
font-size: 12px;
|
||||
border-radius: 10px;
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
font-weight: 400;
|
||||
}
|
||||
.content .details-box {
|
||||
background-color: #fbfbfb;
|
||||
|
@ -261,16 +261,24 @@
|
||||
}
|
||||
}
|
||||
|
||||
.item-text {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.red-amount {
|
||||
padding: 0 5px;
|
||||
background-color: rgba(249, 93, 93, 1);
|
||||
background-color: #f95d5d;
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
font-size: 12px;
|
||||
border-radius: 10px;
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%)
|
||||
transform: translateY(-50%);
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user