修改样式
|
@ -9,14 +9,14 @@
|
|||
<view class="u-flex-1 u-m-l-10 text-white" v-if="isLogin && userName">
|
||||
<view class="flex align-center justify-between">
|
||||
<view class="">
|
||||
<view class="u-font-18 text-white text-bold" @click="goNav('/pages/my/user')">
|
||||
<view class="u-font-18 text-white" @click="goNav('/pages/my/user')">
|
||||
欢迎,{{ userName }}</view>
|
||||
<view class="labe margin-top-xs" @tap="stateSave" v-if="XCXIsSelect != '否'">
|
||||
<view class="online-tag" v-if="isTrue">在线</view>
|
||||
<view class="online-tag" v-if="!isTrue">离线</view>
|
||||
<!-- <switch :checked="isTrue" disabled/> -->
|
||||
<switch type="switch" :checked='isTrue' style="padding: 0 10rpx;transform:scale(0.8)"
|
||||
color="#096f4b" disabled />
|
||||
color="#029d88" disabled />
|
||||
</view>
|
||||
</view>
|
||||
<view class="gxbox" @click="goNavs('/my/qiandao/index')">
|
||||
|
@ -83,7 +83,7 @@
|
|||
<text style="font-size: 30px;font-weight: bold;">{{ currentWholeIncome ? currentWholeIncome : 0 }}</text>
|
||||
<text style="font-size: 16px;">/{{ totalIncomeRange ? totalIncomeRange : 4000 }}</text>
|
||||
</view>
|
||||
<u-line-progress active-color="#46a396" :show-percent="false" :height="38" inactive-color="#000000"
|
||||
<u-line-progress active-color="#46a396" :show-percent="false" :height="38" inactive-color="#098f7a"
|
||||
:percent="lineProgressData" :striped-active="true"></u-line-progress>
|
||||
|
||||
<view v-if="!maxStatus && longUpgradeDescriptionSet.differenceOutstandingAchievement" class="dengji-text">
|
||||
|
@ -203,7 +203,7 @@
|
|||
<view :class="activeTab == item.id ? 'tapDsalk' : 'dsalk'" @click="getJqqd(item.id)"
|
||||
v-for="(item,homeIindex) in homePageCountNum" :key="homeIindex">
|
||||
<view class="sda flex align-center" v-if="homeIindex==indexImg" v-for="(imgItem,indexImg) in jiazhongIimg" :key="indexImg">
|
||||
<image :src="imgItem.url" mode="" style="width: 20px;height: 20px;"></image>
|
||||
<image :src="imgItem.url" mode="" style="width: 30px;height: 30px;"></image>
|
||||
<!-- <image :src="item.icon" style="width: 20px;height: 20px;"></image> -->
|
||||
</view>
|
||||
<view class="dqda">{{ item.title }}</view>
|
||||
|
@ -307,17 +307,17 @@
|
|||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="flex align-center justify-between" style="margin-top: 20px;" v-if="XCXIsSelect != '否'">
|
||||
<view class="flex align-center justify-between butween-list" style="margin-top: 20px;" v-if="XCXIsSelect != '否'">
|
||||
<view class="text-center" @click="goNavs('/pages/my/mangshi')">
|
||||
<image src="../../static/index/order_5.png" style="width: 60rpx;height: 61rpx;"></image>
|
||||
<image src="../../static/index/order_5.png" style="width: 60rpx;height: 60rpx;"></image>
|
||||
<view class="tongji-text">忙时设置</view>
|
||||
</view>
|
||||
<view class="text-center" @click="goNav('/my/shuju/index')">
|
||||
<image src="../../static/index/order_4.png" style="width: 50rpx;height: 58rpx;"></image>
|
||||
<image src="../../static/index/order_4.png" style="width: 60rpx;height: 60rpx;"></image>
|
||||
<view class="tongji-text">数据统计</view>
|
||||
</view>
|
||||
<view class="text-center" @click="goNav('/my/commission/index')">
|
||||
<image src="../../static/index/order_3.png" style="width: 55rpx;height: 61rpx;"></image>
|
||||
<image src="../../static/index/order_3.png" style="width: 62rpx;height: 62rpx;"></image>
|
||||
<view class="tongji-text">分成明细</view>
|
||||
</view>
|
||||
<view class="text-center" @click="goNav('/my/fund/index')">
|
||||
|
@ -325,7 +325,7 @@
|
|||
<view class="tongji-text">资金明细</view>
|
||||
</view>
|
||||
<view class="text-center" @click="goNavs('/pages/index/jinji')">
|
||||
<image src="../../static/index/order_1.png" style="width: 69rpx;height: 64rpx;"></image>
|
||||
<image src="../../static/index/order_1.png" style="width: 62rpx;height: 62rpx;"></image>
|
||||
<view class="tongji-text">紧急报警</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -416,7 +416,7 @@
|
|||
<view class="bgwhite radius margin-top-sm padding-bottom-sm"
|
||||
:style="{ backgroundColor: item.status == 2 ? '#f6fcfa' : '', border: item.status == 2 ? '2px solid rgb(207, 237, 225)' : '' }"
|
||||
v-for="(item, index) in goods" :key='index' @click="goNav('/my/order/revenueDetails?ordersId=' + item.ordersId)">
|
||||
<view class="flex justify-between padding-sm">
|
||||
<view class="flex justify-between padding-sm ">
|
||||
<view class="text-green">预约时间:{{ item.serveTime }}</view>
|
||||
<view class="text-green" v-if="item.status == 1">待付款...</view>
|
||||
<view class="text-green" v-if="item.status == 2">待服务</view>
|
||||
|
@ -1445,9 +1445,12 @@ export default {
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.butween-list{
|
||||
width: 96%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.tongji-text{
|
||||
margin-top: 5px;
|
||||
font-weight: bold;
|
||||
font-size: 24rpx;
|
||||
color: #3A414B;
|
||||
}
|
||||
|
@ -1461,11 +1464,11 @@ export default {
|
|||
}
|
||||
.dengji-text{
|
||||
text-align: center;
|
||||
font-size: 30rpx;
|
||||
font-size: 26rpx;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.gengxin{
|
||||
color: #333333;
|
||||
color: #def7f4;
|
||||
}
|
||||
.jishi-index-title{
|
||||
width: 100%;
|
||||
|
@ -1497,8 +1500,8 @@ page {
|
|||
.gxbox {
|
||||
font-size: 20rpx;
|
||||
width: 160px;
|
||||
background-color: #cbdad6;
|
||||
color: #333333;
|
||||
background-color: #008e7c;
|
||||
color: #fff;
|
||||
border-radius: 15px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
@ -1715,7 +1718,7 @@ uni-switch .uni-switch-input:not([class*="bg-"]) {
|
|||
|
||||
uni-switch .wx-switch-input::after,
|
||||
uni-switch .uni-switch-input::after {
|
||||
background: #088951 !important;
|
||||
background: #019c88 !important;
|
||||
}
|
||||
|
||||
uni-switch[disabled] .uni-switch-input {
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
<view class="headbox">
|
||||
<view class="u-flex text-white" style="padding-top: 30px;">
|
||||
<view class="u-m-r-10">
|
||||
<image :src="avatar" style="width: 70px;height: 70px;border-radius: 100rpx;"
|
||||
<image :src="avatar" style="width: 65px;height: 65px;border-radius: 100rpx; border: 2px solid #fff; margin-left: 10px;"
|
||||
@click="goNav('/pages/my/userinfo')"></image>
|
||||
</view>
|
||||
<view class="u-flex-1 u-m-l-10 " v-if="isLogin && userName">
|
||||
<view class="u-font-18 text-bold">
|
||||
<view class="u-flex-1" v-if="isLogin && userName">
|
||||
<view class="u-font-18 ">
|
||||
<view class="flex align-center" style="margin-bottom: 5px;">
|
||||
<view class="margin-left-sm">{{ userName }}</view>
|
||||
<view class="flex align-center" style="font-size: 14px;">
|
||||
|
@ -20,7 +20,7 @@
|
|||
</view>
|
||||
|
||||
<view class="flex margin-left-sm margin-top-xs" v-if="XCXIsSelect != '否'"
|
||||
style="font-size: 22rpx;font-weight: 500;">
|
||||
style="font-size: 20rpx;font-weight: 500;">
|
||||
<view v-if="renzheng == 0" @click.stop="goNav('/my/renzheng/rzType')">
|
||||
暂未实名认证
|
||||
</view>
|
||||
|
@ -63,8 +63,8 @@
|
|||
<view class="flex flex-wrap">
|
||||
<view class="flex align-center justify-between" style="width: 100%;">
|
||||
<view class="">
|
||||
<view style="color: #ffffff;font-size: 13px;">账户余额(元)</view>
|
||||
<view class="margin-top-xs" style="font-size: 35px;color: #ffffff;">
|
||||
<view style="color: #ffffff;font-size: 13px; margin-left: 9px;">账户余额(元)</view>
|
||||
<view class="margin-top-xs" style="font-size: 32px;color: #ffffff; margin-left: 8px; margin-top: -1px;">
|
||||
<text class="money_text">{{ money ? money : '0' }}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -76,13 +76,13 @@
|
|||
<view class="margin-top-xs wode-view">
|
||||
<text class="money_text1">{{ dailyEarnings ? dailyEarnings : '0' }}</text>
|
||||
</view>
|
||||
<view style="color: #fff;font-size: 26rpx;margin-top: 8px;">当日收益</view>
|
||||
<view style="color: #fff;font-size: 26rpx;margin-top: 5px;">当日收益</view>
|
||||
</view>
|
||||
<view class="" style="text-align: center;width: 23%;">
|
||||
<view class="margin-top-xs wode-view">
|
||||
<text class="money_text1">{{ earnings ? earnings : '0' }}</text>
|
||||
</view>
|
||||
<view style="color: #fff;font-size: 26rpx;margin-top: 8px;">当期收益</view>
|
||||
<view style="color: #fff;font-size: 26rpx;margin-top: 5px;">当期收益</view>
|
||||
</view>
|
||||
<view class="" style="text-align: center;width: 23%;"
|
||||
@click="goNav('/my/wallet/mymoneydetail')">
|
||||
|
@ -90,14 +90,14 @@
|
|||
<text
|
||||
class="money_text1">{{ currentMonthsIncome ? currentMonthsIncome : '0' }}</text>
|
||||
</view>
|
||||
<view style="color: #fff;font-size: 26rpx;margin-top: 8px;">当月收益</view>
|
||||
<view style="color: #fff;font-size: 26rpx;margin-top: 5px;">当月收益</view>
|
||||
</view>
|
||||
<view class="" style="text-align: center;width: 23%;">
|
||||
<view class="margin-top-xs wode-view">
|
||||
<text class="money_text1" style="font-size: 24rpx;">
|
||||
{{ currentEndDate ?currentEndDate : "暂无数据" }}</text>
|
||||
</view>
|
||||
<view style="color: #fff;font-size: 26rpx;margin-top: 8px;">当期结束日</view>
|
||||
<view style="color: #fff;font-size: 26rpx;margin-top: 5px;">当期结束日</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -113,7 +113,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="margin-top"
|
||||
style="width: 100%;margin-top: -70px;padding: 30rpx;border-radius: 20px;background-color: #ffffff;">
|
||||
style="width: 100%;margin-top: -26px;padding: 30rpx;border-radius: 20px;background-color: #ffffff;">
|
||||
<view class="wode-title">
|
||||
关于我
|
||||
</view>
|
||||
|
@ -121,7 +121,7 @@
|
|||
<view class="sdza" @click="goNavLifephotos()"
|
||||
style="background: url(../../static/images/my/gyw01.png);background-size: cover;">
|
||||
<image src="../../static/images/my/shenghuo.png"
|
||||
style="width: 30px;height: 30px;margin-bottom: 4px;margin-top: 15px;"></image>
|
||||
style="width: 30px;height: 30px;margin-bottom: 4px;margin-top: 20px;"></image>
|
||||
<view class="">
|
||||
生活照
|
||||
</view>
|
||||
|
@ -129,7 +129,7 @@
|
|||
<view class="sdza" @click="goNav('/my/publish/index')"
|
||||
style="background: url(../../static/images/my/gyw02.png);background-size: cover;">
|
||||
<image src="../../static/images/my/xaingmu.png"
|
||||
style="width: 56rpx;height: 60rpx;margin-bottom: 4px;margin-top: 15px;"></image>
|
||||
style="width: 56rpx;height: 60rpx;margin-bottom: 4px;margin-top: 20px;"></image>
|
||||
<view class="">
|
||||
我的项目
|
||||
</view>
|
||||
|
@ -137,7 +137,7 @@
|
|||
<view class="sdza" @click="goNavmyEvaluation()"
|
||||
style="background: url(../../static/images/my/gyw03.png);background-size: cover;">
|
||||
<image src="../../static/images/my/pingjia.png"
|
||||
style="width: 60rpx;height: 58rpx;margin-bottom: 4px;margin-top: 15px;"></image>
|
||||
style="width: 60rpx;height: 58rpx;margin-bottom: 4px;margin-top: 20px;"></image>
|
||||
<view class="">
|
||||
我的评价
|
||||
</view>
|
||||
|
@ -145,7 +145,7 @@
|
|||
<!-- <view class="sdza" @click="getJqqd()"
|
||||
style="background: url(../../static/images/my/ltxbg.png);background-size: cover;">
|
||||
<image src="../../static/images/my/ltx.png"
|
||||
style="width: 30px;height: 30px;margin-bottom: 4px;margin-top: 15px;"></image>
|
||||
style="width: 30px;height: 30px;margin-bottom: 4px;margin-top: 20px;"></image>
|
||||
<view class="">
|
||||
聊天室
|
||||
</view>
|
||||
|
@ -154,7 +154,7 @@
|
|||
<view class="sdza" @click="goNavcertifiCate()"
|
||||
style="background: url(../../static/images/my/gyw04.png);background-size: cover;">
|
||||
<image src="../../static/images/my/zhengjian.png"
|
||||
style="width: 64rpx;height: 50rpx;margin-bottom: 4px;margin-top: 15px;"></image>
|
||||
style="width: 64rpx;height: 50rpx;margin-bottom: 4px;margin-top: 20px;"></image>
|
||||
<view class="">
|
||||
证件
|
||||
</view>
|
||||
|
@ -162,7 +162,7 @@
|
|||
<view class="sdza" @click="goNavcertifiCate()"
|
||||
style="background: url(../../static/images/my/gyw05.png);background-size: cover;">
|
||||
<image src="../../static/images/my/ziyuan.png"
|
||||
style="width: 48rpx;height: 64rpx;margin-bottom: 4px;margin-top: 15px;"></image>
|
||||
style="width: 48rpx;height: 64rpx;margin-bottom: 4px;margin-top: 20px;"></image>
|
||||
<view class="">
|
||||
证件资质
|
||||
</view>
|
||||
|
@ -170,7 +170,7 @@
|
|||
<view class="sdza" @click="goNfeedback()"
|
||||
style="background: url(../../static/images/my/gyw06.png);background-size: cover;">
|
||||
<image src="../../static/images/my/hetong.png"
|
||||
style="width: 54rpx;height: 60rpx;margin-bottom: 4px;margin-top: 15px;"></image>
|
||||
style="width: 54rpx;height: 60rpx;margin-bottom: 4px;margin-top: 20px;"></image>
|
||||
<view class="">
|
||||
合同
|
||||
</view>
|
||||
|
@ -187,7 +187,7 @@
|
|||
</view>
|
||||
<view style="width: 100%;margin: 10px 0;" @click="goNav('/package/pages/zysc/index/index')"
|
||||
v-if="shopSel != '否'">
|
||||
<image src="../../static/index/fun_banner.png" style="width: 100%;height: 80px;"></image>
|
||||
<image src="../../static/index/fun_banner.png" style="width: 100%;height: 90px; margin-bottom: 5px;"></image>
|
||||
</view>
|
||||
<view class="wode-title" style="margin-bottom: 26rpx;">
|
||||
常用功能
|
||||
|
@ -766,14 +766,16 @@
|
|||
font-weight: bold;
|
||||
color: #333333;
|
||||
margin-bottom: 26rpx;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.wode-view{
|
||||
width: 150rpx;
|
||||
height: 96rpx;
|
||||
height: 80rpx;
|
||||
background: #007B6A;
|
||||
border-radius: 20rpx;
|
||||
color: #fff;
|
||||
line-height: 96rpx;
|
||||
line-height: 80rpx;
|
||||
margin-top: 50rpx;
|
||||
}
|
||||
.jishi-index-title{
|
||||
width: 100%;
|
||||
|
@ -793,7 +795,7 @@
|
|||
|
||||
.headbox {
|
||||
width: 100%;
|
||||
padding: 0 30rpx;
|
||||
padding: 0 40rpx;
|
||||
height: 315px;
|
||||
background-image: url('../../static/index/technician15.png');
|
||||
background-size: cover;
|
||||
|
@ -845,7 +847,7 @@
|
|||
line-height: 70rpx;
|
||||
text-align: center;
|
||||
color: #333333;
|
||||
font-size: 30rpx;
|
||||
font-size: 28rpx;
|
||||
border-radius: 40rpx;
|
||||
color: #333333;
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 80 KiB |