11.29前端
This commit is contained in:
parent
d802a61794
commit
bc09ac8d6a
227
gasStation-uni/pagesMy/Coupons/Coupons.vue
Normal file
227
gasStation-uni/pagesMy/Coupons/Coupons.vue
Normal file
@ -0,0 +1,227 @@
|
|||||||
|
<template>
|
||||||
|
<view class="content">
|
||||||
|
<view class="container">
|
||||||
|
<view class="my-header">
|
||||||
|
<view class="my-icons" @click="goback"> <uni-icons type="left" size="16"></uni-icons> </view>
|
||||||
|
<view class="my-text">我的券</view>
|
||||||
|
<view class="my-icons"></view>
|
||||||
|
</view>
|
||||||
|
<!-- 顶部区域 -->
|
||||||
|
<view class="ba-box">
|
||||||
|
<u-tabs :list="list1" @click="click"></u-tabs>
|
||||||
|
</view>
|
||||||
|
<view class="box-bb">
|
||||||
|
<view class="box-ll" :class="{ 'lan' : tabindex == index }" v-for="(item,index) in tapList" :key="index"
|
||||||
|
@click="gettabingex(index)">
|
||||||
|
<view class="">{{item.name}}</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="card-box" v-for="(item,index) in 3" :key="index">
|
||||||
|
<view class="left-img">
|
||||||
|
<view class="huiz">¥120</view>
|
||||||
|
<view class="cbai">优惠券</view>
|
||||||
|
</view>
|
||||||
|
<view class="right-box">
|
||||||
|
<view class="title">新用户专享5折券</view>
|
||||||
|
<view class="hui-size">部分产品可用、满240可用、此券定期可用...</view>
|
||||||
|
<view class="dis-bt">
|
||||||
|
<view class="hui-size">有效期:2023-11-30</view>
|
||||||
|
<view class="anniu">
|
||||||
|
<text>立即使用</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
title: '',
|
||||||
|
tabindex: 0,
|
||||||
|
tapList: [{
|
||||||
|
name: "未使用"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "已使用"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "已失效"
|
||||||
|
},
|
||||||
|
],
|
||||||
|
list1: [{
|
||||||
|
name: '全部',
|
||||||
|
}, {
|
||||||
|
name: '抵用券',
|
||||||
|
}, {
|
||||||
|
name: '折扣券'
|
||||||
|
}, {
|
||||||
|
name: '兑换券'
|
||||||
|
}, {
|
||||||
|
name: '洗车券'
|
||||||
|
}, {
|
||||||
|
name: '洗车卡'
|
||||||
|
}]
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
components: {
|
||||||
|
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
click(item) {
|
||||||
|
console.log('item', item);
|
||||||
|
},
|
||||||
|
gettabingex(index) {
|
||||||
|
this.tabindex = index
|
||||||
|
},
|
||||||
|
goback() {
|
||||||
|
uni.navigateBack()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped lang="scss">
|
||||||
|
.content {
|
||||||
|
background: #f4f5f6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
width: 100%;
|
||||||
|
height: 100vh;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding-top: 88px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.my-header {
|
||||||
|
width: 100%;
|
||||||
|
height: 88px;
|
||||||
|
background: #ffffff;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
color: #000;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 0px 15px;
|
||||||
|
padding-top: 40px;
|
||||||
|
|
||||||
|
.my-icons {
|
||||||
|
width: 20px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
position: fixed;
|
||||||
|
top: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-box {
|
||||||
|
width: 95%;
|
||||||
|
background: #ffffff;
|
||||||
|
border-radius: 8px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 15px;
|
||||||
|
margin: 10px auto;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.right-box {
|
||||||
|
width: 80%;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.left-img {
|
||||||
|
width: 70px;
|
||||||
|
height: 70px;
|
||||||
|
background: url('http://47.95.206.185:83/hbao.png')center no-repeat;
|
||||||
|
background-size: 100% 100%;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dis-bt {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding-top: 5px;
|
||||||
|
border-top: 1px solid #f4f5f6;
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hui-size {
|
||||||
|
font-size: 14px;
|
||||||
|
color: #999999;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.anniu {
|
||||||
|
width: 64px;
|
||||||
|
height: 24px;
|
||||||
|
background: linear-gradient(90deg, #FC3E33 0%, #FF6B40 100%);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
border-radius: 50px;
|
||||||
|
color: #ffffff;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.huiz {
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: bold;
|
||||||
|
margin: 12px 0px;
|
||||||
|
text-align: center;
|
||||||
|
color: #8F5624;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cbai {
|
||||||
|
font-size: 14px;
|
||||||
|
color: #ffffff;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ba-box {
|
||||||
|
background: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-bb {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
box-sizing: border-box;
|
||||||
|
background-color: #ffffff;
|
||||||
|
padding: 10px 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-ll {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
border-radius: 50px;
|
||||||
|
background: #eff2f2;
|
||||||
|
color: #8d8f8f;
|
||||||
|
font-size: 12px;
|
||||||
|
padding: 4px 10px;
|
||||||
|
margin-right: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lan {
|
||||||
|
background: #ecf5ff !important;
|
||||||
|
color: #8179ff;
|
||||||
|
}
|
||||||
|
</style>
|
@ -2,27 +2,44 @@
|
|||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<view class="my-header">
|
<view class="my-header">
|
||||||
<view class="my-icons" @click="goback"> <uni-icons type="left" size="16"></uni-icons> </view>
|
<view class="my-icons" @click="goback"> <uni-icons type="left" color="#ffffff" size="16"></uni-icons>
|
||||||
|
</view>
|
||||||
<view class="my-text">今日油价</view>
|
<view class="my-text">今日油价</view>
|
||||||
<view class="my-icons"></view>
|
<view class="my-icons"></view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 顶部区域 -->
|
<!-- 顶部区域 -->
|
||||||
<view class="top-box">
|
<view class="top-box">
|
||||||
<view class="t-left-box">
|
<view style="font-size: 18px; font-weight: bold;">11月20号</view>
|
||||||
<div>政府指导油价</div>
|
<view style="font-size: 14px;">对比上次价格波动</view>
|
||||||
|
<view class="tupian"></view>
|
||||||
|
</view>
|
||||||
|
<view class="box-list">
|
||||||
|
<view class="dis-top">
|
||||||
|
<view class="gang"></view>
|
||||||
|
<view class="">#92</view>
|
||||||
|
</view>
|
||||||
|
<view class="bottom-bt">
|
||||||
|
<view style="width: 50%;">
|
||||||
|
<view class="hui-box">政府指导油价(元)</view>
|
||||||
|
<view class="dis-c">
|
||||||
|
<view class="dlan">¥7.8</view>
|
||||||
|
<view class="dis"> <u-icon name="arrow-up-fill" color="#FF5700" size="12"></u-icon>
|
||||||
|
<text style="font-size: 12px; color: #FF5700; ">30%</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view style="width: 50%;">
|
||||||
|
<view class="hui-box">最新油价</view>
|
||||||
|
<view class="dis-c">
|
||||||
|
<view class="dlan" style="color: #333333;">¥7.8</view>
|
||||||
|
<view class="dis"> <u-icon name="arrow-down-fill" color="#1FAD40" size="12"></u-icon>
|
||||||
|
<text style="font-size: 12px; color: #1FAD40; ">30%</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="t-right-box">
|
|
||||||
<div>最新油价(山东)</div>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="box-centenr">
|
|
||||||
<!-- <view class="box-bor">
|
|
||||||
<view class="">92#(国VIB)</view>
|
|
||||||
<view class="gang"></view>
|
|
||||||
<view class="">7.88/升</view>
|
|
||||||
</view> -->
|
|
||||||
</view>
|
|
||||||
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
@ -60,16 +77,17 @@
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding-top: 88px;
|
padding-top: 88px;
|
||||||
|
background: linear-gradient(180deg, #2F72F7 0%, rgba(47, 114, 247, 0) 50%, rgba(47, 114, 247, 0) 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.my-header {
|
.my-header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 88px;
|
height: 88px;
|
||||||
background: #ffffff;
|
background: #2F72F7;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
color: #000;
|
color: #ffffff;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0px 15px;
|
padding: 0px 15px;
|
||||||
padding-top: 40px;
|
padding-top: 40px;
|
||||||
@ -84,12 +102,29 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.top-box {
|
.top-box {
|
||||||
width: 100%;
|
width: 95%;
|
||||||
display: flex;
|
color: #ffffff;
|
||||||
align-items: center;
|
|
||||||
background-color: #ffffff;
|
|
||||||
border-bottom: 1px solid #ffffff;
|
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
margin: 10px auto;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tupian {
|
||||||
|
background: url('http://47.95.206.185:83/imgriht.png')center no-repeat;
|
||||||
|
background-size: 100% 100%;
|
||||||
|
bottom: -45px;
|
||||||
|
right: 0px;
|
||||||
|
width: 130px;
|
||||||
|
height: 105px;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gang {
|
||||||
|
width: 4px;
|
||||||
|
height: 16px;
|
||||||
|
background: #2F72F7;
|
||||||
|
border-radius: 2px;
|
||||||
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.t-left-box {
|
.t-left-box {
|
||||||
@ -119,10 +154,56 @@
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gang {
|
|
||||||
width: 10px;
|
|
||||||
height: 20px;
|
.box-list {
|
||||||
background: crimson;
|
width: 95%;
|
||||||
margin: 0px 15px;
|
margin: 10px auto;
|
||||||
|
border-radius: 8px;
|
||||||
|
background: #ffffff;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 15px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.dis-top {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
font-size: 18px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom-bt {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
margin: 5px auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dis {
|
||||||
|
display: flex;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.dis-c {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hui-box {
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 14px;
|
||||||
|
color: #707070;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dlan {
|
||||||
|
color: #2F72F7;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
BIN
gasStation-uni/static/imgs/hbao.png
Normal file
BIN
gasStation-uni/static/imgs/hbao.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
Loading…
Reference in New Issue
Block a user