|
|
@@ -1,19 +1,35 @@
|
|
|
<template>
|
|
|
<div class="content">
|
|
|
- <div class="gift_confirmation">赠送确认</div>
|
|
|
- <div class="gift_confirmation_tip">通过手机号码检索用户信息,确认赠送后该加密作品将会被转移</div>
|
|
|
+ <div class="gift_confirmation_top">
|
|
|
+ <div class="gift_confirmation_top_one">GAS费用</div>
|
|
|
+ <div class="gift_confirmation_top_two">
|
|
|
+ <div class="gift_confirmation_top_two_text1">¥</div>
|
|
|
+ <div class="gift_confirmation_top_two_text2">{{ gas }}</div>
|
|
|
+ </div>
|
|
|
+ <div class="gift_confirmation_top_three">
|
|
|
+ <div class="gift_confirmation_top_three_text1">{{ info.name }}</div>
|
|
|
+ <div class="gift_confirmation_top_three_text2">赠品详情</div>
|
|
|
+ <img :src="require('@assets/more@3x.png')" alt="" class="gift_confirmation_top_three_img" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="gift_confirmation_information">
|
|
|
<div class="gift_confirmation_information_title">用户信息</div>
|
|
|
- <van-divider />
|
|
|
<div class="gift_confirmation_information_con">
|
|
|
- <van-image width="40px" height="40px" radius="65" :src="getImg(infos.avatar)" fit="cover" style="margin-right: 10px"/>
|
|
|
+ <van-image
|
|
|
+ width="40px"
|
|
|
+ height="40px"
|
|
|
+ radius="65"
|
|
|
+ :src="getImg(infos.avatar)"
|
|
|
+ fit="cover"
|
|
|
+ style="margin-right: 10px"
|
|
|
+ />
|
|
|
<div>
|
|
|
<div class="gift_confirmation_information_con_name">{{ infos.realName || '保密' }}</div>
|
|
|
<div class="gift_confirmation_information_con_phone">手机号码 {{ infos.phone }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="transaction_password">
|
|
|
+ <!-- <div class="transaction_password">
|
|
|
<div class="transaction_password_one">
|
|
|
<div class="transaction_password_one_title">请输入交易密码</div>
|
|
|
<div class="transaction_password_forget" @click="$router.push('/tradingPassword')">
|
|
|
@@ -23,49 +39,59 @@
|
|
|
</div>
|
|
|
<van-divider />
|
|
|
<div>
|
|
|
- <!-- v-if="sets" -->
|
|
|
- <!-- 密码输入框 -->
|
|
|
+ 密码输入框
|
|
|
<van-password-input
|
|
|
- :value="password"
|
|
|
- :gutter="10"
|
|
|
- :focused="showKeyboard"
|
|
|
- @focus="showKeyboard = true"
|
|
|
+ :value="password"
|
|
|
+ :gutter="10"
|
|
|
+ :focused="showKeyboard"
|
|
|
+ @focus="showKeyboard = true"
|
|
|
/>
|
|
|
- <!-- 数字键盘 -->
|
|
|
+ 数字键盘
|
|
|
<van-number-keyboard
|
|
|
- v-model="password"
|
|
|
- :show="showKeyboard"
|
|
|
- @blur="showKeyboard = false"
|
|
|
- maxlength="6"
|
|
|
- theme="custom"
|
|
|
- close-button-text="完成"
|
|
|
- random-key-order
|
|
|
+ v-model="password"
|
|
|
+ :show="showKeyboard"
|
|
|
+ @blur="showKeyboard = false"
|
|
|
+ maxlength="6"
|
|
|
+ theme="custom"
|
|
|
+ close-button-text="完成"
|
|
|
+ random-key-order
|
|
|
/>
|
|
|
</div>
|
|
|
- <!-- <div v-else class="text3" @click="$router.push('/tradingPassword')">您当前没有交易密码,点击去设置</div> -->
|
|
|
- </div>
|
|
|
- <div class="additional_costs">
|
|
|
+ <div v-else class="text3" @click="$router.push('/tradingPassword')">您当前没有交易密码,点击去设置</div>
|
|
|
+ </div> -->
|
|
|
+ <!-- <div class="additional_costs">
|
|
|
<div class="additional_costs_left">GAS费用</div>
|
|
|
<div class="additional_costs_right">¥{{ gas }}</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="payment_method">
|
|
|
<div class="payment_method_con" @click="payType = item.type" v-for="(item, index) in payInfos" :key="index">
|
|
|
- <div class="payment_method_con_left">
|
|
|
- <img :src="item.icon" alt="" class="payment_method_img">
|
|
|
- <div class="payment_method_title">{{item.name}}</div>
|
|
|
+ <div class="payment_method_con_text">
|
|
|
+ <div class="payment_method_con_left">
|
|
|
+ <img :src="item.icon" alt="" class="payment_method_img" />
|
|
|
+ <div class="payment_method_title">{{ item.name }}</div>
|
|
|
+ </div>
|
|
|
+ <!-- <van-radio-group v-model="payType">
|
|
|
+ <van-radio :name="item.type" icon-size="24px" checked-color="#28B6FF"></van-radio>
|
|
|
+ </van-radio-group> -->
|
|
|
+ <img class="choose-icon" :src="payType === item.type ? icons[1] : icons[0]" alt="" />
|
|
|
+ </div>
|
|
|
+ <van-divider />
|
|
|
+ </div>
|
|
|
+ <div class="add_bank_card">
|
|
|
+ <div class="add_bank_card_con">
|
|
|
+ <img :src="require('@assets/tianjia@3x.png')" alt="" class="add_bank_card_img_one" />
|
|
|
+ <div class="add_bank_card_con_title">添加银行卡付款</div>
|
|
|
</div>
|
|
|
- <van-radio-group v-model="payType">
|
|
|
- <van-radio :name="item.type" icon-size="24px" checked-color="#28B6FF"></van-radio>
|
|
|
- </van-radio-group>
|
|
|
+ <img :src="require('@assets/gengduo@3x.png')" alt="" class="add_bank_card_img_two" />
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="gift_button">
|
|
|
- <div class="gift_button_cancel" @click="$router.go(-1)">取消</div>
|
|
|
+ <!-- <div class="gift_button_cancel" @click="$router.go(-1)">取消</div> -->
|
|
|
<div class="gift_button_payment" @click="submit">
|
|
|
<a id="pay" :href="hrefUrl"></a>
|
|
|
- 确认支付</div>
|
|
|
-
|
|
|
+ 确认支付
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
@@ -87,7 +113,7 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
info: {},
|
|
|
- infos:{},
|
|
|
+ infos: {},
|
|
|
message: '',
|
|
|
password: '',
|
|
|
enable_wx_lite: false,
|
|
|
@@ -96,12 +122,12 @@ export default {
|
|
|
// payType: 'ALIPAY',
|
|
|
payInfos: [
|
|
|
{
|
|
|
- icon: require('@assets/svgs/zhifubao.svg'),
|
|
|
+ icon: require('@assets/zhifubao@3x.png'),
|
|
|
name: '支付宝',
|
|
|
type: 'ALIPAY'
|
|
|
},
|
|
|
{
|
|
|
- icon: require('@assets/svgs/wechat.svg'),
|
|
|
+ icon: require('@assets/weixin@3x.png'),
|
|
|
name: '微信',
|
|
|
type: 'WEIXIN'
|
|
|
}
|
|
|
@@ -110,7 +136,7 @@ export default {
|
|
|
// name: "DCEP",
|
|
|
// },
|
|
|
],
|
|
|
- icons: [require('@assets/icon_gouxuan_huise.png'), require('@assets/icon_gouxuan_pre.png')],
|
|
|
+ icons: [require('@assets/xuanzhong@3x.png'), require('@assets/xuanzhong@3x.png')],
|
|
|
bottom: null,
|
|
|
orderId: 0,
|
|
|
gas: 1,
|
|
|
@@ -133,7 +159,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|
|
|
- this.getGiverInformation()
|
|
|
+ this.getGiverInformation();
|
|
|
this.$toast.loading({
|
|
|
message: '加载中...',
|
|
|
forbidClick: true
|
|
|
@@ -174,14 +200,14 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
methods: {
|
|
|
- getGiverInformation(){
|
|
|
+ getGiverInformation() {
|
|
|
this.$http
|
|
|
.post('/user/searchByPhone', {
|
|
|
phone: this.$route.query.phone
|
|
|
})
|
|
|
- .then(res=>{
|
|
|
- this.infos = res
|
|
|
- })
|
|
|
+ .then(res => {
|
|
|
+ this.infos = res;
|
|
|
+ });
|
|
|
},
|
|
|
passFn() {
|
|
|
this.$http
|
|
|
@@ -340,200 +366,303 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
- .content{
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- position: absolute;
|
|
|
- background: #0A0A1B;
|
|
|
- padding: 16px;
|
|
|
+.content {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ position: absolute;
|
|
|
+ background: #191d27;
|
|
|
+ padding: 0px 15px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ .gift_confirmation_top {
|
|
|
+ padding: 30px 0px;
|
|
|
box-sizing: border-box;
|
|
|
- .gift_confirmation{
|
|
|
- font-size: 20px;
|
|
|
- font-family: PingFangSC-Medium, PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
- margin-bottom: 6px;
|
|
|
- color: #FFFFFF;
|
|
|
- }
|
|
|
- .gift_confirmation_tip{
|
|
|
+ .gift_confirmation_top_one {
|
|
|
font-size: 12px;
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
|
font-weight: 400;
|
|
|
- color: #939599;
|
|
|
- margin-bottom: 20px;
|
|
|
+ color: #ffffff;
|
|
|
+ line-height: 18px;
|
|
|
+ opacity: 0.5;
|
|
|
+ margin-bottom: 4px;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
- .gift_confirmation_information{
|
|
|
- width: 100%;
|
|
|
- height: 103px;
|
|
|
- background: #29293F;
|
|
|
- border-radius: 8px;
|
|
|
- padding: 10px;
|
|
|
- box-sizing: border-box;
|
|
|
- .gift_confirmation_information_title{
|
|
|
- font-size: 14px;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
- font-weight: 400;
|
|
|
- color: #FFFFFF;
|
|
|
- line-height: 24px;
|
|
|
- margin-bottom: 4px;
|
|
|
+ .gift_confirmation_top_two {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ margin-bottom: 6px;
|
|
|
+ .gift_confirmation_top_two_text1 {
|
|
|
+ font-size: 24px;
|
|
|
+ font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #ffffff;
|
|
|
+ line-height: 30px;
|
|
|
+ margin-right: 4px;
|
|
|
+ margin-top: 10px;
|
|
|
}
|
|
|
- .gift_confirmation_information_con{
|
|
|
- margin-top: 8px;
|
|
|
- display: flex;
|
|
|
- // .gift_confirmation_information_con_img{
|
|
|
- // width: 40px;
|
|
|
- // height: 40px;
|
|
|
- // border-radius: 65px;
|
|
|
- // margin-right: 10px;
|
|
|
- // }
|
|
|
- .gift_confirmation_information_con_name{
|
|
|
- font-size: 14px;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
- font-weight: 400;
|
|
|
- color: #FFFFFF;
|
|
|
- line-height: 24px;
|
|
|
- }
|
|
|
- .gift_confirmation_information_con_phone{
|
|
|
- font-size: 12px;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
- font-weight: 400;
|
|
|
- color: #939599;
|
|
|
- line-height: 17px;
|
|
|
- }
|
|
|
+ .gift_confirmation_top_two_text2 {
|
|
|
+ font-size: 38px;
|
|
|
+ font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #ffffff;
|
|
|
+ line-height: 40px;
|
|
|
}
|
|
|
}
|
|
|
- .transaction_password{
|
|
|
- width: 100%;
|
|
|
- height: 103px;
|
|
|
- background: #29293F;
|
|
|
- border-radius: 8px;
|
|
|
- padding: 10px;
|
|
|
- box-sizing: border-box;
|
|
|
- margin-top: 10px;
|
|
|
- .transaction_password_one{
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- margin-bottom: 4px;
|
|
|
- .transaction_password_one_title{
|
|
|
- font-size: 14px;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
- font-weight: 400;
|
|
|
- color: #FFFFFF;
|
|
|
- }
|
|
|
- .transaction_password_forget{
|
|
|
- width: 48px;
|
|
|
- font-size: 12px;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
- font-weight: 400;
|
|
|
- color: #939599;
|
|
|
- }
|
|
|
+ .gift_confirmation_top_three {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ font-size: 13px;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #ffffff;
|
|
|
+ line-height: 18px;
|
|
|
+ opacity: 0.5;
|
|
|
+ .gift_confirmation_top_three_text1 {
|
|
|
+ margin-right: 10px;
|
|
|
}
|
|
|
- /deep/ .van-password-input{
|
|
|
- margin: 0;
|
|
|
- margin-top: 8px;
|
|
|
- .van-password-input__item{
|
|
|
- width: 44px;
|
|
|
- height: 44px;
|
|
|
- background: rgba(10, 10, 27, 0.3);
|
|
|
- border-radius: 8px;
|
|
|
- }
|
|
|
+ .gift_confirmation_top_three_text2 {
|
|
|
+ margin-right: 5px;
|
|
|
+ }
|
|
|
+ .gift_confirmation_top_three_img{
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ margin-top: 2px;
|
|
|
}
|
|
|
}
|
|
|
- .additional_costs{
|
|
|
- width: 100%;
|
|
|
- margin-top: 10px;
|
|
|
- background: #29293F;
|
|
|
- border-radius: 8px;
|
|
|
- padding: 12px 10px;
|
|
|
+ }
|
|
|
+ .gift_confirmation {
|
|
|
+ font-size: 20px;
|
|
|
+ font-family: PingFangSC-Medium, PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ margin-bottom: 6px;
|
|
|
+ color: #ffffff;
|
|
|
+ }
|
|
|
+ .gift_confirmation_tip {
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #939599;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ }
|
|
|
+ .gift_confirmation_information {
|
|
|
+ width: 100%;
|
|
|
+ height: 117px;
|
|
|
+ background: #1e222c;
|
|
|
+ border-radius: 4px;
|
|
|
+ padding: 15px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ .gift_confirmation_information_title {
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #ffffff;
|
|
|
+ line-height: 18px;
|
|
|
+ padding-bottom: 12px;
|
|
|
box-sizing: border-box;
|
|
|
+ opacity: 0.6;
|
|
|
+ border-bottom: 1px solid rgba(151, 151, 151, 0.1);
|
|
|
+ margin-bottom: 15px;
|
|
|
+ }
|
|
|
+ .gift_confirmation_information_con {
|
|
|
+ // margin-top: 8px;
|
|
|
display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- .additional_costs_left{
|
|
|
+ // .gift_confirmation_information_con_img{
|
|
|
+ // width: 40px;
|
|
|
+ // height: 40px;
|
|
|
+ // border-radius: 65px;
|
|
|
+ // margin-right: 10px;
|
|
|
+ // }
|
|
|
+ .gift_confirmation_information_con_name {
|
|
|
font-size: 14px;
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
|
- font-weight: 400;
|
|
|
- color: #FFFFFF;
|
|
|
- }
|
|
|
- .additional_costs_right{
|
|
|
- font-size: 14px;
|
|
|
- font-family: PingFangSC-Medium, PingFang SC;
|
|
|
font-weight: 500;
|
|
|
- color: #28B6FF;
|
|
|
+ color: #ffffff;
|
|
|
+ line-height: 20px;
|
|
|
+ margin-bottom: 2px;
|
|
|
+ }
|
|
|
+ .gift_confirmation_information_con_phone {
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #ffffff;
|
|
|
+ opacity: 0.3;
|
|
|
+ line-height: 16px;
|
|
|
}
|
|
|
}
|
|
|
- .payment_method{
|
|
|
- width: 100%;
|
|
|
- background: #29293F;
|
|
|
- border-radius: 8px;
|
|
|
- padding: 12px 10px;
|
|
|
- box-sizing: border-box;
|
|
|
- margin-top: 10px;
|
|
|
- .payment_method_con{
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+ }
|
|
|
+ .transaction_password {
|
|
|
+ width: 100%;
|
|
|
+ height: 103px;
|
|
|
+ background: #29293f;
|
|
|
+ border-radius: 8px;
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ margin-top: 10px;
|
|
|
+ .transaction_password_one {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-bottom: 4px;
|
|
|
+ .transaction_password_one_title {
|
|
|
font-size: 14px;
|
|
|
- font-family: PingFangSC-Medium, PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
- color: #FFFFFF;
|
|
|
- .payment_method_con_left{
|
|
|
- display: flex;
|
|
|
- .payment_method_title{
|
|
|
- margin-top: 2px;
|
|
|
- }
|
|
|
- }
|
|
|
- .payment_method_img{
|
|
|
- width: 24px;
|
|
|
- height: 24px;
|
|
|
- margin-right: 6px;
|
|
|
- }
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #ffffff;
|
|
|
+ }
|
|
|
+ .transaction_password_forget {
|
|
|
+ width: 48px;
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #939599;
|
|
|
}
|
|
|
- .payment_method_con:first-child{
|
|
|
- margin-bottom: 10px;
|
|
|
- border-bottom: 1px solid #5F646F;
|
|
|
- padding-bottom: 10px;
|
|
|
- box-sizing: border-box;
|
|
|
- }
|
|
|
}
|
|
|
- .fee_details_divider{
|
|
|
- margin: 10px 0;
|
|
|
+ /deep/ .van-password-input {
|
|
|
+ margin: 0;
|
|
|
+ margin-top: 8px;
|
|
|
+ .van-password-input__item {
|
|
|
+ width: 44px;
|
|
|
+ height: 44px;
|
|
|
+ background: rgba(10, 10, 27, 0.3);
|
|
|
+ border-radius: 8px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
- .gift_button{
|
|
|
- position: fixed;
|
|
|
- bottom: 0;
|
|
|
+ .additional_costs {
|
|
|
width: 100%;
|
|
|
- height: 56px;
|
|
|
- background: #15152D;
|
|
|
- padding: 8px 16px;
|
|
|
+ margin-top: 10px;
|
|
|
+ background: #29293f;
|
|
|
+ border-radius: 8px;
|
|
|
+ padding: 12px 10px;
|
|
|
box-sizing: border-box;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
- .gift_button_cancel{
|
|
|
- width: 164px;
|
|
|
- height: 40px;
|
|
|
- border-radius: 8px;
|
|
|
- border: 1px solid #28B6FF;
|
|
|
- box-sizing: border-box;
|
|
|
- line-height: 40px;
|
|
|
- text-align: center;
|
|
|
- font-size: 16px;
|
|
|
+ .additional_costs_left {
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #ffffff;
|
|
|
+ }
|
|
|
+ .additional_costs_right {
|
|
|
+ font-size: 14px;
|
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
|
font-weight: 500;
|
|
|
- color: #28B6FF;
|
|
|
+ color: #28b6ff;
|
|
|
}
|
|
|
- .gift_button_payment{
|
|
|
- width: 164px;
|
|
|
- height: 40px;
|
|
|
- background: #28B6FF;
|
|
|
- border-radius: 8px;
|
|
|
- font-size: 16px;
|
|
|
+ }
|
|
|
+ .payment_method {
|
|
|
+ width: 100%;
|
|
|
+ background: #1e222c;
|
|
|
+ border-radius: 12px;
|
|
|
+ padding: 20px 0px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ margin-top: 10px;
|
|
|
+ .add_bank_card {
|
|
|
+ padding: 0px 15px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ .add_bank_card_con {
|
|
|
+ display: flex;
|
|
|
+ .add_bank_card_con_title {
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #ffffff;
|
|
|
+ line-height: 24px;
|
|
|
+ }
|
|
|
+ .add_bank_card_img_one{
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
+ margin-right: 10px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .add_bank_card_img_two{
|
|
|
+ width: 22px;
|
|
|
+ height: 22px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .payment_method_con {
|
|
|
+ font-size: 14px;
|
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
|
font-weight: 500;
|
|
|
- color: #FFFFFF;
|
|
|
- text-align: center;
|
|
|
- line-height: 40px;
|
|
|
+ color: #ffffff;
|
|
|
+ .choose-icon{
|
|
|
+ width: 22px;
|
|
|
+ height: 22px;
|
|
|
+ }
|
|
|
+ .van-divider {
|
|
|
+ padding-left: 49px;
|
|
|
+ margin-top: 20px;
|
|
|
+ margin-bottom: 19px;
|
|
|
+ }
|
|
|
+ .van-divider::before {
|
|
|
+ height: 1px;
|
|
|
+ background: #979797;
|
|
|
+ opacity: 0.1;
|
|
|
+ }
|
|
|
+ .payment_method_con_text {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: 0px 15px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+ .payment_method_con_left {
|
|
|
+ display: flex;
|
|
|
+ .payment_method_title {
|
|
|
+ margin-top: 2px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .payment_method_img {
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
+ margin-right: 6px;
|
|
|
+ }
|
|
|
}
|
|
|
+ // .payment_method_con:first-child {
|
|
|
+ // margin-bottom: 10px;
|
|
|
+ // border-bottom: 1px solid #5f646f;
|
|
|
+ // padding-bottom: 10px;
|
|
|
+ // box-sizing: border-box;
|
|
|
+ // }
|
|
|
+ }
|
|
|
+ .fee_details_divider {
|
|
|
+ margin: 10px 0;
|
|
|
}
|
|
|
- /deep/ .van-password-input__security i{
|
|
|
- background-color: #fff !important;
|
|
|
+}
|
|
|
+.gift_button {
|
|
|
+ position: fixed;
|
|
|
+ bottom: 64px;
|
|
|
+ width: 100%;
|
|
|
+ height: 50px;
|
|
|
+ // background: #191D27;
|
|
|
+ padding: 0px 15px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ .gift_button_cancel {
|
|
|
+ width: 164px;
|
|
|
+ height: 40px;
|
|
|
+ border-radius: 8px;
|
|
|
+ border: 1px solid #28b6ff;
|
|
|
+ box-sizing: border-box;
|
|
|
+ line-height: 40px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: PingFangSC-Medium, PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #28b6ff;
|
|
|
+ }
|
|
|
+ .gift_button_payment {
|
|
|
+ width: 100%;
|
|
|
+ height: 50px;
|
|
|
+ background: #f9ddb3;
|
|
|
+ border-radius: 8px;
|
|
|
+ font-size: 18px;
|
|
|
+ font-family: PingFangSC-Medium, PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #503a1e;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 50px;
|
|
|
}
|
|
|
+}
|
|
|
+/deep/ .van-password-input__security i {
|
|
|
+ background-color: #fff !important;
|
|
|
+}
|
|
|
</style>
|