170 lines
3.2 KiB
Vue
170 lines
3.2 KiB
Vue
|
<template>
|
||
|
<view class="content">
|
||
|
<view class="container">
|
||
|
<view class="my-header">
|
||
|
<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-icons"></view>
|
||
|
</view>
|
||
|
<!-- 顶部区域 -->
|
||
|
<view class="top-size">
|
||
|
<view style="font-weight: bold;margin-bottom: 5px;">已支付订单</view>
|
||
|
<view class="">如果有疑问请向客户进行资讯</view>
|
||
|
</view>
|
||
|
<view class="centen-box">
|
||
|
<view class="box-title">订单信息</view>
|
||
|
<view class="dis-fx">
|
||
|
<view class="hui-size">油号油枪</view>
|
||
|
<view class="">92#/1号枪</view>
|
||
|
</view>
|
||
|
<view class="dis-fx">
|
||
|
<view class="hui-size">油号油枪</view>
|
||
|
<view class="">92#/1号枪</view>
|
||
|
</view>
|
||
|
<view class="dis-fx">
|
||
|
<view class="hui-size">油号油枪</view>
|
||
|
<view class="">92#/1号枪</view>
|
||
|
</view>
|
||
|
<view class="dis-fx">
|
||
|
<view class="hui-size">油号油枪</view>
|
||
|
<view class="">92#/1号枪</view>
|
||
|
</view>
|
||
|
<view class="box-title">加油信息</view>
|
||
|
<view class="dis-fx">
|
||
|
<view class="hui-size">油号油枪</view>
|
||
|
<view class="">92#/1号枪</view>
|
||
|
</view>
|
||
|
<view class="dis-fx">
|
||
|
<view class="hui-size">油号油枪</view>
|
||
|
<view class="">92#/1号枪</view>
|
||
|
</view>
|
||
|
<view class="box-title">优惠信息</view>
|
||
|
<view class="dis-fx">
|
||
|
<view class="hui-size">油号油枪</view>
|
||
|
<view class="">92#/1号枪</view>
|
||
|
</view>
|
||
|
<view class="dis-fx">
|
||
|
<view class="hui-size">油号油枪</view>
|
||
|
<view class="">92#/1号枪</view>
|
||
|
</view>
|
||
|
|
||
|
</view>
|
||
|
<view class="anniu" @click="gocomment()">
|
||
|
<text>评价有礼</text>
|
||
|
</view>
|
||
|
|
||
|
|
||
|
</view>
|
||
|
</view>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
data() {
|
||
|
return {
|
||
|
title: '',
|
||
|
|
||
|
|
||
|
}
|
||
|
},
|
||
|
|
||
|
components: {
|
||
|
|
||
|
},
|
||
|
methods: {
|
||
|
gocomment() {
|
||
|
uni.navigateTo({
|
||
|
url: '/pagesMy/comment/comment'
|
||
|
})
|
||
|
},
|
||
|
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: #1678ff;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
color: #ffffff;
|
||
|
box-sizing: border-box;
|
||
|
padding: 0px 15px;
|
||
|
padding-top: 40px;
|
||
|
|
||
|
.my-icons {
|
||
|
width: 20px;
|
||
|
|
||
|
}
|
||
|
|
||
|
position: fixed;
|
||
|
top: 0px;
|
||
|
}
|
||
|
|
||
|
.top-size {
|
||
|
width: 100%;
|
||
|
height: 80px;
|
||
|
background: #1678ff;
|
||
|
color: white;
|
||
|
box-sizing: border-box;
|
||
|
padding: 20px;
|
||
|
}
|
||
|
|
||
|
.centen-box {
|
||
|
width: 100%;
|
||
|
box-sizing: border-box;
|
||
|
padding: 20px;
|
||
|
background-color: #ffffff;
|
||
|
}
|
||
|
|
||
|
.box-title {
|
||
|
width: 100%;
|
||
|
box-sizing: border-box;
|
||
|
padding-bottom: 8px;
|
||
|
border-bottom: 1px solid #dfdfdf;
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
.dis-fx {
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
margin: 0px auto;
|
||
|
margin-top: 10px;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.hui-size {
|
||
|
color: #999999;
|
||
|
}
|
||
|
|
||
|
.anniu {
|
||
|
width: 95%;
|
||
|
height: 55px;
|
||
|
background: #1678ff;
|
||
|
color: white;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
border-radius: 8px;
|
||
|
margin: 30px auto;
|
||
|
}
|
||
|
</style>
|