Authored by biao

修复限购商品分享页面样式问题

... ... @@ -8,7 +8,7 @@
line-height: 2.2rem;
margin-bottom: 0.1rem;
background-color: #fff;
padding: 0.2rem 0;
padding: 0.2rem 0 0.2rem 0.5rem;
div {
... ... @@ -70,8 +70,6 @@
border-top: 1px solid #e6e6e6;
padding: 0.5rem 2rem 2rem 2rem;
height: 3rem;
position: absolute;
bottom: 0;
width: 12rem;
margin: 0 auto;
... ...
... ... @@ -8,7 +8,7 @@
line-height: 2.2rem;
margin-bottom: 0.1rem;
background-color: #fff;
padding: 0.2rem 0;
padding: 0.2rem 0 0.2rem 0.5rem;
div {
... ... @@ -70,8 +70,6 @@
border-top: 1px solid #e6e6e6;
padding: 0.5rem 2rem 2rem 2rem;
height: 3rem;
position: absolute;
bottom: 0;
width: 12rem;
margin: 0 auto;
... ...