no message
This commit is contained in:
parent
98085fcfe1
commit
be83b6bea0
@ -234,6 +234,13 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
.content .side .item .red-amount {
|
||||||
|
padding: 0 5px;
|
||||||
|
background-color: #f95d5d;
|
||||||
|
height: 16px;
|
||||||
|
font-size: 12px;
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
.content .details-box {
|
.content .details-box {
|
||||||
background-color: #fbfbfb;
|
background-color: #fbfbfb;
|
||||||
border-radius: 0 12px 12px 0;
|
border-radius: 0 12px 12px 0;
|
||||||
|
@ -259,6 +259,14 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.red-amount {
|
||||||
|
padding: 0 5px;
|
||||||
|
background-color: rgba(249, 93, 93, 1);
|
||||||
|
height: 16px;
|
||||||
|
font-size: 12px;
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user