'碎片记录'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="WithdrawingCoin ">
|
||||
<view class="withdrawing-content">
|
||||
<view class="item-name">账户能量球将提现到银行卡</view>
|
||||
<view class="item-name">能量球提现至银行卡</view>
|
||||
<view class="item">
|
||||
<view style="flex: 1;">
|
||||
<input class="input_num" v-model="withdraw_input" @input='inputNum' type="number"
|
||||
@@ -254,7 +254,7 @@
|
||||
}
|
||||
|
||||
.all {
|
||||
color: $mian-color;
|
||||
color: $text-price;
|
||||
width: 160rpx;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -264,8 +264,8 @@
|
||||
background-color: #fff;
|
||||
box-shadow: 0 0 30rpx 1rpx rgba($color: #000000, $alpha: 0.2);
|
||||
margin: $margin*1.4;
|
||||
border-radius: $radius*1.5;
|
||||
padding: $padding*1.4;
|
||||
border-radius: 20rpx;
|
||||
padding: $padding*1.4 ;
|
||||
font-size: $title-size-m;
|
||||
|
||||
.item-name {
|
||||
@@ -274,7 +274,7 @@
|
||||
color: #303030;
|
||||
font-weight: bold;
|
||||
margin-bottom: $margin;
|
||||
font-size: $title-size *1.4;
|
||||
font-size: $title-size *1.2;
|
||||
}
|
||||
|
||||
.item {
|
||||
@@ -305,7 +305,7 @@
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: $padding*2 0 0 0;
|
||||
padding: $padding*1 0 0 0;
|
||||
color: #3a3a3a;
|
||||
|
||||
.total {
|
||||
@@ -331,9 +331,9 @@
|
||||
// background-color: $text-price;
|
||||
background-image: linear-gradient(to right, $text-price, $mian-color);
|
||||
color: #fff;
|
||||
border-radius: 50rpx;
|
||||
border-radius: 20rpx;
|
||||
text-align: center;
|
||||
padding: $padding ;
|
||||
padding: $padding * .7 ;
|
||||
margin: $margin * 2;
|
||||
font-size: $title-size;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user