zhengyiming
2025-02-25 3703bdcb3e0eef4428fb6069649622dd3c60d2c8
packages/components/src/styles/components.scss
@@ -38,6 +38,7 @@
    padding: 12px;
    border-radius: 8px;
    background: #f0f3fa;
    margin-bottom: 8px;
    .confirm-dialog-content-info-item {
      display: flex;
@@ -67,4 +68,72 @@
      }
    }
  }
  .confirm-dialog-content-warning {
    color: boleGetCssVar('color', 'danger');
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }
}
.select-pay-type-view {
  .select-pay-type-view-item-icon {
    width: 32px;
    height: 32px;
    margin-right: 12px;
  }
  .select-pay-type-view-item {
    padding-left: 20px;
    display: flex;
    align-items: center;
    height: 80px;
    border: 1px solid #e2e5eb;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 16px;
    cursor: pointer;
    font-size: 16px;
    color: boleGetCssVar('text-color', 'primary');
  }
}
.recharge-result-view {
  // padding:;
  .recharge-result-view-title {
    font-size: 18px;
    color: boleGetCssVar('text-color', 'primary');
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
    line-height: 24px;
  }
  .recharge-result-view-tips {
    margin-bottom: 12px;
    font-size: 16px;
    color: boleGetCssVar('color', 'danger');
    line-height: 20px;
  }
  .recharge-result-view-warning {
    margin-bottom: 20px;
    font-size: 12px;
    color: boleGetCssVar('color', 'warning');
    line-height: 16px;
  }
  .recharge-result-view-btn-wrapper {
    display: flex;
    justify-content: center;
    .recharge-result-view-btn {
      padding: 0 20px;
      font-size: 16px;
      color: boleGetCssVar('color', 'primary');
      line-height: 16px;
    }
  }
}