user-certification.scss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. @import '../../../../themes/t.cell.scss';
  2. @import '../../../../themes/page.scss';
  3. /* module/user/pages/user-certification/user-certification.wxss */
  4. .page-scroll__container {
  5. flex: 0 1 auto;
  6. height: var(--page-container-safeHeight, 100vh);
  7. --td-loading-color: var(--primary-color);
  8. }
  9. .open-button {
  10. position: relative;
  11. font-size: 14px;
  12. &__inner {
  13. position: absolute;
  14. top: 0;
  15. bottom: 0;
  16. left: var(--td-cell-horizontal-padding, 32rpx);
  17. right: var(--td-cell-horizontal-padding, 32rpx);
  18. opacity: 0;
  19. }
  20. }
  21. .privacy-contract-wrapper {
  22. --td-radio-icon-checked-color: #1D6FF6;
  23. --td-radio-font-size: 12px;
  24. --td-radio-icon-size: 20px;
  25. .privacy-contract {
  26. display: flex;
  27. flex-direction: row;
  28. align-items: center;
  29. }
  30. padding: 6px var(--td-cell-horizontal-padding, 32rpx);
  31. font-size: 12px;
  32. .name {
  33. // color: var(--primary-color, #38FF6E);
  34. color: #1D6FF6;
  35. }
  36. .no-border {
  37. display: none;
  38. }
  39. }
  40. .phone-cell {
  41. color: black !important; // 使用 !important 确保优先级
  42. .note-class {
  43. color: black !important; // 确保 note 字体为黑色
  44. }
  45. }