You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
117 lines
2.6 KiB
117 lines
2.6 KiB
5 years ago
|
.mui-bar-nav ~ .mui-content .mui-slider.mui-fullscreen {
|
||
|
top: 1.1rem; }
|
||
|
|
||
|
#sliderSegmentedControl {
|
||
|
background: #FFFFFF; }
|
||
|
|
||
|
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item {
|
||
|
color: #333333; }
|
||
|
|
||
|
.mui-table-view {
|
||
|
background: #F1F1F1; }
|
||
|
|
||
|
.mui-slider .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-group .mui-slider-item {
|
||
|
border: none; }
|
||
|
|
||
|
input[type=text] {
|
||
|
padding: 0; }
|
||
|
|
||
|
input[type=number] {
|
||
|
padding: 0; }
|
||
|
|
||
|
.coin-info {
|
||
|
width: 100%;
|
||
|
height: 2rem;
|
||
|
background: #FFFFFF;
|
||
|
text-align: center; }
|
||
|
.coin-info span {
|
||
|
display: block;
|
||
|
padding: .3rem 0; }
|
||
|
.coin-info .coin-available {
|
||
|
color: #333333;
|
||
|
font-size: .24rem; }
|
||
|
.coin-info .coin-available-num {
|
||
|
color: #333333;
|
||
|
font-size: .37rem; }
|
||
|
|
||
|
.withdraw {
|
||
|
width: 100%;
|
||
|
height: 2rem;
|
||
|
background: #FFFFFF;
|
||
|
margin-top: .2rem;
|
||
|
padding-left: .2rem; }
|
||
|
.withdraw p {
|
||
|
color: #333333;
|
||
|
font-size: .24rem;
|
||
|
padding: .15rem 0; }
|
||
|
.withdraw .withdraw-info {
|
||
|
width: 100%; }
|
||
|
.withdraw .withdraw-info input {
|
||
|
width: 74%;
|
||
|
height: .6rem;
|
||
|
background: #F1F1F1;
|
||
|
border: 1px solid #F1F1F1;
|
||
|
border-radius: 4px;
|
||
|
color: #333333;
|
||
|
padding-left: .2rem; }
|
||
|
.withdraw .withdraw-info input::-webkit-input-placeholder {
|
||
|
color: #999999;
|
||
|
font-size: .2rem;
|
||
|
padding: 0 !important; }
|
||
|
.withdraw .withdraw-info label {
|
||
|
color: #6584AB;
|
||
|
font-size: .24rem;
|
||
|
padding-left: .2rem; }
|
||
|
.withdraw .withdraw-cost {
|
||
|
width: 75%;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
margin-top: -.08rem; }
|
||
|
.withdraw .withdraw-cost span {
|
||
|
color: #999999;
|
||
|
font-size: .17rem; }
|
||
|
|
||
|
.withdraw-address {
|
||
|
width: 100%;
|
||
|
height: 2rem;
|
||
|
background: #FFFFFF;
|
||
|
margin-top: .2rem;
|
||
|
padding-left: .2rem;
|
||
|
position: relative; }
|
||
|
.withdraw-address p {
|
||
|
color: #333333;
|
||
|
font-size: .24rem;
|
||
|
padding: .3rem 0; }
|
||
|
.withdraw-address input {
|
||
|
width: 82%;
|
||
|
height: .6rem;
|
||
|
background: #FFFFFF;
|
||
|
border: none;
|
||
|
border-bottom: 1px solid #F1F1F1;
|
||
|
color: #333333;
|
||
|
font-size: .2rem; }
|
||
|
.withdraw-address input::-webkit-input-placeholder {
|
||
|
color: #999999;
|
||
|
font-size: .2rem;
|
||
|
text-align: left; }
|
||
|
.withdraw-address img {
|
||
|
width: .29rem !important;
|
||
|
height: .29rem;
|
||
|
position: absolute;
|
||
|
top: 1.05rem;
|
||
|
right: .44rem; }
|
||
|
|
||
|
.btn-withdraw {
|
||
|
width: 100%;
|
||
|
height: .86rem;
|
||
|
background: linear-gradient(90deg, #ff9d00 0%, #ffcd34 100%);
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
line-height: .86rem;
|
||
|
color: #FFFFFF;
|
||
|
text-align: center;
|
||
|
border: 1px solid #FFCD34;
|
||
|
z-index: 99; }
|
||
|
|
||
|
/*# sourceMappingURL=withdraw.css.map */
|