user-edit.scss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. @import '../../../../themes/t.cell.scss';
  2. @import '../../../../themes/page.scss';
  3. /* module/user/pages/user-edit/user-edit.wxss */
  4. .page-scroll__container {
  5. flex: 0 1 auto;
  6. height: var(--page-container-safeHeight, 100vh);
  7. background-color: #F3F3F3;
  8. padding-top: 10px;
  9. }
  10. .cell-field__inner {
  11. padding-left: unset !important;
  12. width: 100% !important;
  13. height: 100% !important;
  14. text-align: right !important;
  15. box-sizing: border-box !important;
  16. /* margin-left: 29px ; */
  17. }
  18. /* 最大限度压缩左侧标题,放大右侧输入 */
  19. .id-cell-flex {
  20. display: flex !important;
  21. }
  22. .id-cell-flex .t-cell__title {
  23. width: 80rpx !important;
  24. min-width: 80rpx !important;
  25. }
  26. .id-cell-flex .t-cell__note {
  27. flex: 1 1 auto !important;
  28. }
  29. .cell-row{
  30. display: flex;
  31. align-items: center;
  32. padding: var(--td-cell-vertical-padding, 32rpx) var(--td-cell-horizontal-padding, 32rpx);
  33. // background: #fff;
  34. background-color: var(--td-cell-bg-color,var(--td-bg-color-container,var(--td-font-white-1,#fff)));
  35. position: relative;
  36. }
  37. .cell-row + .cell-row { border-top: 0; }
  38. .cell-row .input{
  39. flex: 1 1 auto;
  40. text-align: right;
  41. }
  42. .id-input {
  43. text-align: left !important;
  44. }
  45. /* 放大身份证输入区域,并左对齐以保证完整可见 */
  46. .id-note {
  47. flex: 1 1 auto !important;
  48. }
  49. .id-input {
  50. text-align: left !important;
  51. letter-spacing: 1rpx;
  52. }