前端完成
parent
8524393dd4
commit
a8662dc852
|
@ -769,7 +769,7 @@
|
|||
.collect-coupons{
|
||||
display: none;
|
||||
width: calc(100% - 1rem);
|
||||
height: 88vh;
|
||||
height: 60vh;
|
||||
transform: translate(-50%,-50%);
|
||||
background-color: #ffffff;
|
||||
border-radius: .3rem;
|
||||
|
@ -785,10 +785,14 @@
|
|||
}
|
||||
.collect-coupons-list{
|
||||
width: 100%;
|
||||
max-height: calc(88vh - 1rem);
|
||||
max-height: calc(60vh - 1rem);
|
||||
overflow-y: auto;
|
||||
position: relative;
|
||||
}
|
||||
.collect-coupons-list::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
.collect-coupons-list>.item:first-child{
|
||||
margin-bottom: .2rem !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue