no message
This commit is contained in:
parent
be83b6bea0
commit
2f5fadb573
@ -205,6 +205,7 @@
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.content .side .item.pitch {
|
.content .side .item.pitch {
|
||||||
width: calc(100% + 1px);
|
width: calc(100% + 1px);
|
||||||
@ -240,6 +241,10 @@
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
position: absolute;
|
||||||
|
right: 5px;
|
||||||
|
top: 50%;
|
||||||
|
transform: translateY(-50%);
|
||||||
}
|
}
|
||||||
.content .details-box {
|
.content .details-box {
|
||||||
background-color: #fbfbfb;
|
background-color: #fbfbfb;
|
||||||
|
@ -229,6 +229,7 @@
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
&.pitch {
|
&.pitch {
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
@ -266,6 +267,10 @@
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
position: absolute;
|
||||||
|
right: 5px;
|
||||||
|
top: 50%;
|
||||||
|
transform: translateY(-50%)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user