attr_price.less 4.58 KB
.m-table-form{
  .m-table-view{
    margin-top:0px;
    margin-bottom:10px;
    padding:0 15px;
    border-top:none;
    border-bottom:1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    .cell{
      font-size: 14px;
      padding:0px;
      background-color: #FFF;
      overflow: hidden;
      position: relative;
      text-align: left;
      border-top:none;
  }
  .cell:last-child{
    border-bottom:none;
  }
  .acc-icon{
    position: relative;
    padding-right: 30px;
    .acc{
      text-align: right;
      position: absolute;
      right: 0;
      top: 0;
      min-width: 30px;
      height: 100%;
      line-height: 50px;
      text-align: left;
      color: #333;
      text-align: right;
    }

  }
  .acc-icon:after{
      display: none;
  }
  .title{
    font-size: 14px;
    color: #666;
    float: left;
    font-weight: 400;
    line-height: 50px;
    width: 75px;
  }
  .text{
    margin-left: 75px;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 50px;
    position: relative;
    white-space: nowrap;
    word-break:break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    .m-input{
      font-size: 14px;
      display:inline-block;
      width:100%;
      background:#fff;
    }
  }
  }

  .m-table-view .acc-icon .acc{
  }


  .btn-finish{
      position:fixed;
      width:100%;
      line-height:50px;
      font-size: 18px;
      color:#fff;
      background:#1b6ba5;
      text-align: center;
      bottom:0px;
      border: 0;
  }
}
#pm_price {
  .select-unit {
    font-size: 14px;
    outline: none;
  }
}

#priceAndAttr {
    padding: 44px 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    .m-header {
        margin-top: -44px;
    }
    .m-content {
        height: 100%;
        padding-bottom: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .c-table-view {
        margin-top: 10px;
        .cell {
            font-size: 14px;
            padding: 0 0 0 10px;
            background-color: #FFF;
            overflow: hidden;
            position: relative;
            text-align: left;
        }
        .m-input {
            line-height: 22px;
            min-height: 22px;
            margin: 0;
            padding: 11px 11px 10px;
            font-size: 15px;
            color: #333;
            width: 100%;
            border: 1px solid #e2e2e2;
            background: none;
            text-align: left;
            outline: none;
            box-shadow: none;
            background: #FFF;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            vertical-align: middle;
        }
        .title {
            font-size: 15px;
            color: #999;
            float: left;
            font-weight: 400;
            line-height: 44px;
            min-width: 75px;
            max-width: 150px;
        }
        .text {
            margin-left: 75px;
            display: block;
            font-size: 15px;
            color: #333;
            line-height: 44px;
            position: relative;
            white-space: nowrap;
            word-break: break-all;
            text-overflow: ellipsis;
            overflow: hidden;
            padding-right: 10px;
        }
        .acc {
            position: absolute;
            right: 10px;
            top: 0;
            min-width: 30px;
            height: 100%;
            line-height: 44px;
            text-align: left;
            color: #999;
            text-align: right;
            pointer-events: none;
        }
        .m-select {
            padding-right: 20px;
            .select-text {
                line-height: 44px;
            }
            select {
                height: 100%;
            }
        }
        .acc-icon {
            position: relative;
            padding-right: 40px;
            font-size: 15px;
            .text {
                padding-right: 0;
            }
            .acc {
                .m-icon {
                    margin-right: 5px;
                }
            }
        }
    }
    .table-header {
        font-size: 14px;
        color: #333;
        line-height: 20px;
        padding: 10px 10px 0;
    }
    .m-footer {
        padding: 0;
    }
}