home.scss 4.21 KB
.home_container {
  padding: 0;
}

.bg_wrap {
  position: relative;
  font-size: 0px;
}

.top_bg {
  width: 100%;
}

.content_wrap {
  font-size: 14px;
  position: absolute;
  top: 0px;
  width: 100%;

  .sec1_wrap {
    position: relative;
    color: #ffffff;
    padding: 2rem 20px;
    overflow: hidden;
    .sec1_title {
      font-size: 25px;
      font-family: Source Han Sans CN;
      font-weight: 800;
      font-style: italic;
      margin-bottom: 15px;
    }
    .title_dsc {
      border: 1px #ffffff solid;
      padding: 0px 10px;
      border-radius: 20px;
      float: left;
    }
    .title_message {
      position: absolute;
      top: 2rem;
      right: 2rem;
      width: 23px;
      height: 23px;
    }
  }

  .notice_wrap {
    color: #DE4100;
    display: flex;
    font-size: 0px;
    overflow: hidden;
    background-color: #ffffff;
    margin: 0 10px;
    padding: 0px 10px;
    height: 32px;
    line-height: 32px;
    .notice_title {
      font-size: 14px;
      width: 140px;
      .notice_img {
        font-size: 0px;
        width: 17px;
        height: 17px;
        vertical-align: middle;
        margin-right: 10px;
      }
    }
    .notice_con {
      font-size: 14px;
      width: 100%;
    }
  }

  .recommend_wrap {
    background-color: #ffffff;
    margin: 1rem 10px;
    border-radius: 20px;
    text-align: center;
    padding: 35px 20px 0px;
    .recommend-col {
      margin-bottom: 35px;
    }
    .recommend_img {
      width: 37px;
      height: 37px;
      margin-bottom: 10px;
    }
  }

  .sec2_wrap {
    padding: 10px;
    background-color: #ffffff;
    font-size: 0px;
    .sec2_bg1 {
      width: 100%;
      height: 250px;
    }
    .sec2_bg2 {
      width: 100%;
      height: 120px;
    }
    .sec2_bg3 {
      width: 100%;
      height: 120px;
    }
    .bg2_wrap {
      margin-bottom: 10px;
    }
    .bg1_wrap, .bg2_wrap, .bg3_wrap {
      position: relative;
    }
    .bg1_con, .bg2_con, .bg3_con {
      position: absolute;
      top: 0.7rem;
      font-size: 17px;
      text-align: center;
      width: 100%;
      .con_title {
        font-size: 16px;
        font-weight: 800;
        font-style: italic;
      }
      .con_btn {
        color: #ffffff;
      }
    }
    .bg1_con {
      top: 2rem;
      .con_title {
        color: #AD2500;
        margin-bottom: 35px;
      }
      span {
        margin-right: 10px;
      }
      .con_btn {
        background-color: #E34328;
        width: 60%;
        height: 40px;
      }
      .title_dsc {
        color: #DF2822;
        font-size: 16px;
        margin-bottom: 35px;
      }
    }
    .bg2_con {
      .con_title {
        color: #005D9C;
      }
      .con_btn {
        background-color: #005D9C;
      }
      .title_dsc {
        margin: 5px 0;
      }
    }
    .bg3_con {
      .con_title {
        color: #976700;
      }
      .con_btn {
        background-color: #976700;
      }
      .title_dsc {
        margin: 5px 0;
      }
    }

    .gg_wrap{
      margin: 10px 0;
      height: 7rem;
      .gg_bg_wrap {
        position: relative;
        height: 100%;
        .gg_img {
          width: 100%;
          height: 100%;
        }
        .gg_con {
          position: absolute;
          top: 1rem;
          width: 100%;
          font-size: 14px;
          color: #ffffff;
          padding-left: 20px;
          .con_title {
            font-size: 17px;
          }
          .con_money {
            font-size: 16px;
            font-weight: 800;
            font-style: italic;
            color: #FFF601;
            margin-bottom: 0.4rem;
          }
        }
      }
    }
  }

  .sec3_wrap, .sec4_wrap {
    background-color: #ffffff;
    margin: 1rem 10px;
    text-align: center;
    padding: 35px 20px;
    font-size: 14px;
    .sec_title {
      text-align: left;
      padding-left: 0px;
      margin-bottom: 2rem;
      .title_img {
        vertical-align: sub;
        font-size: 0px;
        margin-right: 10px;
      }
      span {
        font-size: 18px;
        font-weight: 500;
        color: #333333;
        line-height: 22px;
      }
    }
    .good_img {
      width: 50px;
      height: 45px;
      margin-bottom: 10px;
    }
    .good_img.small {
      width: 40px;
    }
    .sec4_col {
      margin-bottom: 1rem;
    }
  }
}