no message
This commit is contained in:
parent
d7092a80c1
commit
a59fa62159
@ -892,7 +892,7 @@
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.content .details-box .ranking .item {
|
||||
height: 76px;
|
||||
height: 64px;
|
||||
border: 1px solid #ebebeb;
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
@ -958,7 +958,7 @@
|
||||
color: #333333;
|
||||
}
|
||||
.content .details-box .ranking .item .rank-box .itemm:first-of-type {
|
||||
margin-bottom: 9px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.content .details-box .ps {
|
||||
height: 28px;
|
||||
@ -1174,6 +1174,13 @@
|
||||
.content .details-box .demand.demand-new {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.content .details-box .demand.demand-new.arrowShow {
|
||||
height: 400px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.content .details-box .demand.demand-new.demandShow {
|
||||
height: auto;
|
||||
}
|
||||
.content .details-box .demand .ability-item {
|
||||
background-color: #f6f6f6;
|
||||
border-radius: 6px;
|
||||
|
@ -1012,7 +1012,7 @@
|
||||
.ranking {
|
||||
margin-bottom: 40px;
|
||||
.item {
|
||||
height: 76px;
|
||||
height: 64px;
|
||||
border: 1px solid rgba(235, 235, 235, 1);
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
@ -1086,7 +1086,7 @@
|
||||
}
|
||||
|
||||
&:first-of-type {
|
||||
margin-bottom: 9px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1336,6 +1336,15 @@
|
||||
|
||||
&.demand-new {
|
||||
padding-bottom: 0;
|
||||
|
||||
&.arrowShow {
|
||||
height: 400px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
&.demandShow {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.ability-item {
|
||||
|
Loading…
x
Reference in New Issue
Block a user