|
@@ -1,88 +1,101 @@
|
|
|
<config>
|
|
<config>
|
|
|
{
|
|
{
|
|
|
"navigationBarTitleText": "",
|
|
"navigationBarTitleText": "",
|
|
|
- "backgroundColorTop":'#f5f7fa',
|
|
|
|
|
- "backgroundColorBottom":'#f5f7fa',
|
|
|
|
|
- "navigationBarBackgroundColor": "#f5f7fa",
|
|
|
|
|
|
|
+ "backgroundColorTop":'#ffffff',
|
|
|
|
|
+ "backgroundColorBottom":'#ffffff',
|
|
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
}
|
|
}
|
|
|
</config>
|
|
</config>
|
|
|
<template>
|
|
<template>
|
|
|
<div class="container">
|
|
<div class="container">
|
|
|
- <div class="top">
|
|
|
|
|
- <img class="avatar" v-if="userInfo" :src="userInfo.avatar" alt="" />
|
|
|
|
|
- <div class="right">
|
|
|
|
|
- <div>
|
|
|
|
|
- <div class="txt1" v-if="userInfo">{{ userInfo.realName }}</div>
|
|
|
|
|
- <div class="idNo" v-if="userInfo">
|
|
|
|
|
- <img class="id-img" src="../native/icon_login_shenfenzheng@3x.png" alt="" />
|
|
|
|
|
- <div class="txt2">{{ idNo }}</div>
|
|
|
|
|
|
|
+ <div class="top-content" v-if="userInfo">
|
|
|
|
|
+ <img class="top-bg" src="../native/bg-3.png" alt="" />
|
|
|
|
|
+
|
|
|
|
|
+ <div class="top">
|
|
|
|
|
+ <img class="avatar" :src="userInfo.avatar" alt="" />
|
|
|
|
|
+ <div class="right">
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <div class="txt1">{{ userInfo.realName || '未登录' }}</div>
|
|
|
|
|
+ <div class="idNo">
|
|
|
|
|
+ <img class="id-img" src="../native/no.png" alt="" />
|
|
|
|
|
+ <div class="txt2">{{ idNo || '********' }}</div>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <!-- <img class="setting" src="../native/tabbar/icon_bianji@3x.png" alt="" /> -->
|
|
|
</div>
|
|
</div>
|
|
|
- <!-- <img class="setting" src="../native/tabbar/icon_bianji@3x.png" alt="" /> -->
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="background">
|
|
|
|
|
- <img class="img" src="../native/tabbar/info_img_gerenyue@3x.png" alt="" />
|
|
|
|
|
- <div class="money">
|
|
|
|
|
- <div>
|
|
|
|
|
- <div class="money1">
|
|
|
|
|
- <img class="money-img" src="../native/icon_jiage@3x (2).png" alt="" />
|
|
|
|
|
- <div class="money2">{{ list.money || 0 }}</div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="text1">个人账号余额</div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="btn">
|
|
|
|
|
- <div class="btn1" @click="navigateTo('/pages/walletdetails?type=PERSON')">提现</div>
|
|
|
|
|
- <div class="btn2" @click="navigateTo('/pages/recharge?type=PERSON')">{{ btnText }}</div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div v-if="list.depositStatus === 'UNPAID'" class="deposit" @click="navigateTo('/pages/deposit')">
|
|
|
|
|
- 房租押金 <span><span class="span">¥</span>{{ list.depositAmount || 0 }}</span
|
|
|
|
|
- > 去缴费
|
|
|
|
|
- <img style="width:24px;height:24px;margin-top:1px" src="../native/icon_inter@3x.png" alt="" />
|
|
|
|
|
- </div>
|
|
|
|
|
- <div
|
|
|
|
|
- class="deposit deposit1"
|
|
|
|
|
- v-if="list.depositStatus === 'PAID' || list.depositStatus === 'REFUNDING'"
|
|
|
|
|
- >
|
|
|
|
|
- <div class="deposit-money">
|
|
|
|
|
- 房租押金 <span><span class="span">¥</span>{{ list.depositAmount || 0 }}</span
|
|
|
|
|
- > 已交
|
|
|
|
|
|
|
+ <div class="content">
|
|
|
|
|
+ <div class="background">
|
|
|
|
|
+ <div class="money">
|
|
|
|
|
+ <div class="money-top">
|
|
|
|
|
+ <div class="text1">
|
|
|
|
|
+ <img src="../native/my1.png" alt="" />
|
|
|
|
|
+ <span>个人账号余额</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="money1">
|
|
|
|
|
+ <div class="money-icon">¥</div>
|
|
|
|
|
+ <div class="money2">{{ list.money || 0 }}</div>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="jump" @click="show = true">
|
|
|
|
|
- <div>申请退回</div>
|
|
|
|
|
- <img class="jump-img" src="../native/icon_inter@3x.png" alt="" />
|
|
|
|
|
|
|
+ <div class="btn">
|
|
|
|
|
+ <div class="btn1" @click="navigateTo('/pages/walletdetails?type=PERSON')">提现</div>
|
|
|
|
|
+ <div class="btn2" @click="navigateTo('/pages/recharge?type=PERSON')">{{ btnText }}</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div v-if="list.depositStatus === 'REFUNDED'" class="deposit" @click="navigateTo('/pages/deposit')">
|
|
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div v-if="list.depositStatus === 'UNPAID'" class="deposit" @click="navigateTo('/pages/deposit')">
|
|
|
|
|
+ 房租押金 <span><span class="span">¥</span>{{ list.depositAmount || 0 }}</span
|
|
|
|
|
+ > 去缴费
|
|
|
|
|
+ <img style="width:7px;height:12px;margin-top:1px" src="../native/icon_inter.png" alt="" />
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="deposit deposit1" v-if="list.depositStatus === 'PAID' || list.depositStatus === 'REFUNDING'">
|
|
|
|
|
+ <div class="deposit-money">
|
|
|
房租押金 <span><span class="span">¥</span>{{ list.depositAmount || 0 }}</span
|
|
房租押金 <span><span class="span">¥</span>{{ list.depositAmount || 0 }}</span
|
|
|
- > 已退回
|
|
|
|
|
- <img style="width:24px;height:24px;margin-top:1px" src="../native/icon_inter@3x.png" alt="" />
|
|
|
|
|
|
|
+ > 已交
|
|
|
</div>
|
|
</div>
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <!-- v-if="roomInfo && roomInfo.checkout" -->
|
|
|
|
|
- <div class="content1">
|
|
|
|
|
- <div class="title1">我的服务</div>
|
|
|
|
|
- <div class="border"></div>
|
|
|
|
|
- <div class="box">
|
|
|
|
|
- <div class="div" @click="navigateTo('/pages/repairReport')">
|
|
|
|
|
- <img class="tit-img" src="../native/tabbar/wode_icon_baoxiu@3x.png" alt="" />
|
|
|
|
|
- <div class="text">保修申请</div>
|
|
|
|
|
|
|
+ <div class="jump" @click="show = true">
|
|
|
|
|
+ <div>申请退回</div>
|
|
|
|
|
+ <img class="jump-img" src="../native/icon_inter.png" alt="" />
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="div" @click="navigateTo('/pages/cleanReport')">
|
|
|
|
|
- <img class="tit-img" src="../native/tabbar/wode_icon_dasao@3x.png" alt="" />
|
|
|
|
|
- <div class="text">打扫申请</div>
|
|
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div v-if="list.depositStatus === 'REFUNDED'" class="deposit" @click="navigateTo('/pages/deposit')">
|
|
|
|
|
+ 房租押金 <span><span class="span">¥</span>{{ list.depositAmount || 0 }}</span
|
|
|
|
|
+ > 已退回
|
|
|
|
|
+ <img style="width:7px;height:12px;margin-top:1px" src="../native/icon_inter.png" alt="" />
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <!-- v-if="roomInfo && roomInfo.checkout" -->
|
|
|
|
|
+ <div class="content1">
|
|
|
|
|
+ <div class="title1">
|
|
|
|
|
+ <img src="../native/fuwu.png" alt="" />
|
|
|
|
|
+ <span>我的服务</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <!-- <div class="div" @click="navigateTo('/pages/complaint')">
|
|
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div class="div" @click="navigateTo('/pages/repairReport')">
|
|
|
|
|
+ <img class="tit-img" src="../native/my0.png" alt="" />
|
|
|
|
|
+ <div class="text">保修申请</div>
|
|
|
|
|
+ <img style="width:7px;height:12px" src="../native/icon_inter.png" alt="" />
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="border"></div>
|
|
|
|
|
+ <div class="div" @click="navigateTo('/pages/cleanReport')">
|
|
|
|
|
+ <img class="tit-img" src="../native/my2.png" alt="" />
|
|
|
|
|
+ <div class="text">打扫申请</div>
|
|
|
|
|
+ <img style="width:7px;height:12px" src="../native/icon_inter.png" alt="" />
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="border"></div>
|
|
|
|
|
+ <!-- <div class="div" @click="navigateTo('/pages/complaint')">
|
|
|
<img class="tit-img" src="../native/tabbar/wode_icon_tousu@3x.png" alt="" />
|
|
<img class="tit-img" src="../native/tabbar/wode_icon_tousu@3x.png" alt="" />
|
|
|
<div class="text">投诉/建议</div>
|
|
<div class="text">投诉/建议</div>
|
|
|
</div> -->
|
|
</div> -->
|
|
|
- <div class="div" @click="navigateTo('/pages/help')">
|
|
|
|
|
- <img class="tit-img" src="../native/tabbar/wode_icon_shouming@3x.png" alt="" />
|
|
|
|
|
- <div class="text">帮助说明</div>
|
|
|
|
|
|
|
+ <div class="div" @click="navigateTo('/pages/help')">
|
|
|
|
|
+ <img class="tit-img" src="../native/my3.png" alt="" />
|
|
|
|
|
+ <div class="text">帮助说明</div>
|
|
|
|
|
+ <img style="width:7px;height:12px" src="../native/icon_inter.png" alt="" />
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+
|
|
|
<van-dialog
|
|
<van-dialog
|
|
|
use-slot
|
|
use-slot
|
|
|
:show="show"
|
|
:show="show"
|
|
@@ -182,41 +195,53 @@ export default {
|
|
|
.container {
|
|
.container {
|
|
|
background: #f5f7fa;
|
|
background: #f5f7fa;
|
|
|
height: 100vh;
|
|
height: 100vh;
|
|
|
-
|
|
|
|
|
|
|
+ .top-content {
|
|
|
|
|
+ .top-bg {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 158px;
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
.top {
|
|
.top {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ height: 120px;
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ right: 0;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ padding: 0 30px;
|
|
|
.avatar {
|
|
.avatar {
|
|
|
- width: 80px;
|
|
|
|
|
- height: 80px;
|
|
|
|
|
- border-radius: 50%;
|
|
|
|
|
- margin: 0 16px;
|
|
|
|
|
|
|
+ width: 60px;
|
|
|
|
|
+ height: 60px;
|
|
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
}
|
|
|
.right {
|
|
.right {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
- width: 66.5%;
|
|
|
|
|
|
|
+ margin-left: 20px;
|
|
|
.txt1 {
|
|
.txt1 {
|
|
|
font-size: 21px;
|
|
font-size: 21px;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
- color: #000000;
|
|
|
|
|
|
|
+ color: #ffffff;
|
|
|
line-height: 29px;
|
|
line-height: 29px;
|
|
|
}
|
|
}
|
|
|
.idNo {
|
|
.idNo {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
- margin-top: 6px;
|
|
|
|
|
|
|
+ margin-top: 12px;
|
|
|
.id-img {
|
|
.id-img {
|
|
|
- width: 24px;
|
|
|
|
|
- height: 24px;
|
|
|
|
|
|
|
+ width: 18px;
|
|
|
|
|
+ height: 15px;
|
|
|
margin-right: 4px;
|
|
margin-right: 4px;
|
|
|
}
|
|
}
|
|
|
.txt2 {
|
|
.txt2 {
|
|
|
- font-size: 14px;
|
|
|
|
|
|
|
+ font-size: 16px;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
- color: #000000;
|
|
|
|
|
- line-height: 20px;
|
|
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+ line-height: 22px;
|
|
|
|
|
+ margin-left: 10px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.setting {
|
|
.setting {
|
|
@@ -228,20 +253,21 @@ export default {
|
|
|
.border {
|
|
.border {
|
|
|
height: 1px;
|
|
height: 1px;
|
|
|
background: #f5f7fa;
|
|
background: #f5f7fa;
|
|
|
- margin: 16px 0;
|
|
|
|
|
}
|
|
}
|
|
|
.background {
|
|
.background {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- display: flex;
|
|
|
|
|
- margin: 28px 20px 20px;
|
|
|
|
|
- .img {
|
|
|
|
|
- height: 128px;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
|
|
+ margin: 0 20px 20px;
|
|
|
|
|
+ padding: 20px;
|
|
|
|
|
+ background: linear-gradient(98deg, #fdf0d5 0%, #fae9cd 100%);
|
|
|
|
|
+ border-radius: 20px;
|
|
|
|
|
+ .money-top {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
}
|
|
|
.money {
|
|
.money {
|
|
|
- position: absolute;
|
|
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- margin: 16px 0 0 16px;
|
|
|
|
|
|
|
+ flex-direction: column;
|
|
|
.money1 {
|
|
.money1 {
|
|
|
.flex();
|
|
.flex();
|
|
|
margin-bottom: 3px;
|
|
margin-bottom: 3px;
|
|
@@ -249,9 +275,14 @@ export default {
|
|
|
font-size: 26px;
|
|
font-size: 26px;
|
|
|
font-family: DIN-Bold, DIN;
|
|
font-family: DIN-Bold, DIN;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
- color: #fff;
|
|
|
|
|
|
|
+ color: #000000;
|
|
|
line-height: 31px;
|
|
line-height: 31px;
|
|
|
}
|
|
}
|
|
|
|
|
+ .money-icon {
|
|
|
|
|
+ font-size: 13px;
|
|
|
|
|
+ margin-top: 6px;
|
|
|
|
|
+ margin-right: 4px;
|
|
|
|
|
+ }
|
|
|
.money-img {
|
|
.money-img {
|
|
|
width: 11px;
|
|
width: 11px;
|
|
|
height: 13px;
|
|
height: 13px;
|
|
@@ -259,61 +290,46 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.text1 {
|
|
.text1 {
|
|
|
- font-size: 13px;
|
|
|
|
|
- font-weight: normal;
|
|
|
|
|
- color: #ffffff;
|
|
|
|
|
- line-height: 18px;
|
|
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ img {
|
|
|
|
|
+ width: 23px;
|
|
|
|
|
+ height: 23px;
|
|
|
|
|
+ }
|
|
|
|
|
+ span {
|
|
|
|
|
+ font-size: 13px;
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
+ color: rgba(0, 0, 0, 0.5);
|
|
|
|
|
+ line-height: 18px;
|
|
|
|
|
+ margin-left: 2px;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
.btn {
|
|
.btn {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ margin-top: 14px;
|
|
|
.btn1 {
|
|
.btn1 {
|
|
|
- width: 72px;
|
|
|
|
|
- height: 26px;
|
|
|
|
|
|
|
+ width: 110px;
|
|
|
|
|
+ height: 35px;
|
|
|
background: rgba(255, 255, 255, 0.33);
|
|
background: rgba(255, 255, 255, 0.33);
|
|
|
- border-radius: 13px;
|
|
|
|
|
- border: 1px solid #ffffff;
|
|
|
|
|
- font-weight: bold;
|
|
|
|
|
- line-height: 26px;
|
|
|
|
|
|
|
+ border-radius: 18px;
|
|
|
|
|
+ border: 1px solid #f4871f;
|
|
|
|
|
+ line-height: 35px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- color: #ffffff;
|
|
|
|
|
- margin: 0 20px 0 56px;
|
|
|
|
|
|
|
+ color: #f4871f;
|
|
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
}
|
|
|
.btn2 {
|
|
.btn2 {
|
|
|
- width: 72px;
|
|
|
|
|
- height: 26px;
|
|
|
|
|
- background: #ffffff;
|
|
|
|
|
- font-weight: bold;
|
|
|
|
|
- line-height: 26px;
|
|
|
|
|
|
|
+ width: 110px;
|
|
|
|
|
+ height: 35px;
|
|
|
|
|
+ background: #f4871f;
|
|
|
|
|
+ line-height: 35px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- color: #5d7dff;
|
|
|
|
|
- border-radius: 13px;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- .deposit {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- top: 80px;
|
|
|
|
|
- left: 80px;
|
|
|
|
|
- font-size: 13px;
|
|
|
|
|
- .flex();
|
|
|
|
|
- justify-content: space-between;
|
|
|
|
|
- font-weight: bold;
|
|
|
|
|
- color: #ffffff;
|
|
|
|
|
- line-height: 18px;
|
|
|
|
|
- &.deposit1 {
|
|
|
|
|
- left: 0;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- }
|
|
|
|
|
- .deposit-money {
|
|
|
|
|
- .flex();
|
|
|
|
|
- }
|
|
|
|
|
- .jump {
|
|
|
|
|
- .flex();
|
|
|
|
|
- .jump-img {
|
|
|
|
|
- width: 24px;
|
|
|
|
|
- height: 24px;
|
|
|
|
|
- margin: 2px 0 0 2px;
|
|
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+ border-radius: 18px;
|
|
|
|
|
+ margin-left: 30px;
|
|
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -329,37 +345,40 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.content1 {
|
|
.content1 {
|
|
|
- margin: 20px;
|
|
|
|
|
- padding: 20px 12px;
|
|
|
|
|
|
|
+ padding: 30px 20px 20px;
|
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
|
box-shadow: 0px 2px 4px 0px rgba(1, 168, 91, 0.04);
|
|
box-shadow: 0px 2px 4px 0px rgba(1, 168, 91, 0.04);
|
|
|
- border-radius: 12px;
|
|
|
|
|
|
|
+ border-radius: 30px 30px 0px 0px;
|
|
|
.title1 {
|
|
.title1 {
|
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: #000000;
|
|
color: #000000;
|
|
|
line-height: 25px;
|
|
line-height: 25px;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ img {
|
|
|
|
|
+ width: 13px;
|
|
|
|
|
+ height: 16px;
|
|
|
|
|
+ margin-right: 13px;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
.box {
|
|
.box {
|
|
|
- width: 100%;
|
|
|
|
|
- display: flex;
|
|
|
|
|
- justify-content: space-between;
|
|
|
|
|
- flex-wrap: wrap;
|
|
|
|
|
- margin: 0 14px;
|
|
|
|
|
|
|
+ margin: 0 14px 0 27px;
|
|
|
.div {
|
|
.div {
|
|
|
- margin-right: 27px;
|
|
|
|
|
- text-align: center;
|
|
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ padding: 15px 0;
|
|
|
.tit-img {
|
|
.tit-img {
|
|
|
width: 36px;
|
|
width: 36px;
|
|
|
height: 36px;
|
|
height: 36px;
|
|
|
- margin-bottom: 6px;
|
|
|
|
|
}
|
|
}
|
|
|
.text {
|
|
.text {
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
|
- color: #000000;
|
|
|
|
|
|
|
+ color: #666666;
|
|
|
line-height: 20px;
|
|
line-height: 20px;
|
|
|
- margin-bottom: 25px;
|
|
|
|
|
|
|
+ margin-left: 15px;
|
|
|
|
|
+ flex-grow: 1;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -384,4 +403,40 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+.deposit {
|
|
|
|
|
+ font-size: 13px;
|
|
|
|
|
+ .flex();
|
|
|
|
|
+ justify-content: space-between;
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
+ color: #333333;
|
|
|
|
|
+ line-height: 18px;
|
|
|
|
|
+ height: 49px;
|
|
|
|
|
+ background: #f5f5f5;
|
|
|
|
|
+ border-radius: 12px;
|
|
|
|
|
+ margin: 0 30px 20px;
|
|
|
|
|
+ padding: 0 20px;
|
|
|
|
|
+ &.deposit1 {
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ }
|
|
|
|
|
+ .deposit-money {
|
|
|
|
|
+ .flex();
|
|
|
|
|
+ }
|
|
|
|
|
+ .jump {
|
|
|
|
|
+ .flex();
|
|
|
|
|
+ .jump-img {
|
|
|
|
|
+ width: 24px;
|
|
|
|
|
+ height: 24px;
|
|
|
|
|
+ margin: 2px 0 0 2px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.content {
|
|
|
|
|
+ background: #fbfbfb;
|
|
|
|
|
+ border-radius: 30px 30px 0px 0px;
|
|
|
|
|
+ transform: translateY(-30px);
|
|
|
|
|
+ padding-top: 30px;
|
|
|
|
|
+}
|
|
|
</style>
|
|
</style>
|