油站小程序
This commit is contained in:
parent
c90136e79b
commit
8022856572
@ -62,7 +62,11 @@
|
|||||||
<view class="gang" v-if="qhindex === index"></view>
|
<view class="gang" v-if="qhindex === index"></view>
|
||||||
</view>
|
</view>
|
||||||
</scroll-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="wrap-box">
|
||||||
|
|
||||||
<view class="box-goods" v-for="(item,index) in integralGiftList" :key="index"
|
<view class="box-goods" v-for="(item,index) in integralGiftList" :key="index"
|
||||||
@click="godetails(item)">
|
@click="godetails(item)">
|
||||||
<view class="goods-img">
|
<view class="goods-img">
|
||||||
@ -126,7 +130,6 @@
|
|||||||
page: 1,
|
page: 1,
|
||||||
pageSize: 10000
|
pageSize: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -251,12 +254,18 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.content {}
|
.content {
|
||||||
|
background-color: #ffd8d8;
|
||||||
|
width: 100%;
|
||||||
|
height: 100vh;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding-top: 88px;
|
padding-top: 88px;
|
||||||
|
|
||||||
background: linear-gradient(180deg, #ff5c28 0%, #ff5c28 20%, #ffd8d8 37%, #ffd8d8 100%);
|
background: linear-gradient(180deg, #ff5c28 0%, #ff5c28 20%, #ffd8d8 37%, #ffd8d8 100%);
|
||||||
padding-bottom: 40px;
|
padding-bottom: 40px;
|
||||||
}
|
}
|
||||||
@ -357,11 +366,13 @@
|
|||||||
|
|
||||||
|
|
||||||
.sz {
|
.sz {
|
||||||
|
width: 25%;
|
||||||
|
text-align: center;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
// margin: 0 auto;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
margin-right: 50rpx;
|
margin-right: 50rpx;
|
||||||
@ -369,6 +380,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
// font-weight: bold;
|
// font-weight: bold;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
|
margin: 0 auto;
|
||||||
margin-bottom: 22rpx;
|
margin-bottom: 22rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -379,7 +391,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gang {
|
.gang {
|
||||||
width: 38rpx;
|
width: 50%;
|
||||||
|
margin: 0 auto;
|
||||||
height: 8rpx;
|
height: 8rpx;
|
||||||
background: #ff5c28;
|
background: #ff5c28;
|
||||||
border-radius: 14rpx;
|
border-radius: 14rpx;
|
||||||
|
Loading…
Reference in New Issue
Block a user