goodDetails.less 3.23 KB
.good-details-box{
  padding-bottom: 130px;
  .pl {
    background-color: transparent;
    width: 100%;
    &.is-open-app {
        height: 122px;
    }
    &.is-cnlive {
        height: 93px;
    }
  }   
  .hide{
    display:none;
  }
  .call-app-box{
    position: fixed;
    z-index:1;
  }
  .back-box{
    background-color: #FFF;
    position:fixed;
    z-index:1;
  }
  .goods-img{
    display: block;
    width: 100%;
    height:750px
  }
  .main-box{
    .title{
      font-size: 34px;
      font-weight: 500;
      color: #333333;
      line-height: 48px;
      text-align: center;
      margin:30px 20px 0 20px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /*! autoprefixer: off */
      -webkit-box-orient: vertical;
      /*! autoprefixer: on */
      text-overflow: ellipsis;
      overflow: hidden;
    }
    .title-t{
      margin:20px 60px 10px 60px ;
      display: flex;
      align-items: center;
      justify-content: center;
      .price{
        height: 40px;
        font-size: 28px;
        font-weight: 400;
        color: #999999;
        line-height: 40px;
        margin-right: 24px;
        text-decoration: line-through;
      }
      .integral{
        height: 92px;
        font-size: 66px;
        font-weight: 500;
        color: #FC1541;
        line-height: 92px;
      }
      .integral-in{
        height: 45px;
        font-size: 32px;
        font-weight: 400;
        color: #333333;
        line-height: 45px;
        margin-left: 14px;
      }
    }
    /*商品信息**/
    .goods-info{
      margin: 30px;
      width: 690px;
      background: #FFFFFF;
      box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
      border-radius: 24px;
      overflow: hidden;
      .good-title{
        margin-top: 50px;
        height: 42px;
        font-size: 30px;
        font-weight: 500;
        color: #666666;
        line-height: 42px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        .left{
          margin-right: 28px;
        }
        .right{
          margin-left: 28px;
        }
        span{
          width: 46px;
          height: 1.5px;
          background-color: #B4B4B4;          
        }
      }
      .good-desc{
        margin:40px 40px 10px 40px;
        font-size: 26px;
        font-weight: 300;
        color: #999999;
        line-height: 37px;
        .text-left{
          text-align: left;
          margin-top: 20px;
          .to-link{
            color: #0091FF;
          }
          span{
            font-size: 26px;
            font-weight: 400;
            color: #666666;
            line-height: 37px;
          }
        }
      }
      /**相似商品*/
      .column-list-box{
        margin-top:40px;
      }
    }
  }
  /**页脚*/
  .footer{
    width: 750px;
    height: 130px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom:0px;
    left:0px;
    display:flex;
    justify-content: center;
    align-items: center;
    .btn{
      width: 690px;
      height: 90px;
      line-height: 90px;
      background: #F5A623;
      border-radius: 16px;
      text-align: center;
      color: #fff;
      font-size: 34px;
      font-weight: 500;
      color: #FFFFFF;
    }
  }
}