You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
uni-Identify-quality/pages/order-goods/order-details.vue

68 lines
1.2 KiB
Vue

1 year ago
<template>
<div class="order-details" :style="{background:'url('+'../../static/bbj1@3x.png'+')'}">
<div class="content1">
<div class="wrap1">
<image src="../../static/zu506@3x.png"></image>
</div>
<div class="wrap2">
订单号的详情
</div>
<div class="wrap3">
<image src="../../static/zu594@3x.png"></image>
</div>
</div>
<div class="content2">
<image src="../../static/zu709@3x.png"></image>
</div>
<div class="content3">
</div>
</div>
</template>
<script>
export default {
name: "order-details"
}
</script>
<style scoped lang="scss">
.order-details{
box-sizing: border-box;
padding-top: 46rpx;
padding-left: 30rpx;
padding-right: 30rpx;
background-size: cover;
width: 100vw;
height: 100vh;
.content2{
margin-top: 42rpx;
display: flex;
justify-content: center;
image{
width: 404rpx;
height: 306rpx;
}
}
.content1{
display: flex;
align-items: center;
justify-content: space-between;
.wrap1{
image{
width: 112rpx;
height: 52rpx;
}
}
.wrap2{
color: #4E964D;
font-size: 32rpx;
}
.wrap3{
image{
width: 40rpx;
height: 40rpx;
}
}
}
}
</style>