9.24
This commit is contained in:
parent
83a7509e3f
commit
66d86aa75d
@ -31,6 +31,9 @@
|
||||
icon="http://cdn.uviewui.com/uview/empty/coupon.png">
|
||||
</u-empty>
|
||||
<u-loadmore :status="status" v-if="show == true" />
|
||||
|
||||
|
||||
<view class="but-sub">礼品卡兑换</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@ -248,4 +251,18 @@
|
||||
font-size: 14px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.but-sub {
|
||||
width: 305px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
margin: 0 auto;
|
||||
background-color: #FF9655;
|
||||
color: white;
|
||||
border-radius: 50px;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
bottom: 40px;
|
||||
left: 11%;
|
||||
}
|
||||
</style>
|
||||
|
@ -165,7 +165,7 @@
|
||||
border-radius: 50px;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
bottom: 60px;
|
||||
left: 10%;
|
||||
bottom: 40px;
|
||||
left: 11%;
|
||||
}
|
||||
</style>
|
@ -166,7 +166,7 @@
|
||||
border-radius: 50px;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
bottom: 60px;
|
||||
left: 10%;
|
||||
bottom: 40px;
|
||||
left: 11%;
|
||||
}
|
||||
</style>
|
@ -186,7 +186,7 @@
|
||||
border-radius: 50px;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
bottom: 60px;
|
||||
left: 10%;
|
||||
bottom: 40px;
|
||||
left: 11%;
|
||||
}
|
||||
</style>
|
@ -111,8 +111,8 @@
|
||||
border-radius: 50px;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
bottom: 60px;
|
||||
left: 10%;
|
||||
bottom: 40px;
|
||||
left: 11%;
|
||||
}
|
||||
|
||||
.box-hang {
|
||||
|
Loading…
Reference in New Issue
Block a user