261 lines
6.5 KiB
Vue
261 lines
6.5 KiB
Vue
<template>
|
||
<view class="flex-col page">
|
||
<view class="flex-row justify-center items-end group">
|
||
<image
|
||
class="image"
|
||
src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=c6a8c76ad09308a15eabe4f0e432b5d8.png"
|
||
/>
|
||
<view class="flex-col group_2">
|
||
<text class="self-start text">默认用户</text>
|
||
<view class="flex-col justify-start items-center self-stretch text-wrapper mt-6">
|
||
<text class="font text_2">剩余积分:0</text>
|
||
</view>
|
||
</view>
|
||
<view class="flex-col justify-start items-center text-wrapper_2">
|
||
<text class="font text_3">优惠卷:0 张</text>
|
||
</view>
|
||
</view>
|
||
<view class="flex-col mt-45">
|
||
<view class="flex-row equal-division">
|
||
<view class="flex-col items-center section section_1">
|
||
<image
|
||
class="image_2"
|
||
src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=86891c2a1d3cd7e9ad8ec9ac6f0a6224.png"
|
||
/>
|
||
<text class="font text_4">总订单</text>
|
||
</view>
|
||
<view class="flex-col items-center section section_6 ml-17">
|
||
<image
|
||
class="image_2"
|
||
src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=0690c462710dfee0dec347c8f9c3b1c5.png"
|
||
/>
|
||
<text class="font text_1">待付款</text>
|
||
</view>
|
||
<view class="flex-col items-center section equal-division-item_2 ml-17">
|
||
<image
|
||
class="image_2"
|
||
src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=700f5ccfeefc6846274157a3a74aaa40.png"
|
||
/>
|
||
<text class="font">待发货</text>
|
||
</view>
|
||
<view class="flex-col items-center section equal-division-item_2 ml-17">
|
||
<image
|
||
class="image_2"
|
||
src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=f0db0e3a604b764cb513b4a63d89142a.png"
|
||
/>
|
||
<text class="font">待收货</text>
|
||
</view>
|
||
<view class="flex-col items-start section section_3 ml-17">
|
||
<image
|
||
class="image_2"
|
||
src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=d21cfba248af89d85c54a231f8e8d2a7.png"
|
||
/>
|
||
<text class="font text_9">退款/售后</text>
|
||
</view>
|
||
</view>
|
||
<view class="flex-col list mt-27">
|
||
<view class="flex-row justify-between items-center section_4">
|
||
<view class="flex-row items-center">
|
||
<image
|
||
class="shrink-0 image_3"
|
||
src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=51ca8598d22e11502bd5b9691542ff69.png"
|
||
/>
|
||
<text class="font_2 ml-4">地址列表</text>
|
||
</view>
|
||
<image
|
||
class="image_4"
|
||
src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=2703c94ee6907434f49a8ef92bbd8b79.png"
|
||
/>
|
||
</view>
|
||
<view class="flex-row justify-between items-center section_4 mt-27">
|
||
<view class="flex-row items-center">
|
||
<image
|
||
class="shrink-0 image_3"
|
||
src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=3dfd39007b1a62403cca36442f44cbf6.png"
|
||
/>
|
||
<text class="font_2 text_5 ml-5">联系人列表</text>
|
||
</view>
|
||
<image
|
||
class="image_4"
|
||
src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=2703c94ee6907434f49a8ef92bbd8b79.png"
|
||
/>
|
||
</view>
|
||
<view class="flex-row justify-between items-center section_2 mt-27">
|
||
<view class="flex-row items-center">
|
||
<image
|
||
class="shrink-0 image_3"
|
||
src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=aaa71b80b36b1105abb2df0709f45cf4.png"
|
||
/>
|
||
<text class="font_2 text_6 ml-7">设置</text>
|
||
</view>
|
||
<image
|
||
class="image_4 image_5"
|
||
src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=2703c94ee6907434f49a8ef92bbd8b79.png"
|
||
/>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</template>
|
||
|
||
<script setup>
|
||
|
||
|
||
</script>
|
||
|
||
<style lang="scss" scoped>
|
||
.mt-45 {
|
||
margin-top: 84.38rpx;
|
||
}
|
||
.ml-17 {
|
||
margin-left: 31.88rpx;
|
||
}
|
||
.ml-5 {
|
||
margin-left: 9.38rpx;
|
||
}
|
||
.mt-27 {
|
||
margin-top: 50.63rpx;
|
||
}
|
||
.ml-7 {
|
||
margin-left: 13.13rpx;
|
||
}
|
||
.page {
|
||
padding: 78.75rpx 9.38rpx 675rpx;
|
||
background-color: #fff9ed;
|
||
width: 100%;
|
||
overflow-y: auto;
|
||
overflow-x: hidden;
|
||
height: 100%;
|
||
}
|
||
.group {
|
||
padding: 0 20.63rpx;
|
||
}
|
||
.image {
|
||
border-radius: 50%;
|
||
width: 150rpx;
|
||
height: 151.88rpx;
|
||
}
|
||
.group_2 {
|
||
margin-left: 33.75rpx;
|
||
}
|
||
.text {
|
||
color: #000000;
|
||
font-size: 37.5rpx;
|
||
font-family: Open Sans;
|
||
line-height: 34.91rpx;
|
||
}
|
||
.text-wrapper {
|
||
padding: 23.34rpx 0 23.85rpx;
|
||
background-color: #ffbe74;
|
||
border-radius: 18.75rpx;
|
||
width: 221.25rpx;
|
||
}
|
||
.font {
|
||
font-size: 26.25rpx;
|
||
font-family: Open Sans;
|
||
line-height: 24.34rpx;
|
||
color: #000000;
|
||
}
|
||
.text_2 {
|
||
font-size: 28.13rpx;
|
||
line-height: 25.93rpx;
|
||
}
|
||
.text-wrapper_2 {
|
||
margin-left: 24.38rpx;
|
||
padding: 23.27rpx 0 23.85rpx;
|
||
background-color: #ffbe74;
|
||
border-radius: 18.75rpx;
|
||
width: 221.25rpx;
|
||
height: 73.13rpx;
|
||
}
|
||
.text_3 {
|
||
font-size: 28.13rpx;
|
||
line-height: 26.03rpx;
|
||
}
|
||
.equal-division {
|
||
margin-right: 3.77rpx;
|
||
}
|
||
.section {
|
||
flex: 1 1 120rpx;
|
||
}
|
||
.section_1 {
|
||
padding: 5.44rpx 0 20.42rpx;
|
||
background-color: #fffef8;
|
||
border-radius: 18.75rpx;
|
||
height: 146.25rpx;
|
||
}
|
||
.image_2 {
|
||
width: 96rpx;
|
||
height: 96rpx;
|
||
}
|
||
.text_4 {
|
||
line-height: 24.07rpx;
|
||
}
|
||
.section_6 {
|
||
padding: 5.44rpx 0 20.34rpx;
|
||
background-color: #fffef8;
|
||
border-radius: 18.75rpx;
|
||
height: 146.25rpx;
|
||
}
|
||
.text_1 {
|
||
line-height: 24.23rpx;
|
||
}
|
||
.equal-division-item_2 {
|
||
padding: 5.44rpx 0 20.32rpx;
|
||
background-color: #fffef8;
|
||
border-radius: 18.75rpx;
|
||
height: 146.25rpx;
|
||
}
|
||
.section_3 {
|
||
padding: 5.44rpx 0 20.51rpx 10.22rpx;
|
||
background-color: #fffef8;
|
||
border-radius: 18.75rpx;
|
||
height: 146.25rpx;
|
||
}
|
||
.text_9 {
|
||
font-size: 24.38rpx;
|
||
line-height: 22.52rpx;
|
||
}
|
||
.list {
|
||
padding-left: 22.5rpx;
|
||
padding-right: 16.88rpx;
|
||
}
|
||
.section_4 {
|
||
margin-right: 5.63rpx;
|
||
padding: 22.5rpx 26.27rpx;
|
||
background-color: #fffef8;
|
||
border-radius: 18.75rpx;
|
||
}
|
||
.image_3 {
|
||
width: 43.13rpx;
|
||
height: 43.13rpx;
|
||
}
|
||
.font_2 {
|
||
font-size: 30rpx;
|
||
font-family: Open Sans;
|
||
line-height: 27.69rpx;
|
||
color: #000000;
|
||
}
|
||
.image_4 {
|
||
margin-right: 5.61rpx;
|
||
width: 48.75rpx;
|
||
height: 48.75rpx;
|
||
}
|
||
.text_5 {
|
||
line-height: 27.86rpx;
|
||
}
|
||
.section_2 {
|
||
margin-left: 5.63rpx;
|
||
padding: 22.5rpx 20.63rpx;
|
||
background-color: #fffef8;
|
||
border-radius: 18.75rpx;
|
||
}
|
||
.text_6 {
|
||
line-height: 27.11rpx;
|
||
}
|
||
.image_5 {
|
||
margin-right: 11.27rpx;
|
||
}
|
||
@import url(../../../common/css/global.css);
|
||
</style>
|