partyBuildingGoodDetails.less 4.13 KB
.good-details-box{
  padding-bottom: 130px;
  .nav{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    .nav-bar {
      position: unset;
      background-color: #FFFFFF;
      border-bottom: 1px solid #E6E6E6;
      padding:20px 0;
    }
  }
  .pl {
    background-color: transparent;
    width: 100%;
    height: 88px;
    // &.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{
      color: #3EB781;
      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: 42px;
        font-weight: 500;
        color: #3EB781;
        line-height: 92px;
      }
      .integral-in{
        height: 45px;
        font-size: 42px;
        font-weight: 400;
        color: #3EB781;
        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;
      padding-bottom: 35px;
      .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;          
        }
      }
      /*健康商城规则说明*/
      .health_desc{
        font-size: 28px;
        margin-left: 20px;
        .health_title{
          text-align: left;
          font-size: 28px;
          font-weight: 500;
          margin-top:56px;
        }
        .desc{
          text-align: left;
          color: #666666;
          margin-top: 15px;
        }
      }
      .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;
    .desc{
      height: 130px;
      font-size: 30px;
      font-weight: 400;
      color: #333333;
      line-height: 130px;
      margin: 0 30px;     
    }
    .btn{
      flex: 1;
      margin: 20px 30px;
      height: 90px;
      line-height: 90px;
      background: #F5A623;
      border-radius: 16px;
      text-align: center;
      color: #fff;
      font-size: 34px;
      font-weight: 500;
      color: #FFFFFF;
    }
    .grey{
      background: #E6E6E6;
      color: #888888;
    }
  }
}