合并前

This commit is contained in:
wwz
2024-12-23 18:33:22 +08:00
parent 7b44d1f9fb
commit d747791c9a
119 changed files with 6788 additions and 199 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view>
<view class="bg-white padding">
<view class="box" style="">
<view class="boxczg" style="">
<view class="text-19">总资产()</view>
<view class="text-bold padding-tb"><text style="font-size: 68rpx;">{{inviterRecord}}</text></view>
<!-- <view>累计提现325.05</view> -->
@@ -18,8 +18,9 @@
<view class="margin-top padding bg-white radius">
<view class="flex align-center">
<view class="linh"></view>
<view class="linhczg"></view>
<view class="u-font-16 text-bold " style="color: #333333;" >账单明细</view>
<image src="components/inte1 (17).JPG" mode=""></image>
</view>
<view style="text-align: left">
<view v-for="(item, index) in userList" :key="index" class="item">
@@ -127,7 +128,7 @@
</script>
<style>
.box{
.boxczg{
background: linear-gradient(90deg, #90A7FF 0%, #5074FF 100%);
border-radius: 16rpx;
color: #FFFFFF;
@@ -146,7 +147,7 @@
line-height: 70rpx;
border-radius: 12rpx;
}
.linh{
.linhczg{
width:8rpx;
height: 32rpx;
background: #2474FF;