withdrew.less 7.31 KB
@import "m/bank";
@import "m/result";

.inline (){
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.WithdrewPage, .WithdrewPayPage {
    .form {
        padding-bottom: 40px;
        background: #FFF;
        margin-bottom: 27px;
        position: relative;
        &:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 7px;
            left: 0;
            bottom: -7px;
            background: url(../images/dest/btm_r.png) 0 bottom repeat-x;
        }
        .btn-submit{
        color: #FFF;
          background-color: #f67a27;
        }
    }
    .form p.error{
        margin-left:95px;
    }
    .add-bank input.error, .add-bank .m-select.error {
        border:1px solid #ff5243;
        color:#ff5243;
    }
    .add-bank p.error{
        margin-left:135px;
    }
    form input[disabled]{
      background-color: #f0f0f0 !important;
      color: #ccc !important;
    }
    .form
    h2 {
        line-height: 50px;
        border-bottom: 4px solid #5eba2c;
    }
    .bank-logo{
        display: inline-block;
    }
    .m-list {
        .cell-basic {
            padding: 12px 30px;
            .title {
                min-width: 80px;
            }
        }
        .m-input {
            margin-right: 20px;
        }
        .balance {
            border-bottom: 1px solid #e6e6e6;
        }
        .txt {
            color: #999;
            margin: 0 20px;
        }
        .mun {
            margin: 0 20px;
        }
        .change {
            padding: 3px 8px;
            margin-top: 10px;
        }
    }
    .banks {
        float: left;
        margin-right: 15px;
        .bank-logo {
            float: left;
        }
        li {
            cursor:pointer;
            background: #fff;
            border: 1px solid #e6e6e6;
            padding: 10px;
            line-height: 28px;
            margin-bottom: 10px;
            width: 530px;
            &.on {
                border-color: #5eba2c;
            }
            img {
                width: 125px;
                height: 28px;
                float: left;
            }
            span {
                font-size: 12px;
            }
            .type {
                color: #666;
                margin: 0 10px;
            }
            .limit {
                color: #999;
            }
            .quick {
                font-size: 12px;
                padding: 4px;
                color: #FFF;
                background: #6699cc;
                margin: 0 15px 0 5px;
            }
        }
    }
    .modal-select{
        position:relative;
        .icon-arrow-down{
          position: relative;
          top: 5px;
          left: -43px;
        }
        .hide{
            display:none;
        }
        .select-form{
            position: absolute;
                top: 63px;
                left: 125px;
                border: 1px solid #ccc;
                padding: 5px;
                background-color: #fff;
                z-index: 100;
                max-height: 150px;
                overflow: auto;
            .banks li{
                border:0px dashed #ccc;
                width:503px;
            }
            .banks li:hover{
                background:#efefef;
            }
            
        }
    }
    .pay {
        .m-list .cell-basic {
            padding: 0;
            .title {
                min-width: inherit;
            }
        }
        .m-input{
        	width: 284px;
        }
    }
    .bank-list {
        margin-left: 134px;
        margin-top: 20px;
        a {
            float: left;
            border: 1px solid #ddd;
            padding: 10px 20px;
            margin-right: 20px;
            margin-top: 20px;
            span {
                float: left;
            }
            position: relative;
            cursor:pointer;
            &.on {
                border: 1px solid #333;
                p {
                    display: block;
                }
            }
            &:hover{
                border: 1px solid #333;
                p {
                    display: block;
                }
            }
        }
        p {
            background: url("../images/dest/end.png");
            height: 20px;
            width: 167px;
            position: absolute;
            bottom: -20px;
            left: -1px;
            line-height: 20px;
            text-align: center;
            color: #ccc;
            font-size: 11px;
            display: none;
        }
    }
    .btn-return-mine{
        widows:174px;
        height:48px;
        line-height:48px;
        text-align:center;
        color:#666;
        font-size:14px;
        background:#fafafa;
    }
    .add-bank {
        background: #fbfbfb;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin-left: 95px;
        margin-top: 20px;
        .cell-basic {
            line-height: 40px;
            margin-bottom: 0px;
            .title {
                width: 120px;
            }
            .m-select {
                float: none;
            }
            .m-checkbox {
                position: relative;
                top: -2px;
            }
        }
    }
}
.WithdrewPage p.error {
    margin-left: 120px;
}
.wrap >h2 {
    font-size: 14px;
    line-height: 50px;
    border-bottom: 4px solid #5eba2c;
}
.WithdrewPage {
  .m-list {
    .cell-basic {
      margin: 0;
      padding: 10px 30px;
    }
    .title {
      .inline;
      text-align: left;
    }
    .balance {
      padding: 20px 30px 30px 30px;
      margin-bottom: 10px;
    }
    .modal-select {
      .title {
        line-height: 50px;
      }
    }
  }
  .banks li {
    margin: 0;
  }
  .bank-list {
    margin-left: 96px;
  }
}
.back2card {
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  margin-top: -6px;
}
.btngra,
.btngre {
  .inline;
  color: #fff;
  background-color: #23ac38;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
}
.btngra {
  color: #666;
  background-color: #f9f9f9;
}
.warning {
  .inline;
  width: 30px;
  height: 30px;
  background: url(../images/pay/warning.png) 0 0 no-repeat;
  vertical-align: middle;
}
.payhint {
  text-align: center;
  min-width: 540px;
  padding: 50px 0;
  display: none;
  .orange {
    color: #f60;
  }
  .ptt,
  .pbd {
    font: 18px/1 'Microsoft YaHei';
    margin-bottom: 20px;
  }
  .m-btn, .m-input {
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
  }
  .m-btn {
    width: 90px;
    text-align: center;
  }
  .pbd .title {
    font-size: 14px;
  }
}
.icon-what {
  .inline;
  width: 14px;
  height: 16px;
  background: url(../images/src/qa.png) 0 0 no-repeat;
  margin-top: -1px;
}
.gethint {
  position: relative;
  &:hover .whathint {
    opacity: 100;
    filter: alpha(opacity=100);
  }
}
.whathint {
  position: absolute;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ddd;
  padding: 0 10px;
  top: -8px;
  left: 35px;
  width: 305px;
  font-size: 12px;
  color: #999;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
  i, em {
    .inline;
    position: absolute;
    border-width: 6px 6px 6px 0;
    border-color: transparent #ddd transparent transparent;
    border-style: solid;
    top: 10px;
    left: -7px;
  }
  em {
    border-color: transparent #fff transparent transparent;
    left: -5px;
  }
}