259 lines
3.8 KiB
Plaintext
259 lines
3.8 KiB
Plaintext
/* pages/wallet/withdraw.wxss */
|
|
page {
|
|
background: #F3F5F7;
|
|
}
|
|
|
|
.account {
|
|
width: 91%;
|
|
height: 160rpx;
|
|
padding: 32rpx 20rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
gap: 16rpx;
|
|
border-radius: 16rpx;
|
|
background: #FFF;
|
|
margin: 0 auto;
|
|
margin-top: 24rpx;
|
|
}
|
|
|
|
.title {
|
|
color: #363636;
|
|
font-family: "PingFang SC";
|
|
font-size: 28rpx;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.val {
|
|
width: 478rpx;
|
|
height: 120rpx;
|
|
}
|
|
|
|
.top {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.top-1 {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
width: 93%;
|
|
}
|
|
|
|
.top-icon {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
|
|
.name {
|
|
color: #4e4e4e;
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
margin-left: 8rpx;
|
|
}
|
|
|
|
.arrow {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
}
|
|
|
|
.bottom {
|
|
color: #4e4e4e;
|
|
font-size: 28rpx;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
margin-top: 8rpx;
|
|
}
|
|
|
|
.number {
|
|
width: 91%;
|
|
height: 104rpx;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
border-radius: 16rpx;
|
|
background: #FFF;
|
|
box-shadow: 0 0 8rpx 0 #F3F5F7;
|
|
margin: 0 auto;
|
|
margin-top: 24rpx;
|
|
padding: 32rpx 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tips {
|
|
color: #363636;
|
|
font-family: "PingFang SC";
|
|
font-size: 28rpx;
|
|
font-style: normal;
|
|
margin-left: 54rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
|
|
.number-text {
|
|
color: #363636;
|
|
font-size: 40rpx;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
width: 60%;
|
|
}
|
|
|
|
.placeholders {
|
|
font-size: 30rpx;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
color: #757575;
|
|
}
|
|
|
|
.text {
|
|
color: #808080;
|
|
font-family: "PingFang SC";
|
|
font-size: 26rpx;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
margin-left: 42rpx;
|
|
margin-top: 16rpx;
|
|
|
|
}
|
|
|
|
.text-btn {
|
|
color: #367df9;
|
|
font-family: "PingFang SC";
|
|
font-size: 28rpx;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
margin-left: 24rpx;
|
|
}
|
|
|
|
button {
|
|
color: #ffffff !important;
|
|
font-size: 32rpx;
|
|
padding: 0;
|
|
background-color: #fff !important;
|
|
border-radius: 0;
|
|
display: block !important;
|
|
}
|
|
|
|
.confirm-btn {
|
|
width: 574rpx;
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 33rpx;
|
|
border-radius: 16rpx;
|
|
letter-spacing: 1rpx;
|
|
background: linear-gradient(115deg, #62B2FF -1.34%, #3C80F6 100%);
|
|
margin-top: 184rpx;
|
|
}
|
|
|
|
.disable-btn {
|
|
background: linear-gradient(0deg, #ffffff80 0%, #ffffff80 100%), linear-gradient(115deg, #62B2FF -1.34%, #3C80F6 100%);
|
|
|
|
}
|
|
|
|
.input-body {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
z-index: 10;
|
|
}
|
|
|
|
.input-body .input-modal {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 40%;
|
|
border-radius: 16rpx;
|
|
width: 540rpx;
|
|
transform: translate(-50%, -50%);
|
|
background-color: #fff;
|
|
}
|
|
|
|
.input-body .input-modal .modal-headr {
|
|
padding: 32rpx 0 16rpx;
|
|
text-align: center;
|
|
color: #434343;
|
|
height: 64rpx;
|
|
color: #363636;
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
font-weight: 700;
|
|
line-height: 44rpx;
|
|
}
|
|
|
|
.input-body .input-modal .modal-body {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin: 50rpx 20rpx;
|
|
padding: 0 20rpx;
|
|
}
|
|
|
|
|
|
.input-modal .modal-footer {
|
|
position: relative;
|
|
display: flex;
|
|
}
|
|
|
|
.modal-footer::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: 50%;
|
|
top: 50%;
|
|
width: 2rpx;
|
|
height: 50%;
|
|
background: #F3F5F7;
|
|
transform: translateY(-50%)
|
|
}
|
|
|
|
.input-modal .modal-footer>view {
|
|
flex-grow: 1;
|
|
height: 90rpx;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
line-height: 90rpx;
|
|
}
|
|
|
|
|
|
.editInput {
|
|
display: flex;
|
|
font-size: 30rpx;
|
|
justify-content: space-between;
|
|
height: 68rpx;
|
|
padding: 0 16rpx;
|
|
align-items: center;
|
|
border-radius: 8rpx;
|
|
background: #F5F8FE;
|
|
margin-left: 24rpx;
|
|
margin-right: 42rpx;
|
|
box-sizing: border-box;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
|
|
.oilInput {
|
|
flex: 1;
|
|
}
|
|
|
|
.price {
|
|
display: flex;
|
|
width: 80%;
|
|
}
|
|
|
|
.unit {
|
|
width: 40rpx;
|
|
top: 14rpx;
|
|
color: #191b27;
|
|
font-size: 26rpx;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.unit-icon {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
} |