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