67 lines
1.9 KiB
Vue
67 lines
1.9 KiB
Vue
<template>
|
|
<view class="content" style="background-image: url('/static/bags_bg.png');">
|
|
|
|
|
|
<view class="" style="width: 100%; height: 138.19rpx; margin-top: 195.14rpx; position: relative;">
|
|
|
|
<image src=""
|
|
style="width: 137.5rpx; height: 137.5rpx; background-color: #FFFFFF; border: 2rpx solid #F5D677; border-radius: 50%; margin-left: 29.17rpx; position: absolute;"
|
|
mode=""></image>
|
|
|
|
<view class=""
|
|
style="display: flex; flex-direction: row; position: absolute; align-items: center; left: 186.81rpx; top: 35.42rpx;">
|
|
<text style="font-size: 29.17rpx; color: #6E5B51;">坂本日常</text>
|
|
<image src="/static/ic_modify.png" style="width: 22.92rpx; height: 22.92rpx; margin-left: 13.16rpx;"
|
|
mode=""></image>
|
|
</view>
|
|
|
|
<text
|
|
style="position: absolute; left: 186.81rpx; bottom: 35.42rpx; font-size: 19.42rpx; color: #8C8574;">ID:3232321323</text>
|
|
|
|
</view>
|
|
|
|
<view class=""
|
|
style="width: 689.58rpx; height: 161.81rpx; background-color: #FFFFFF; margin: 48.61rpx auto 0; border-radius: 20rpx; display: flex; flex-direction: row; align-items: center; justify-content: space-around;">
|
|
|
|
<image src="/static/ic_coupon.png" style="width: 100.69rpx; height: 98.61rpx;" mode=""></image>
|
|
|
|
<view style="width: 0.69rpx; height: 98.61rpx; background-color: #6E5B51;"></view>
|
|
|
|
<image src="/static/ic_order.png" style="width: 100.69rpx; height: 98.61rpx;" mode=""></image>
|
|
|
|
<view style="width: 0.69rpx; height: 98.61rpx; background-color: #6E5B51;"></view>
|
|
|
|
<image src="/static/ic_kf.png" style="width: 100.69rpx; height: 98.61rpx;" mode=""></image>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
|
|
}
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss">
|
|
.content {
|
|
width: 100%;
|
|
height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
</style> |