home.scss 2.03 KB
  .home {
      padding-bottom: 150px;
      >.content {
          background: #fff;
          margin-top: -56px;
          border-radius: 56px 56px 0px 0px;
          position: relative;
          overflow: hidden;
      }
      .type_box {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: space-around;
          width: 698px;
          margin: 0 auto;
          margin-top: 20px;
          div {
              text-align: center;
          }
          img {
              width: 58px;
          }
          p {
              margin-top: 4px;
              font-size: 24px;
              line-height: 36px;
              color: #999;
          }
      }
      .infomation_box {
          display: flex;
          align-items: center;
          width: 698px;
          margin: 0 auto;
          margin-top: 50px;
          .news {
              width: 124px;
          }
          .line {
              width: 2px;
              height: 24px;
              background: #E5E5E5;
              margin: 0 18px;
          }
          .new-swipe {
              width: 540px;
              height: 50px;
          }
          .new_item {
              font-size: 30px;
              line-height: 50px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
          }
      }
      .qxy_box {
          background: #fff;
          margin-top: 20px;
          .qyx_title {
              display: flex;
              align-items: center;
              justify-content: space-between;
              padding: 0 28px;
              padding-top: 40px;
              white-space: nowrap;
              .title {
                  display: flex;
                  align-items: center;
                  font-size: 36px;
              }
              .more {
                  font-size: 28px;
                  color: #999;
              }
              .more_icon {
                  font-size: 28px;
                  color: #999;
              }
          }
      }
  }