Commit f8e2ccfb by crushh

update: dist

parent a32f5634
......@@ -621,4 +621,31 @@ img::after {
border-radius: 2px;
box-shadow:none
}
}
.rank-icon {
display: block;
line-height: 20px;
// height: 20px;
text-align: center;
position: relative;
span {
font-weight: 700;
z-index: 1;
color: white;
font-size: 12px;
background: #98a3d9;
border-radius: 2px;
padding: 0 3px;
min-width: 14px;
min-height: 13px;
display: inline-block;
}
span.rank1 {
background: #2F54EB;
}
span.rank2 {
color: #303133;
background: #F2F3F5;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment