You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.6 KiB
Plaintext
75 lines
1.6 KiB
Plaintext
/* pages/withdraw/index.wxss */
|
|
.container .accountinfo {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 30px 20px;
|
|
background-color: #fff;
|
|
}
|
|
.container .accountinfo > view:last-child {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.container .howmuch {
|
|
padding: 30px 20px;
|
|
}
|
|
.container .howmuch > view:first-child {
|
|
padding-bottom: 20px;
|
|
}
|
|
.container .howmuch .weui-cell,
|
|
.container .howmuch .weui-cell_active {
|
|
padding: 0;
|
|
}
|
|
.container .howmuch .weui-cell input,
|
|
.container .howmuch .weui-cell_active input {
|
|
font-size: 18px;
|
|
caret-color: var(--color-ysd);
|
|
}
|
|
.container .howmuch .weui-cell::before,
|
|
.container .howmuch .weui-cell_active::before {
|
|
display: none;
|
|
}
|
|
.container .howmuch .weui-cell::after,
|
|
.container .howmuch .weui-cell_active::after {
|
|
content: "";
|
|
display: block;
|
|
height: 1px;
|
|
width: 100%;
|
|
bottom: 0;
|
|
left: 0;
|
|
position: absolute;
|
|
background-color: #ccc;
|
|
}
|
|
.container .howmuch > view:last-child {
|
|
margin: 60px auto;
|
|
text-align: center;
|
|
width: 200px;
|
|
height: 42px;
|
|
background-color: var(--color-ysd);
|
|
border-radius: 999px;
|
|
line-height: 42px;
|
|
color: #fff;
|
|
}
|
|
.weui-dialog .weui-dialog__ft {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
height: 80px;
|
|
}
|
|
.weui-dialog .weui-dialog__ft .know {
|
|
flex: unset;
|
|
width: 112px;
|
|
height: 42px;
|
|
line-height: 42px;
|
|
color: var(--color-ysd);
|
|
}
|
|
.weui-dialog .weui-dialog__ft .goprove {
|
|
flex: unset;
|
|
width: 112px;
|
|
height: 42px;
|
|
line-height: 42px;
|
|
padding: 0;
|
|
color: #fff;
|
|
border-radius: 999px;
|
|
background-color: var(--color-ysd);
|
|
}
|