jiangchengfeiyi-xiaochengxu/pages/mine/main/main.vue

290 lines
7.7 KiB
Vue
Raw Normal View History

<template>
<view class="flex-col page">
2024-10-18 11:52:46 +00:00
<view class="flex-row section">
<image
2024-10-18 11:52:46 +00:00
class="self-center image"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=0b3be9e190714fe7225c82c0f5306f47.png"
/>
2024-10-18 11:52:46 +00:00
<view class="flex-col self-start group">
<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>
2024-10-18 11:52:46 +00:00
<view class="flex-col justify-start items-center self-start text-wrapper_2">
<text class="font text_3">优惠卷0 </text>
</view>
</view>
2024-10-18 11:52:46 +00:00
<view class="flex-col relative group_2">
<view class="flex-row equal-division">
2024-10-18 11:52:46 +00:00
<view class="flex-col items-center group_3 group_1">
<image
class="image_2"
2024-10-18 11:52:46 +00:00
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=64bdcc7a92031a8a9606da5994f1dee9.png"
/>
<text class="font text_4">总订单</text>
</view>
2024-10-18 11:52:46 +00:00
<view class="flex-col items-center group_3 group_4">
<image
class="image_2"
2024-10-18 11:52:46 +00:00
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=7bdff53fb8496af1f03108834ffe5433.png"
/>
2024-10-18 14:49:08 +00:00
<text class="font text_1">待付款</text>
</view>
2024-10-18 11:52:46 +00:00
<view class="flex-col items-center group_3 group_5">
<image
class="image_2"
2024-10-18 11:52:46 +00:00
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=700f5ccfeefc6846274157a3a74aaa40.png"
/>
<text class="font">待发货</text>
</view>
2024-10-18 11:52:46 +00:00
<view class="flex-col items-start group_3 group_6">
<image
class="image_2"
2024-10-18 11:52:46 +00:00
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=89e6c083cff33b4a8f79db95fb56e8ae.png"
/>
<text class="font">待收货</text>
</view>
2024-10-18 11:52:46 +00:00
<view class="flex-col items-center group_3 group_7">
<image
class="image_2"
2024-10-18 14:49:08 +00:00
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/66d052e3d54496f19fdc6706/66d05ffa63765d0012a2cbee/fc55df993ef8fcd0f6ccd520ca456ffc.png"
/>
2024-10-18 14:49:08 +00:00
<text class="font text_9">退款/售后</text>
</view>
</view>
2024-10-18 11:52:46 +00:00
<view class="flex-col mt-37">
<view class="flex-row justify-between items-center section_2">
<view class="flex-row items-center">
<image
class="shrink-0 image_3"
2024-10-18 11:52:46 +00:00
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=46c6f4fbbfa4bff1d37a50199aae7c2d.png"
/>
2024-10-18 11:52:46 +00:00
<text class="font_2 ml-5">地址列表</text>
</view>
<image
2024-10-18 11:52:46 +00:00
class="image_4 image_5"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=2c743c962fad52268183fda762d7ebb7.png"
/>
</view>
2024-10-18 11:52:46 +00:00
<view class="list-divider mt-5"></view>
<view class="flex-row justify-between items-center section_4 mt-5">
<view class="flex-row items-center">
<image
class="shrink-0 image_3"
2024-10-18 11:52:46 +00:00
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=87933dcff87625612a60896bb94482c2.png"
/>
<text class="font_2 text_5 ml-5">联系人列表</text>
</view>
<image
2024-10-18 11:52:46 +00:00
class="image_6"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=9d9b06d0113f9972eff0c5b19d511e39.png"
/>
</view>
2024-10-18 11:52:46 +00:00
<view class="list-divider mt-5"></view>
2024-10-18 14:49:08 +00:00
<view class="flex-row justify-between items-center list-item_2 mt-5">
<view class="flex-row items-center">
<image
class="shrink-0 image_8"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=aaa71b80b36b1105abb2df0709f45cf4.png"
/>
<text class="font_2 text_6 ml-7">设置</text>
</view>
<image
2024-10-18 14:49:08 +00:00
class="image_4 image_7"
2024-10-18 11:52:46 +00:00
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=2c743c962fad52268183fda762d7ebb7.png"
/>
</view>
</view>
</view>
</view>
</template>
<script setup>
2024-10-18 14:49:08 +00:00
import {ref} from 'vue'
import address from '@/pages/mine/main/img/address.png'
import avator from '@/pages/mine/main/img/avator.png'
import background from '@/pages/mine/main/img/background.png'
import daifahuo from '@/pages/mine/main/img/daifahuo.png'
import daishouhuo from '@/pages/mine/main/img/daishouhuo.png'
import dingdan from '@/pages/mine/main/img/dingdan.png'
import lianxiren_s from '@/pages/mine/main/img/lianxiren_s.png'
import qianbao from '@/pages/mine/main/img/qianbao.png'
import setting_s from '@/pages/mine/main/img/setting_s.png'
import tuikuan from '@/pages/mine/main/img/tuikuan.png'
import you from '@/pages/mine/main/img/you.png'
</script>
<style lang="scss" scoped>
2024-10-18 11:52:46 +00:00
.mt-37 {
margin-top: 69.38rpx;
}
.ml-5 {
margin-left: 9.38rpx;
}
2024-10-18 11:52:46 +00:00
.mt-5 {
margin-top: 9.38rpx;
}
2024-10-18 14:49:08 +00:00
.ml-7 {
margin-left: 13.13rpx;
}
.page {
2024-10-18 14:49:08 +00:00
// padding-bottom: 564.38rpx;
2024-10-18 11:52:46 +00:00
background-color: #ffffff;
2024-10-18 14:49:08 +00:00
// height: 100%;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
2024-10-18 14:49:08 +00:00
overflow: hidden;
}
2024-10-18 11:52:46 +00:00
.section {
padding: 213.75rpx 0 105rpx;
background-image: url('https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=608ce961205c6b6c4a5f231d50bcfd3e.png');
background-size: 100% 100%;
background-repeat: no-repeat;
}
.image {
border-radius: 50%;
width: 150rpx;
height: 151.88rpx;
}
2024-10-18 11:52:46 +00:00
.group {
margin-left: 34.67rpx;
margin-top: 32.06rpx;
}
.text {
color: #000000;
font-size: 37.5rpx;
font-family: Open Sans;
line-height: 34.91rpx;
}
.text-wrapper {
padding: 23.34rpx 0 23.85rpx;
2024-10-18 11:52:46 +00:00
background-color: #fbdab4;
border-radius: 18.75rpx;
2024-10-18 11:52:46 +00:00
width: 222.34rpx;
}
.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 {
2024-10-18 11:52:46 +00:00
margin-left: 24.49rpx;
margin-top: 78.75rpx;
padding: 23.27rpx 0 23.85rpx;
2024-10-18 11:52:46 +00:00
background-color: #ffdab1;
border-radius: 18.75rpx;
2024-10-18 11:52:46 +00:00
width: 222.34rpx;
height: 73.13rpx;
}
.text_3 {
font-size: 28.13rpx;
line-height: 26.03rpx;
}
2024-10-18 11:52:46 +00:00
.group_2 {
margin-top: -48.75rpx;
padding-left: 26.25rpx;
padding-right: 26.23rpx;
}
.equal-division {
2024-10-18 11:52:46 +00:00
padding: 14.38rpx 18.92rpx 31.05rpx;
background-color: #fff1e2;
border-radius: 9.38rpx;
}
2024-10-18 11:52:46 +00:00
.group_3 {
flex: 1 1 131.93rpx;
}
2024-10-18 11:52:46 +00:00
.group_1 {
padding: 9.99rpx 0 9.99rpx;
}
.image_2 {
2024-10-18 11:52:46 +00:00
width: 95.63rpx;
height: 95.63rpx;
}
.text_4 {
line-height: 24.07rpx;
}
2024-10-18 11:52:46 +00:00
.group_4 {
padding: 9.99rpx 0 11.79rpx;
}
2024-10-18 14:49:08 +00:00
.text_1 {
line-height: 24.23rpx;
}
2024-10-18 11:52:46 +00:00
.group_5 {
padding: 9.99rpx 0 11.76rpx;
}
2024-10-18 11:52:46 +00:00
.group_6 {
padding: 9.99rpx 6.64rpx 11.76rpx 29.66rpx;
}
2024-10-18 11:52:46 +00:00
.group_7 {
padding: 10.01rpx 0 11.94rpx;
}
2024-10-18 14:49:08 +00:00
.text_9 {
font-size: 24.38rpx;
line-height: 22.52rpx;
}
2024-10-18 11:52:46 +00:00
.section_2 {
padding: 22.5rpx 26.61rpx;
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 {
width: 48.75rpx;
height: 48.75rpx;
}
2024-10-18 11:52:46 +00:00
.image_5 {
margin-right: 6.38rpx;
}
.list-divider {
background-color: #0000002e;
height: 1.89rpx;
}
.section_4 {
padding: 22.95rpx 26.61rpx 22.05rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
}
.text_5 {
line-height: 27.86rpx;
}
2024-10-18 11:52:46 +00:00
.image_6 {
margin-right: 6.38rpx;
width: 48.75rpx;
height: 50.63rpx;
}
.list-item_2 {
2024-10-18 14:49:08 +00:00
padding: 22.5rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
}
2024-10-18 14:49:08 +00:00
.image_8 {
2024-10-18 11:52:46 +00:00
filter: drop-shadow(0rpx 7.5rpx 3.75rpx #00000040);
width: 43.13rpx;
height: 43.13rpx;
}
2024-10-18 14:49:08 +00:00
.text_6 {
line-height: 27.11rpx;
}
.image_7 {
margin-right: 10.48rpx;
}
@import url(../../../common/css/global.css);
</style>