This commit is contained in:
cun-nan 2024-09-24 08:52:56 +08:00
parent 83a7509e3f
commit 66d86aa75d
5 changed files with 25 additions and 8 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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 {