couponCollectionDetails.less 6.91 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
  }
  .banner_box{
    width:100%;
    height: 750px;
    background: url("../../../static/img/coupons/coupons01.png") no-repeat center top;
    background-size: 100%;
    overflow: hidden;
      .banner_desc{
        font-size: 50px;
        font-weight: 500;
        color: #CD0C2F;
        line-height: 70px;
        margin-top:229px;
        text-align: center;
      }
      .discount{
        font-size: 112px;
        font-weight: 500;
        color: #E81138;
        line-height: 215px;
        margin-top: 35px;
        text-align: center;
        letter-spacing: -8px;
        span{
          font-size: 50px;
          font-weight: 500;
          color: #E81138;
          line-height: 70px;
        }
      }
  }
  .main-box{
    padding-bottom: 0;  
    padding-bottom: constant(safe-area-inset-bottom);  
    padding-bottom: env(safe-area-inset-bottom);  
    .title{
      // width: 414px;
      font-size: 34px;
      font-weight: 500;
      color: #333333;
      line-height: 48px;
      text-align: center;
      margin:30px 20px 10px 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;
       // 积分 + 现金标示
       .goods_tip{
        padding: 3px 8px;
        background: linear-gradient(90deg, #F9EE7A 0%, #FAD844 100%);
        border-radius: 7px;
        height: 30px;
        font-size: 22px;
        font-weight: 400;
        color: #945A08;
        line-height: 30px;
        margin-right: 10px;
      }
      .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: #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;
          .blue{
            color: #0091FF;
          }
          .to-link{
            color: #0091FF;
          }
          span{
            font-size: 26px;
            font-weight: 400;
            color: #666666;
            line-height: 37px;
          }
        }
        .desc_title{
          height: 37px;
          font-size: 26px;
          font-weight: 400;
          color: #666666;
          line-height: 37px;
        }
        .mar_top10{
          margin-top:10px;
        }
      }
       /**商品规格*/
      .item_sku_box{
        margin-top:30px;
        .item_sku{
          font-size: 26px;
          font-weight: 300;
          display: flex;
          margin:0 30px;
          div{
            background: #FEF9F9;
          }
          .left{
            color: #777777;
            font-weight: 300;
            margin-right:10px;
            width: 204px;
            height:72px;
            line-height: 72px;
            text-align: center;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            /*! autoprefixer: off */
            -webkit-box-orient: vertical;
            /*! autoprefixer: on */
            text-overflow: ellipsis;
            overflow: hidden;
          }
          .right{
            width:435px;
            height:72px;
            line-height: 72px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            /*! autoprefixer: off */
            -webkit-box-orient: vertical;
            /*! autoprefixer: on */
            text-overflow: ellipsis;
            overflow: hidden;
            flex: 1;
            color:#333333;
            font-weight: 400;
            span{
              margin-left: 60px;
            }
          }
        }
        .item_sku:nth-child(odd) > div{
          background: #FEF9F9;
        }
        .item_sku:nth-child(even) > div{
          background: rgba(249, 249, 249, 0.3);
        }
      }
      /**相似商品*/
      .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;
    padding-bottom: 0;  
    padding-bottom: constant(safe-area-inset-bottom);  
    padding-bottom: env(safe-area-inset-bottom);  
    .desc{
      height: 130px;
      font-size: 30px;
      font-weight: 400;
      color: #333333;
      line-height: 130px;
      margin: 0 30px;     
    }
    .line{
      width: 1px;
      height: 40px;
      background-color: #C8C8C8;
      margin: 0 30px 0 10px
    }
    .collection_box{
      &.mar_left20{
        margin-left: 40px;
      }
      img{
        display: block;
        width: 40px;
        height: 40px;
      }
      div{
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        line-height: 25px;
        text-align: center;
        margin-top: 10px;
      }
    }
    .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;
    }
  }
}