@use './common.scss' as *; 
 | 
  
 | 
.account-add-card { 
 | 
  border-radius: 16px; 
 | 
  min-height: 120px; 
 | 
  border: 1px solid #e8e8e8; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  justify-content: center; 
 | 
  font-size: 32px; 
 | 
  color: boleGetCssVar('color', 'primary'); 
 | 
} 
 | 
  
 | 
.account-card { 
 | 
  border-radius: 16px; 
 | 
  border: 1px solid #e8e8e8; 
 | 
  padding: 28px; 
 | 
  
 | 
  .account-card-top { 
 | 
    display: flex; 
 | 
    font-size: 28px; 
 | 
    line-height: 32px; 
 | 
    align-items: center; 
 | 
    margin-bottom: 32px; 
 | 
  
 | 
    .account-card-title { 
 | 
      flex: 1; 
 | 
      min-width: 0; 
 | 
      @include ellipsis; 
 | 
      color: boleGetCssVar('text-color', 'primary'); 
 | 
    } 
 | 
  
 | 
    .account-card-actions { 
 | 
      display: flex; 
 | 
      align-items: center; 
 | 
  
 | 
      .account-card-action { 
 | 
        color: boleGetCssVar('color', 'primary'); 
 | 
      } 
 | 
  
 | 
      .account-card-action + .account-card-action { 
 | 
        margin-left: 10px; 
 | 
      } 
 | 
    } 
 | 
  } 
 | 
  
 | 
  .account-card-content { 
 | 
    font-size: 36px; 
 | 
    font-weight: bold; 
 | 
    line-height: 48px; 
 | 
    align-items: center; 
 | 
    margin-bottom: 32px; 
 | 
    color: boleGetCssVar('text-color', 'primary'); 
 | 
    @include ellipsis; 
 | 
  } 
 | 
  
 | 
  .account-card-remark { 
 | 
    font-size: 28px; 
 | 
    line-height: 32px; 
 | 
    color: boleGetCssVar('text-color', 'secondary'); 
 | 
    @include ellipsis; 
 | 
  } 
 | 
} 
 | 
  
 | 
.par-account-list { 
 | 
  padding-top: 32px; 
 | 
  .nut-radio--button { 
 | 
    margin-bottom: 26px !important; 
 | 
  
 | 
    &:last-child { 
 | 
      margin-right: 22px !important; 
 | 
      margin-bottom: 26px !important; 
 | 
    } 
 | 
  
 | 
    .nut-radio__button { 
 | 
      padding: 8px 20px; 
 | 
      font-size: 22px; 
 | 
      background-color: transparent; 
 | 
      border: 1px solid #d9d9d9; 
 | 
  
 | 
      &.nut-radio__button--active { 
 | 
        border-color: boleGetCssVar('color', 'primary'); 
 | 
      } 
 | 
  
 | 
      &::after { 
 | 
        display: none; 
 | 
      } 
 | 
    } 
 | 
  } 
 | 
} 
 | 
  
 | 
.account-cardV2 { 
 | 
  .account-cardV2-top { 
 | 
    padding-bottom: 12px; 
 | 
    border-bottom: 4px solid #f1f1f1; 
 | 
    display: flex; 
 | 
    margin-bottom: 20px; 
 | 
    height: 80px; 
 | 
    align-items: center; 
 | 
  
 | 
    .account-cardV2-content-wrapper { 
 | 
      flex: 1; 
 | 
      min-width: 0; 
 | 
      display: flex; 
 | 
      align-items: center; 
 | 
  
 | 
      .account-cardV2-content { 
 | 
        flex-shrink: 1; 
 | 
        @include ellipsis; 
 | 
        font-weight: 500; 
 | 
        font-size: 44px; 
 | 
        color: boleGetCssVar('text-color', 'primary'); 
 | 
        margin-right: 24px; 
 | 
        line-height: 1.2; 
 | 
      } 
 | 
  
 | 
      .account-cardV2-edit-icon { 
 | 
        width: 40px; 
 | 
        height: 40px; 
 | 
      } 
 | 
  
 | 
      .account-cardV2-init-add-icon { 
 | 
        width: 60px; 
 | 
        height: 60px; 
 | 
        margin-right: 12px; 
 | 
      } 
 | 
  
 | 
      .account-cardV2-add-content { 
 | 
        flex-shrink: 1; 
 | 
        @include ellipsis; 
 | 
        font-weight: 500; 
 | 
        font-size: 40px; 
 | 
        color: boleGetCssVar('text-color', 'regular'); 
 | 
        line-height: 1.2; 
 | 
      } 
 | 
    } 
 | 
  
 | 
    .account-cardV2-add-wrapper { 
 | 
      margin-left: 12px; 
 | 
      .account-cardV2-add-icon { 
 | 
        width: 48px; 
 | 
        height: 48px; 
 | 
        margin-bottom: 4px; 
 | 
      } 
 | 
  
 | 
      .account-cardV2-add-text { 
 | 
        font-size: 20px; 
 | 
        color: boleGetCssVar('text-color', 'regular'); 
 | 
        text-align: center; 
 | 
        line-height: 1.2; 
 | 
      } 
 | 
    } 
 | 
  } 
 | 
  
 | 
  .account-cardV2-add-tips-wrapper { 
 | 
    padding-top: 32px; 
 | 
    display: flex; 
 | 
    align-items: center; 
 | 
    margin-bottom: 16px; 
 | 
    .account-cardV2-add-tips-icon { 
 | 
      width: 32px; 
 | 
      height: 32px; 
 | 
      margin-right: 8px; 
 | 
    } 
 | 
  
 | 
    .account-cardV2-add-tips { 
 | 
      font-size: 22px; 
 | 
      color: boleGetCssVar('text-color', 'secondary'); 
 | 
    } 
 | 
  } 
 | 
  
 | 
  .account-cardV2-remark { 
 | 
    font-size: 24px; 
 | 
    line-height: 32px; 
 | 
    color: boleGetCssVar('text-color', 'regular'); 
 | 
    @include ellipsis; 
 | 
  } 
 | 
} 
 | 
  
 | 
.user-account-card { 
 | 
  border-radius: 20px; 
 | 
  padding: 32px; 
 | 
  
 | 
  .user-account-card-title { 
 | 
    display: flex; 
 | 
    align-items: center; 
 | 
    margin-bottom: 26px; 
 | 
    color: boleGetCssVar('text-color', 'primary'); 
 | 
  
 | 
    .user-account-card-icon { 
 | 
      width: 88px; 
 | 
      height: 88px; 
 | 
      margin-right: 26px; 
 | 
    } 
 | 
  
 | 
    .user-account-card-title-text { 
 | 
      font-size: 36px; 
 | 
      line-height: 50px; 
 | 
      font-weight: 500; 
 | 
    } 
 | 
  } 
 | 
  
 | 
  .user-account-card-content { 
 | 
    font-size: 34px; 
 | 
    font-weight: 400; 
 | 
    line-height: 48px; 
 | 
    margin-bottom: 14px; 
 | 
    color: boleGetCssVar('text-color', 'regular'); 
 | 
    @include ellipsis; 
 | 
  } 
 | 
  
 | 
  .user-account-card-remark { 
 | 
    font-size: 30px; 
 | 
    line-height: 42px; 
 | 
    font-weight: 400; 
 | 
    margin-bottom: 20px; 
 | 
    color: boleGetCssVar('text-color', 'secondary'); 
 | 
    @include ellipsis; 
 | 
  } 
 | 
  
 | 
  .user-account-card-actions { 
 | 
    display: flex; 
 | 
    justify-content: flex-end; 
 | 
    align-items: center; 
 | 
  
 | 
    .user-account-card-action { 
 | 
      display: flex; 
 | 
      align-items: center; 
 | 
  
 | 
      .user-account-card-action-icon { 
 | 
        width: 40px; 
 | 
        height: 40px; 
 | 
        margin-right: 12px; 
 | 
      } 
 | 
  
 | 
      .user-account-card-action-text { 
 | 
        font-size: 26px; 
 | 
        line-height: 36px; 
 | 
        color: #777; 
 | 
      } 
 | 
    } 
 | 
  
 | 
    .user-account-card-action + .user-account-card-action { 
 | 
      margin-left: 64px; 
 | 
    } 
 | 
  } 
 | 
} 
 |