u-cell-item.css 2.6 KB

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