index.less 1.8 KB
  /* 弹窗 */
  .zan_dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    overflow: hidden;
    z-index: 1000;
    color: #fff;
  }

  .phoneshou {
    height: 500rpx;
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background: #fff;
    padding: 32rpx 32rpx 0;
    box-sizing: border-box;
    border-radius: 24rpx 24rpx 0 0;

    .padlock {
      width: 100%;
      height: 48rpx;
      display: flex;
      align-items: center;
      justify-content: flex-end;

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

    .phone_title {
      width: 100%;
      height: 70rpx;
      font-size: 44rpx;
      line-height: 70rpx;
      color: #06121F;
      font-family: PingFangSC, PingFangSC-Regular;


    }

    .tips_content {
      width: 100%;
      font-size: 32rpx;
      line-height: 60rpx;
      color: #8C9198;
      padding: 30rpx 0;
      box-sizing: border-box;
    }

    .downbtn {
      width: 750rpx;
      position: fixed;
      bottom: 0;
      right: 0;
      padding: 20rpx 0;
      background-color: #fff;

      .btn {
        height: 100rpx;
        width: 90%;
        color: #fff;
        padding: 0;
        box-sizing: border-box;
        font-size: 32rpx;
        background-color: #00C25F;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50rpx;

        image {
          width: 60rpx;
          height: 48rpx;
          margin-right: 20rpx;
          flex-shrink: 0;
        }

      }

      .btn1 {
        margin-bottom: 20rpx;
        background-color: #ccc;
      }
    }

  }