update_product_desc.less 1.4 KB
#updateProductDesc {
    padding: 44px 0 50px;
    box-sizing: border-box;
    .m-header {
        margin-top: -44px;
    }
    .m-content {
        height: 100%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .editer {
        width: 100%;
        min-height: 100%;
        padding: 10px 20px;
        background-color: #FFF;
        box-sizing: border-box;
        font-size: 14px;
        color: #666;
        img {
            width: 100%;
            max-width: 100%;
            margin: 10px 0;
            position: relative;
        }
    }
    .m-footer {
        padding: 0;
        span {
            float: left;
            width: 50%;
            box-sizing: border-box;
        }
        .choosePic {
            position: relative;
            input {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
                z-index: 1;
            }
        }
    }
}
.editimgs {
  position: relative;
  .imgremove {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #fff;
    padding: 0 15px;
    height: 24px;
    line-height: 24px;
    color: #333;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #ddd;
    border: 1px solid #e1e1e1;
    &:active {
      box-shadow: 0px 1px 6px #ddd;
      right: 18px;
      top: 22px;
    }
  }
}