油站小程序

This commit is contained in:
@QQNZX 2023-12-15 14:34:59 +08:00
parent c90136e79b
commit 8022856572

View File

@ -62,7 +62,11 @@
<view class="gang" v-if="qhindex === index"></view>
</view>
</scroll-view>
<u-empty v-if="integralGiftList.length == 0" style="margin: 5px auto;" mode="data"
icon="http://cdn.uviewui.com/uview/empty/data.png">
</u-empty>
<view class="wrap-box">
<view class="box-goods" v-for="(item,index) in integralGiftList" :key="index"
@click="godetails(item)">
<view class="goods-img">
@ -126,7 +130,6 @@
page: 1,
pageSize: 10000
}
}
},
@ -251,12 +254,18 @@
</script>
<style scoped lang="scss">
.content {}
.content {
background-color: #ffd8d8;
width: 100%;
height: 100vh;
}
.container {
width: 100%;
box-sizing: border-box;
padding-top: 88px;
background: linear-gradient(180deg, #ff5c28 0%, #ff5c28 20%, #ffd8d8 37%, #ffd8d8 100%);
padding-bottom: 40px;
}
@ -357,11 +366,13 @@
.sz {
width: 25%;
text-align: center;
display: inline-block;
}
.box {
// margin: 0 auto;
text-align: center;
font-size: 32rpx;
margin-right: 50rpx;
@ -369,6 +380,7 @@
text-align: center;
// font-weight: bold;
color: #666666;
margin: 0 auto;
margin-bottom: 22rpx;
}
}
@ -379,7 +391,8 @@
}
.gang {
width: 38rpx;
width: 50%;
margin: 0 auto;
height: 8rpx;
background: #ff5c28;
border-radius: 14rpx;