no message
This commit is contained in:
parent
a59fa62159
commit
91651f58ed
@ -1173,6 +1173,7 @@
|
||||
}
|
||||
.content .details-box .demand.demand-new {
|
||||
padding-bottom: 0;
|
||||
position: relative;
|
||||
}
|
||||
.content .details-box .demand.demand-new.arrowShow {
|
||||
height: 400px;
|
||||
@ -1249,6 +1250,11 @@
|
||||
.content .details-box .demand .demand-bottom {
|
||||
height: 48px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background: rgba(255, 255, 255, 0.98);
|
||||
}
|
||||
.content .details-box .demand .demand-bottom .bottom-icon {
|
||||
width: 20px;
|
||||
|
@ -1336,6 +1336,7 @@
|
||||
|
||||
&.demand-new {
|
||||
padding-bottom: 0;
|
||||
position: relative;
|
||||
|
||||
&.arrowShow {
|
||||
height: 400px;
|
||||
@ -1423,7 +1424,11 @@
|
||||
.demand-bottom {
|
||||
height: 48px;
|
||||
cursor: pointer;
|
||||
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background: rgba(255, 255, 255, 0.98);
|
||||
.bottom-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user