|
@@ -1,216 +1,74 @@
|
|
|
<template>
|
|
|
<view class="container">
|
|
|
- <view class="top">
|
|
|
- <view class="my">{{$t('home.d4')}}</view>
|
|
|
- <view class="userinfo flex">
|
|
|
- <view class="flex" @click="navTo('/pages/user/set/userinfo')">
|
|
|
- <image class="image margin-r-10" :src="userInfo.avatar || '/static/error/missing-face.png'"
|
|
|
- mode="scaleToFill">
|
|
|
- </image>
|
|
|
- <view class="info">
|
|
|
- <view class="infor margin-b-20">{{ user.nickname || '游客' }}</view>
|
|
|
- <view class="uservip flex-start" v-if="user.vip">
|
|
|
- <text>
|
|
|
- {{ user.vip_name}}
|
|
|
- </text>
|
|
|
- <image class="vipIcon" :src="user.vip_icon" mode="scaleToFill"></image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <image @click="showY" class="inf" src="../../static/shouye/userinfo.png" mode="scaleToFill"></image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <!-- 余额 -->
|
|
|
- <view class="body">
|
|
|
- <template v-if="hasLogin">
|
|
|
- <view v-if="show" class="yue margin-b-30">
|
|
|
- <view class="flex">
|
|
|
- <view class="item">
|
|
|
- <view class="te flex-start">
|
|
|
- <image class="tip margin-r-10" src="../../static/icon/user-U.png" mode="scaleToFill">
|
|
|
- </image>
|
|
|
- <text>
|
|
|
- USDT
|
|
|
- </text>
|
|
|
- </view>
|
|
|
- <view class="tex">
|
|
|
- {{userWallet}}
|
|
|
- </view>
|
|
|
- <!-- <view class="texmoney">
|
|
|
- ≈¥{{userWalletRmb}}
|
|
|
- </view> -->
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <view class="te flex-start">
|
|
|
- <image class="tip margin-r-10" src="../../static/icon/user-R.png" mode="scaleToFill">
|
|
|
- </image>
|
|
|
- <text>
|
|
|
- PKR
|
|
|
- </text>
|
|
|
- </view>
|
|
|
- <view class="tex">
|
|
|
- {{userPKR}}
|
|
|
- </view>
|
|
|
- <!-- <view class="texmoney">
|
|
|
- ≈¥{{userPKRRmb}}
|
|
|
- </view> -->
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="btn margin-t-30 flex">
|
|
|
- <button @click="navTo('/pages/user/money/recharge')" class="btn1">
|
|
|
- <text>{{$t('user.a7')}}</text>
|
|
|
- </button>
|
|
|
- <button @click="navTo('/pages/user/money/withdrawal')" class="btn1">
|
|
|
- <text>{{$t('user.a6')}}</text>
|
|
|
- </button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view v-else class="yue1 margin-b-30">
|
|
|
- <view class="tj">{{$t('user.a1')}}</view>
|
|
|
- <view class="tj-item flex ">
|
|
|
- <view class="lj">{{$t('user.a4')}}{{$t('user.a7')}}</view>
|
|
|
- <view class="ljsu">{{userInfo.sum_recharge || 0}}</view>
|
|
|
- </view>
|
|
|
- <view class="tj-item flex">
|
|
|
- <view class="lj">{{$t('user.a4')}}{{$t('user.a6')}}</view>
|
|
|
- <view class="ljsu">{{userInfo.sum_extract || 0}}</view>
|
|
|
- </view>
|
|
|
- <view class="tj-item flex">
|
|
|
- <view class="lj">{{$t('user.a8')}}</view>
|
|
|
- <view class="ljsu">{{sum_win || 0}}</view>
|
|
|
- </view>
|
|
|
- <view class="tj-item flex">
|
|
|
- <view class="lj">{{$t('user.a9')}}</view>
|
|
|
- <view class="ljsu">{{sum_bet || 0}}</view>
|
|
|
- </view>
|
|
|
- <view class="tj-item flex">
|
|
|
- <view class="lj">{{$t('user.a10')}}</view>
|
|
|
- <view class="ljsu">{{group_sum_bet || 0}}</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </template>
|
|
|
- <!-- 列表 -->
|
|
|
- <view class="gj">
|
|
|
- {{$t('user.b1')}}
|
|
|
- </view>
|
|
|
- <view class="user-list flex" @click="navTo('/pages/user/money/team')">
|
|
|
- <image src="../../static/shouye/yue.png" mode="scaleToFill" class="left-img"></image>
|
|
|
- <view class="item-name">
|
|
|
- {{$t('user.b2')}}
|
|
|
+ <view class="topBox">
|
|
|
+ <view class="topName">我的资产</view>
|
|
|
+ <view class="topMoney">$3000</view>
|
|
|
+ <view class="flex topInfo">
|
|
|
+ <view class="flex_item infoTpl" @click="navTo('/pages/user/transfer')">
|
|
|
+ <image src="/static/image/img27.png" style="width: 48rpx;" mode="widthFix"></image>
|
|
|
+ <view class="tplName">转账</view>
|
|
|
</view>
|
|
|
- <image src="../../static/icon/back.png" mode="scaleToFill" class="right-img"></image>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- 额外添加 -->
|
|
|
- <view class="user-list flex" @click="navTo('/pages/user/shareQrCode')">
|
|
|
- <image src="../../static/shouye/money.png" mode="scaleToFill" class="left-img"></image>
|
|
|
- <view class="item-name">
|
|
|
- {{$t('user.b3')}}
|
|
|
+ <view class="flex_item infoTpl" @click="navTo('/pages/user/collection')">
|
|
|
+ <image src="/static/image/img28.png" style="width: 45rpx;" mode="widthFix"></image>
|
|
|
+ <view class="tplName">收款</view>
|
|
|
</view>
|
|
|
- <image src="../../static/icon/back.png" mode="scaleToFill" class="right-img"></image>
|
|
|
- </view>
|
|
|
- <!-- 额外添加 -->
|
|
|
- <view class="user-list flex" @click="navTo('/pages/user/vip/tabulation')">
|
|
|
- <image src="../../static/shouye/liebiao.png" mode="scaleToFill" class="left-img"></image>
|
|
|
- <view class="item-name">
|
|
|
- {{$t('user.b4')}}
|
|
|
+ <view class="flex_item infoTpl" @click="navTo('/pages/user/withdrawal')">
|
|
|
+ <image src="/static/image/img29.png" style="width: 45rpx;" mode="widthFix"></image>
|
|
|
+ <view class="tplName">提币</view>
|
|
|
</view>
|
|
|
- <image src="../../static/icon/back.png" mode="scaleToFill" class="right-img"></image>
|
|
|
</view>
|
|
|
- <view class="user-list flex" @click="copyShareLink">
|
|
|
- <image src="../../static/shouye/liebiao.png" mode="scaleToFill" class="left-img"></image>
|
|
|
- <view class="item-name">
|
|
|
- {{$t('user.b5')}}
|
|
|
- </view>
|
|
|
- <image src="../../static/icon/back.png" mode="scaleToFill" class="right-img"></image>
|
|
|
+ <view class="flex_item moneyBox">
|
|
|
+ <image src="/static/image/img26.png" style="width: 30rpx" mode="widthFix"></image>
|
|
|
+ <view class="moneyName">资产正在保护中</view>
|
|
|
</view>
|
|
|
- <!-- <view class="user-list flex" @click="openKf()">
|
|
|
- <image src="../../static/shouye/liuyan.png" mode="scaleToFill" class="left-img"></image>
|
|
|
- <view class="item-name">
|
|
|
- {{$t('user.b6')}}
|
|
|
- </view>
|
|
|
- <image src="../../static/icon/back.png" mode="scaleToFill" class="right-img"></image>
|
|
|
- </view> -->
|
|
|
- <!-- <view class="user-list flex" @click="navTo('/pages/user/set/transaction')">
|
|
|
- <image src="../../static/shouye/jiaoyi.png" mode="scaleToFill" class="left-img"></image>
|
|
|
- <view class="item-name">
|
|
|
- {{$t('user.b7')}}
|
|
|
- </view>
|
|
|
- <image src="../../static/icon/back.png" mode="scaleToFill" class="right-img"></image>
|
|
|
- </view> -->
|
|
|
- <!-- <view class="user-list flex" @click="navTo('/pages/public/login')">
|
|
|
- <image src="../../static/shouye/tuichu.png" mode="scaleToFill" class="left-img"></image>
|
|
|
- <view class="item-name">
|
|
|
- {{$t('user.b8')}}
|
|
|
- </view>
|
|
|
- <image src="../../static/icon/back.png" mode="scaleToFill" class="right-img"></image>
|
|
|
- </view> -->
|
|
|
-
|
|
|
- <!-- 跳转到联系客服 -->
|
|
|
- <view class="user-list flex" @click="nav()">
|
|
|
- <image src="../../static/shouye/yue.png" mode="scaleToFill" class="left-img"></image>
|
|
|
- <view class="item-name">
|
|
|
- {{$t('user.a2')}}
|
|
|
+ </view>
|
|
|
+ <view class="listBox">
|
|
|
+ <view class="listName">我的资产</view>
|
|
|
+ <view class="flex listTpl" @click="navTo('/pages/user/money')">
|
|
|
+ <view class="flex_item TplInfo">
|
|
|
+ <image src="/static/image/img30.png" style="width: 80rpx;" mode="widthFix"></image>
|
|
|
+ <view class="infoName">USDT</view>
|
|
|
</view>
|
|
|
- <image src="../../static/icon/back.png" mode="scaleToFill" class="right-img"></image>
|
|
|
- </view>
|
|
|
- <!-- todo -->
|
|
|
- <view class="user-list flex" @click="navTo('/pages/user/set/set')">
|
|
|
- <image src="../../static/shouye/shezhi.png" mode="scaleToFill" class="left-img"></image>
|
|
|
- <view class="item-name">
|
|
|
- {{$t('user.b9')}}
|
|
|
+ <view class="flex_item tplTip">
|
|
|
+ <view class="tipBox">
|
|
|
+ <view>0.0000</view>
|
|
|
+ <view class="tip">≈0.00RMB</view>
|
|
|
+ </view>
|
|
|
+ <image src="/static/image/img31.png" style="width: 18rpx;" mode="widthFix"></image>
|
|
|
</view>
|
|
|
- <image src="../../static/icon/back.png" mode="scaleToFill" class="right-img"></image>
|
|
|
</view>
|
|
|
-
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|
|
|
<script>
|
|
|
- import {
|
|
|
- getIndex,
|
|
|
- } from "@/api/index.js";
|
|
|
-
|
|
|
- import {
|
|
|
- gameWallet,
|
|
|
- } from "@/api/game.js";
|
|
|
- import {
|
|
|
- mapState,
|
|
|
- mapMutations
|
|
|
- } from 'vuex';
|
|
|
- import {
|
|
|
- getUserInfo,
|
|
|
- getUser
|
|
|
- } from '@/api/user.js';
|
|
|
+ // import {
|
|
|
+ // getIndex,
|
|
|
+ // } from "@/api/index.js";
|
|
|
+
|
|
|
+ // import {
|
|
|
+ // gameWallet,
|
|
|
+ // } from "@/api/game.js";
|
|
|
+ import { mapState,mapMutations } from 'vuex';
|
|
|
+ // import {
|
|
|
+ // getUserInfo,
|
|
|
+ // getUser
|
|
|
+ // } from '@/api/user.js';
|
|
|
import {
|
|
|
saveUrl,
|
|
|
interceptor
|
|
|
} from '@/utils/loginUtils.js';
|
|
|
export default {
|
|
|
data() {
|
|
|
- return {
|
|
|
- current: 2,
|
|
|
- show: true,
|
|
|
- userWallet: 0, //余额
|
|
|
- userWalletRmb: 0,
|
|
|
- userPKR: 0,
|
|
|
- userPKRRmb: 0,
|
|
|
- extractTotalPrice: '', //累计体现
|
|
|
- sum_win: '', //累计收益
|
|
|
- sum_bet: '', //个人交易量
|
|
|
- group_sum_bet: '', // 团队交易量
|
|
|
- user: {},
|
|
|
- service: ""
|
|
|
- };
|
|
|
+ return {};
|
|
|
},
|
|
|
onShow() {
|
|
|
// 判断是否已经登录
|
|
|
if (this.hasLogin) {
|
|
|
- this.getUserWallet();
|
|
|
- this.getUser();
|
|
|
+ // this.getUserWallet();
|
|
|
+ // this.getUser();
|
|
|
}
|
|
|
- this.loadBaseData();
|
|
|
- this.getIndex()
|
|
|
+ // this.loadBaseData();
|
|
|
+ // this.getIndex()
|
|
|
},
|
|
|
computed: {
|
|
|
...mapState('user', ['hasLogin', 'userInfo']),
|
|
@@ -218,252 +76,150 @@
|
|
|
},
|
|
|
methods: {
|
|
|
...mapMutations('user', ['setUserInfo']),
|
|
|
- copyShareLink() {
|
|
|
- if (!this.hasLogin) {
|
|
|
- // 保存地址
|
|
|
- saveUrl();
|
|
|
- // 登录拦截
|
|
|
- interceptor();
|
|
|
- } else {
|
|
|
- uni.setClipboardData({
|
|
|
- data: this.baseURL + this.urlFile + '/#/pages/index/index?spread=' + this.user.account,
|
|
|
- success: function() {
|
|
|
- //调用方法成功
|
|
|
- console.log("success");
|
|
|
- },
|
|
|
- });
|
|
|
- }
|
|
|
- },
|
|
|
- showY() {
|
|
|
- this.show = !this.show
|
|
|
- },
|
|
|
- async getIndex() {
|
|
|
- const res = await getIndex()
|
|
|
- this.service = res.data.service
|
|
|
- },
|
|
|
- // 统计表
|
|
|
- async getUser() {
|
|
|
- const res = await getUser();
|
|
|
- this.user = res.data;
|
|
|
- this.recharge = res.data.recharge;
|
|
|
- this.extractTotalPrice = res.data.extractTotalPrice;
|
|
|
- this.sum_win = res.data.sum_win.toFixed(2);
|
|
|
- this.sum_bet = res.data.sum_bet
|
|
|
- this.group_sum_bet = res.data.group_sum_bet
|
|
|
- },
|
|
|
- // 跳转到联系客服
|
|
|
- nav() {
|
|
|
- window.location.href = this.service
|
|
|
- },
|
|
|
+ // copyShareLink() {
|
|
|
+ // if (!this.hasLogin) {
|
|
|
+ // // 保存地址
|
|
|
+ // saveUrl();
|
|
|
+ // // 登录拦截
|
|
|
+ // interceptor();
|
|
|
+ // } else {
|
|
|
+ // uni.setClipboardData({
|
|
|
+ // data: this.baseURL + this.urlFile + '/#/pages/index/index?spread=' + this.user.account,
|
|
|
+ // success: function() {
|
|
|
+ // //调用方法成功
|
|
|
+ // console.log("success");
|
|
|
+ // },
|
|
|
+ // });
|
|
|
+ // }
|
|
|
+ // },
|
|
|
// 获取用户余额信息
|
|
|
getUserWallet() {
|
|
|
- gameWallet().then((res) => {
|
|
|
- const balance = Number(res.data.back.USDT.money.money);
|
|
|
- this.userWallet = +balance.toFixed(2);
|
|
|
- this.userWalletRmb = Number(res.data.back.USDT.rmb);
|
|
|
- this.userPKR = Number(res.data.back.PKR.money.money);
|
|
|
- this.userPKRRmb = Number(res.data.back.PKR.rmb);
|
|
|
- // this.userWallet = +res.data.back.USDT.money.money
|
|
|
- })
|
|
|
+ // gameWallet().then((res) => {
|
|
|
+ // const balance = Number(res.data.back.USDT.money.money);
|
|
|
+ // this.userWallet = +balance.toFixed(2);
|
|
|
+ // this.userWalletRmb = Number(res.data.back.USDT.rmb);
|
|
|
+ // this.userPKR = Number(res.data.back.PKR.money.money);
|
|
|
+ // this.userPKRRmb = Number(res.data.back.PKR.rmb);
|
|
|
+ // // this.userWallet = +res.data.back.USDT.money.money
|
|
|
+ // })
|
|
|
},
|
|
|
// 加载初始数据
|
|
|
loadBaseData() {
|
|
|
const obj = this
|
|
|
- getUserInfo({})
|
|
|
- .then(({
|
|
|
- data
|
|
|
- }) => {
|
|
|
- obj.setUserInfo(data);
|
|
|
-
|
|
|
- })
|
|
|
- .catch(e => {
|
|
|
- console.log(e);
|
|
|
- });
|
|
|
-
|
|
|
+ // getUserInfo({})
|
|
|
+ // .then(({
|
|
|
+ // data
|
|
|
+ // }) => {
|
|
|
+ // obj.setUserInfo(data);
|
|
|
+
|
|
|
+ // })
|
|
|
+ // .catch(e => {
|
|
|
+ // console.log(e);
|
|
|
+ // });
|
|
|
},
|
|
|
/**
|
|
|
* 统一跳转接口,拦截未登录路由
|
|
|
* navigator标签现在默认没有转场动画,所以用view
|
|
|
*/
|
|
|
navTo(url) {
|
|
|
- if (!this.hasLogin) {
|
|
|
- // 保存地址
|
|
|
- saveUrl();
|
|
|
- // 登录拦截
|
|
|
- interceptor();
|
|
|
- } else {
|
|
|
- uni.navigateTo({
|
|
|
- url
|
|
|
- });
|
|
|
- }
|
|
|
+ // if (!this.hasLogin) {
|
|
|
+ // // 保存地址
|
|
|
+ // saveUrl();
|
|
|
+ // // 登录拦截
|
|
|
+ // interceptor();
|
|
|
+ // } else {
|
|
|
+ // uni.navigateTo({
|
|
|
+ // url
|
|
|
+ // });
|
|
|
+ // }
|
|
|
+ uni.navigateTo({
|
|
|
+ url
|
|
|
+ });
|
|
|
},
|
|
|
}
|
|
|
};
|
|
|
</script>
|
|
|
<style lang="scss">
|
|
|
.container {
|
|
|
- height: 100%;
|
|
|
- line-height: 1;
|
|
|
+ padding: 25rpx 25rpx;
|
|
|
}
|
|
|
-
|
|
|
- .top {
|
|
|
- height: 327rpx;
|
|
|
- background-color: #000000;
|
|
|
- padding: 0 45rpx;
|
|
|
-
|
|
|
- .my {
|
|
|
- padding-top: 40rpx;
|
|
|
- font-size: 48rpx;
|
|
|
- font-weight: 500;
|
|
|
+ .topBox{
|
|
|
+ width: 100%;
|
|
|
+ background: #1F2A4A;
|
|
|
+ border-radius: 15rpx;
|
|
|
+ padding: 40rpx 45rpx;
|
|
|
+ position: relative;
|
|
|
+ .topName{
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 27rpx;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
-
|
|
|
- .userinfo {
|
|
|
- padding-top: 40rpx;
|
|
|
-
|
|
|
- .image {
|
|
|
- border-radius: 100rpx;
|
|
|
- overflow: hidden;
|
|
|
- width: 125rpx;
|
|
|
- height: 125rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .info {
|
|
|
- .infor {
|
|
|
- font-size: 30rpx;
|
|
|
- font-weight: 500;
|
|
|
- color: #FFFFFF;
|
|
|
- }
|
|
|
-
|
|
|
- .vipIcon {
|
|
|
- width: 40rpx;
|
|
|
- height: 40rpx;
|
|
|
- margin-left: 10rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .uservip {
|
|
|
- font-size: 30rpx;
|
|
|
- font-weight: 500;
|
|
|
- color: #93794B;
|
|
|
+ .topMoney{
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 60rpx;
|
|
|
+ color: #FFFFFF;
|
|
|
+ padding: 65rpx 0rpx;
|
|
|
+ }
|
|
|
+ .topInfo{
|
|
|
+ font-size: 27rpx;
|
|
|
+ color: #FFFFFF;
|
|
|
+ .infoTpl{
|
|
|
+ .tplName{
|
|
|
+ padding-left: 15rpx;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ .moneyBox{
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ top: 45rpx;
|
|
|
+ background: #F2DA95;
|
|
|
+ border-radius: 27rpx 0rpx 0rpx 27rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #030E16;
|
|
|
+ padding: 8rpx 22rpx;
|
|
|
+ .moneyName{
|
|
|
+ padding-left: 15rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
-
|
|
|
- .inf {
|
|
|
- margin-top: 25rpx;
|
|
|
- width: 48rpx;
|
|
|
- height: 48rpx;
|
|
|
- }
|
|
|
-
|
|
|
- // body
|
|
|
- .body {
|
|
|
- background-color: #191a1f;
|
|
|
- padding: 30rpx;
|
|
|
- border-top-right-radius: 60rpx;
|
|
|
- border-top-left-radius: 60rpx;
|
|
|
+ .listBox{
|
|
|
+ padding: 50rpx 0rpx;
|
|
|
color: #FFFFFF;
|
|
|
-
|
|
|
- .yue {
|
|
|
- text-align: center;
|
|
|
- padding-top: 40rpx;
|
|
|
- padding-bottom: 35rpx;
|
|
|
-
|
|
|
- .item {
|
|
|
- background-color: #000000;
|
|
|
- border-radius: 30rpx;
|
|
|
- padding: 30rpx;
|
|
|
- text-align: left;
|
|
|
- width: 48%;
|
|
|
-
|
|
|
- .te {
|
|
|
- font-size: 26rpx;
|
|
|
+ .listName{
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 36rpx;
|
|
|
+ color: #FFFFFF;
|
|
|
+ }
|
|
|
+ .listTpl{
|
|
|
+ padding: 35rpx 0rpx;
|
|
|
+ .TplInfo{
|
|
|
+ .infoName{
|
|
|
+ font-family: PingFang SC;
|
|
|
font-weight: 500;
|
|
|
- padding-bottom: 30rpx;
|
|
|
-
|
|
|
- .tip {
|
|
|
- width: 64rpx;
|
|
|
- height: 64rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .tex {
|
|
|
- font-size: $font-lg;
|
|
|
- font-weight: bold;
|
|
|
- padding-bottom: 30rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .texmoney {
|
|
|
- font-size: $font-lg;
|
|
|
- color: $font-color-disabled;
|
|
|
+ font-size: 32rpx;
|
|
|
+ color: #FFFFFF;
|
|
|
+ padding-left: 31rpx;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
- .btn {
|
|
|
- padding: 0 50rpx;
|
|
|
-
|
|
|
- .btn1 {
|
|
|
- min-width: 270rpx;
|
|
|
- background: #FDB242;
|
|
|
- border-radius: 10rpx;
|
|
|
- font-size: $font-base;
|
|
|
+ .tplTip{
|
|
|
+ .tipBox{
|
|
|
+ padding-right: 30rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 32rpx;
|
|
|
+ color: #FFFFFF;
|
|
|
+ .tip{
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 26rpx;
|
|
|
+ color: #999999;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- .yue1 {
|
|
|
- background-color: #000000;
|
|
|
- padding: 30rpx;
|
|
|
- color: #FFFFFF;
|
|
|
- border-radius: 60rpx;
|
|
|
-
|
|
|
- .tj {
|
|
|
- font-size: 30rpx;
|
|
|
- font-weight: bold;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
-
|
|
|
- .tj-item {
|
|
|
- padding-top: 26rpx;
|
|
|
- font-size: 24rpx;
|
|
|
- opacity: 0.65;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .gj {
|
|
|
- margin-left: 20rpx;
|
|
|
- padding-top: 10rpx;
|
|
|
- font-size: 36rpx;
|
|
|
- font-weight: bold;
|
|
|
- color: #FFFFFF;
|
|
|
- padding-bottom: 10rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .user-list {
|
|
|
- background: #191a1f;
|
|
|
- box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
|
|
|
- margin: 0 auto;
|
|
|
- padding: 30rpx 25rpx;
|
|
|
- border-bottom: 1px solid rgba(240, 240, 240, 0.2);
|
|
|
-
|
|
|
- .left-img {
|
|
|
- width: 40rpx;
|
|
|
- height: 40rpx;
|
|
|
- margin-right: 20rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .item-name {
|
|
|
- flex-grow: 1;
|
|
|
- font-size: 29rpx;
|
|
|
- font-weight: bold;
|
|
|
- color: #FFF;
|
|
|
- }
|
|
|
-
|
|
|
- .right-img {
|
|
|
- width: 18rpx;
|
|
|
- height: 27rpx;
|
|
|
- }
|
|
|
}
|
|
|
</style>
|