前端完成

master
Lee1203 2022-10-01 18:14:48 +08:00
parent 8524393dd4
commit a8662dc852
1 changed files with 7 additions and 3 deletions

View File

@ -769,7 +769,7 @@
.collect-coupons{ .collect-coupons{
display: none; display: none;
width: calc(100% - 1rem); width: calc(100% - 1rem);
height: 88vh; height: 60vh;
transform: translate(-50%,-50%); transform: translate(-50%,-50%);
background-color: #ffffff; background-color: #ffffff;
border-radius: .3rem; border-radius: .3rem;
@ -785,10 +785,14 @@
} }
.collect-coupons-list{ .collect-coupons-list{
width: 100%; width: 100%;
max-height: calc(88vh - 1rem); max-height: calc(60vh - 1rem);
overflow-y: auto; overflow-y: auto;
position: relative;
} }
.collect-coupons-list::-webkit-scrollbar {
width: 0;
height: 0;
opacity: 0;
}
.collect-coupons-list>.item:first-child{ .collect-coupons-list>.item:first-child{
margin-bottom: .2rem !important; margin-bottom: .2rem !important;
} }