feat(CouponList): modify button style (#5368)

This commit is contained in:
rex
2019-12-25 11:12:02 +08:00
committed by neverland
parent 141c0ed2c1
commit 0b6e7ec896
3 changed files with 38 additions and 17 deletions
+15 -1
View File
@@ -33,13 +33,27 @@
padding: @padding-md 0;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
&--with-bottom {
padding-bottom: @padding-md + 50px;
}
}
&__close {
&__bottom {
position: absolute;
bottom: 0;
left: 0;
z-index: 999;
box-sizing: border-box;
width: 100%;
padding: 5px @padding-md;
font-weight: @font-weight-bold;
background-color: @white;
}
&__close {
height: 40px;
line-height: 38px;
}
&__empty {