|
- @import '../../iconfont.wxss';
- .Box{
- width: 100%;
- height: 100%;
- background: #f8f8fa;
- overflow: hidden;
- }
- .withdraw{
- width: 90%;
- height: 60vh;
- margin: auto;
- background-color: #fff;
- border-radius: 10rpx;
- }
- .balance{
- margin-top: 20rpx;
- padding: 20rpx;
- }
- .balanceNum{
- color: red;
- margin-left: 10rpx;
- font-weight: 700;
- padding: 0 20rpx 20rpx 20rpx;
- font-size: 48rpx;
- }
- .importNumTitle{
- padding: 0 20rpx 20rpx 20rpx;
- }
- .inputBox{
- width: 80%;
- height: 70rpx;
- margin: 60rpx auto;
- border-bottom: 1rpx solid #000;
- color: #515151;
- font-size: 62rpx;
- }
- .inputText{
- float:left;
- }
- .inputNum{
- width: 80%;
- height: 60rpx;
- float:left;
- }
- .withdrawBut{
- width: 80%;
- height: 80rpx;
- line-height: 80rpx;
- color: #fff;
- margin-top:10rpx;
- background-color: rgba(22, 155, 213, 1);
- text-align: center;
- }
- .hie{
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.3)
- }
- .hieBox{
- width: 70%;
- background-color: #fff;
- text-align: center;
- overflow: hidden;
- margin: 50% auto;
- border-radius:10rpx;
- }
- .topBox{
- overflow: hidden;
- display: flex;
- justify-content:space-around;
- padding: 20rpx;
- text-align: center;
- }
- .userHead{
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
-
- }
- .title{
- margin-top: 10rpx;
- }
- .money{
- font-weight: 700;
- font-size: 70rpx;
- margin: 40rpx 0;
- }
- .confirm{
- width: 70%;
- height: 70rpx;
- line-height: 70rpx;
- background-color: rgba(22, 155, 213, 1);
- color: #fff;
- margin: 30rpx auto ;
- border-radius: 10rpx;
- }
- .esc{
- width: 70%;
- height: 70rpx;
- line-height: 70rpx;
- margin: 30rpx auto ;
- border-radius: 10rpx;
- border: 1rpx solid rgba(121, 121, 121, 1);
- }
|