public.less 1.1 KB
page {
  background: #FFFFFF;
}

.container {
  width: 100%;

  .header {
    width: 100%;
    background: linear-gradient(180deg, #2574fb, #3138e0);


    .left_img {
      width: 100%;
      display: flex;
      align-items: center;
      padding: 0 32rpx;
      box-sizing: border-box;
      height: 88rpx;

      image {
        width: 32rpx;
        height: 32rpx;
      }

      .title_oage {
        flex: 1;
        margin-right: 32rpx;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 500;

      }
    }
  }






  .footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 10rpx 0;
    z-index: 10;
    background-color: #fff;


    .btnbuy__ {
      height: 88rpx;
      width: 92%;
      color: #fff;
      line-height: 88rpx;
      padding: 0;
      box-sizing: border-box;
      font-weight: 400;
      font-size: 28rpx;
      background: linear-gradient(223deg, #2574fb 1%, #3138e0 98%);
      border-radius: 44px;
      box-shadow: 0px 8px 24px 6px rgba(6, 27, 149, 0.15);
    }
  }

}