u-cell-item.ttss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  5. */
  6. .u-cell.data-v-65423b64 {
  7. display: flex;
  8. flex-direction: row;
  9. align-items: center;
  10. position: relative;
  11. box-sizing: border-box;
  12. width: 100%;
  13. padding: 26rpx 32rpx;
  14. font-size: 28rpx;
  15. line-height: 54rpx;
  16. color: #606266;
  17. background-color: #fff;
  18. text-align: left;
  19. }
  20. .u-cell_title.data-v-65423b64 {
  21. font-size: 28rpx;
  22. }
  23. .u-cell__left-icon-wrap.data-v-65423b64 {
  24. margin-right: 10rpx;
  25. font-size: 32rpx;
  26. }
  27. .u-cell__right-icon-wrap.data-v-65423b64 {
  28. margin-left: 10rpx;
  29. color: #969799;
  30. font-size: 28rpx;
  31. }
  32. .u-cell__left-icon-wrap.data-v-65423b64,
  33. .u-cell__right-icon-wrap.data-v-65423b64 {
  34. display: flex;
  35. flex-direction: row;
  36. align-items: center;
  37. height: 48rpx;
  38. }
  39. .u-cell-border.data-v-65423b64:after {
  40. position: absolute;
  41. box-sizing: border-box;
  42. content: ' ';
  43. pointer-events: none;
  44. border-bottom: 1px solid #e4e7ed;
  45. right: 0;
  46. left: 0;
  47. top: 0;
  48. -webkit-transform: scaleY(0.5);
  49. transform: scaleY(0.5);
  50. }
  51. .u-cell-border.data-v-65423b64 {
  52. position: relative;
  53. }
  54. .u-cell__label.data-v-65423b64 {
  55. margin-top: 6rpx;
  56. font-size: 26rpx;
  57. line-height: 36rpx;
  58. color: #909399;
  59. word-wrap: break-word;
  60. }
  61. .u-cell__value.data-v-65423b64 {
  62. overflow: hidden;
  63. text-align: right;
  64. vertical-align: middle;
  65. color: #909399;
  66. font-size: 26rpx;
  67. }
  68. .u-cell__title.data-v-65423b64,
  69. .u-cell__value.data-v-65423b64 {
  70. flex: 1;
  71. }
  72. .u-cell--required.data-v-65423b64 {
  73. overflow: visible;
  74. display: flex;
  75. flex-direction: row;
  76. align-items: center;
  77. }
  78. .u-cell--required.data-v-65423b64:before {
  79. position: absolute;
  80. content: '*';
  81. left: 8px;
  82. margin-top: 4rpx;
  83. font-size: 14px;
  84. color: #fa3534;
  85. }
  86. .u-cell_right.data-v-65423b64 {
  87. line-height: 1;
  88. }