yurong/.svn/pristine/48/48eaebd240d25f58d9c68678910...

55 lines
1.6 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<view class="relative">
<image src="/static/beijingda.png" class="absolute w-750 h-430"></image>
<uni-nav-bar title="我的团队" color="#fff" leftIcon="back" @clickLeft="goBack()" class="zi-2" fixed :border="false" fixed backgroundColor="rgba(0,0,0,0)"></uni-nav-bar>
<view class="w-750 h-270 rowsc rowsm pb-10 relative zi-2">
<view class="tct colfff">
<view class="fs-76">80</view>
<view class="fs-28 mt-16">当前团队总人数</view>
</view>
</view>
<view class="pl-20 pr-20 relative zi-2">
<view
v-for="(item,index) in 4" :key="index"
class="bgff mb-20 w-710 br-16 pl-38 pr-38 pt-36"
style="">
<view class="rowsb rowsm pb-6">
<view class="rows rowsm h-96">
<image src="/static/kabbgau.png" class="w-96 h-96"></image>
<view class="pl-20 fs-28">
<view class="fs-30 pb-6">王唤七</view>
<view class="col666">155****8569</view>
</view>
</view>
<view class="br-40 fs-28" style="padding: 8rpx 36rpx; color: #FA3326; background: #fff3f2;">已推8人</view>
</view>
<view class="rowsb rowsm fs-28 pb-20" style="border-bottom: 2rpx solid #f1f1f1;">
<view class="rows rowsm">
<view class="w-96 h-2"></view>
<view class="col666 pl-20">邀请人:王老师</view>
</view>
<view>等级:铂金会员</view>
</view>
<view class="h-76 rows rowsm fs-26 col999">注册时间2023-02-03 16:30</view>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
page {background: #f7f6fa;}
</style>