no message
This commit is contained in:
parent
2a18498319
commit
8781a4c8c0
@ -960,6 +960,25 @@
|
||||
.content .details-box .ranking .item .rank-box .itemm:first-of-type {
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
.content .details-box .ps {
|
||||
height: 28px;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #ebebeb;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.content .details-box .ps .title {
|
||||
font-family: "Arial-Black", "Arial Black", sans-serif;
|
||||
font-weight: 900;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.content .details-box .ps .text {
|
||||
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
||||
font-weight: 400;
|
||||
color: #555555;
|
||||
font-size: 13px;
|
||||
}
|
||||
.content .details-box .text-box {
|
||||
padding: 20px 16px 20px;
|
||||
position: relative;
|
||||
|
@ -1093,6 +1093,27 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ps {
|
||||
height: 28px;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
border: 1px solid rgba(235, 235, 235, 1);
|
||||
border-radius: 6px;
|
||||
.title {
|
||||
font-family: "Arial-Black", "Arial Black", sans-serif;
|
||||
font-weight: 900;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.text {
|
||||
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
||||
font-weight: 400;
|
||||
color: #555555;
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
|
||||
.text-box {
|
||||
padding: 20px 16px 20px;
|
||||
position: relative;
|
||||
|
Loading…
x
Reference in New Issue
Block a user