uni-list-item.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. /* 页面左右间距 */
  12. /* 文字尺寸 */
  13. /*文字颜色*/
  14. /* 边框颜色 */
  15. /*颜色*/
  16. /* 图片加载中颜色 */
  17. /* 行为相关颜色 */
  18. /* 功能栏字体大小 */
  19. /*功能栏左侧小图标*/
  20. .uni-list-item.data-v-1093b690 {
  21. font-size: 32rpx;
  22. position: relative;
  23. -webkit-box-orient: vertical;
  24. -webkit-box-direction: normal;
  25. -webkit-flex-direction: column;
  26. flex-direction: column;
  27. -webkit-box-pack: justify;
  28. -webkit-justify-content: space-between;
  29. justify-content: space-between;
  30. padding-left: 30rpx;
  31. }
  32. .uni-list-item--disabled.data-v-1093b690 {
  33. opacity: 0.3;
  34. }
  35. .uni-list-item--hover.data-v-1093b690 {
  36. background-color: #f1f1f1;
  37. }
  38. .uni-list-item__container.data-v-1093b690 {
  39. display: -webkit-box;
  40. display: -webkit-flex;
  41. display: flex;
  42. -webkit-box-orient: horizontal;
  43. -webkit-box-direction: normal;
  44. -webkit-flex-direction: row;
  45. flex-direction: row;
  46. padding: 24rpx 30rpx;
  47. padding-left: 0;
  48. -webkit-box-flex: 1;
  49. -webkit-flex: 1;
  50. flex: 1;
  51. position: relative;
  52. -webkit-box-pack: justify;
  53. -webkit-justify-content: space-between;
  54. justify-content: space-between;
  55. -webkit-box-align: center;
  56. -webkit-align-items: center;
  57. align-items: center;
  58. border-top-color: #ebeef5;
  59. border-top-style: solid;
  60. border-top-width: 1px;
  61. }
  62. .uni-list-item--first.data-v-1093b690 {
  63. border-top-width: 0px;
  64. }
  65. .uni-list-item__content.data-v-1093b690 {
  66. display: -webkit-box;
  67. display: -webkit-flex;
  68. display: flex;
  69. -webkit-box-flex: 1;
  70. -webkit-flex: 1;
  71. flex: 1;
  72. overflow: hidden;
  73. -webkit-box-orient: vertical;
  74. -webkit-box-direction: normal;
  75. -webkit-flex-direction: column;
  76. flex-direction: column;
  77. color: #3b4144;
  78. }
  79. .uni-list-item__content-title.data-v-1093b690 {
  80. font-size: 28rpx;
  81. color: #3b4144;
  82. overflow: hidden;
  83. }
  84. .uni-list-item__content-note.data-v-1093b690 {
  85. margin-top: 6rpx;
  86. color: #999;
  87. font-size: 24rpx;
  88. overflow: hidden;
  89. }
  90. .uni-list-item__extra.data-v-1093b690 {
  91. display: -webkit-box;
  92. display: -webkit-flex;
  93. display: flex;
  94. -webkit-box-orient: horizontal;
  95. -webkit-box-direction: normal;
  96. -webkit-flex-direction: row;
  97. flex-direction: row;
  98. -webkit-box-pack: end;
  99. -webkit-justify-content: flex-end;
  100. justify-content: flex-end;
  101. -webkit-box-align: center;
  102. -webkit-align-items: center;
  103. align-items: center;
  104. }
  105. .uni-list-item__icon.data-v-1093b690 {
  106. margin-right: 18rpx;
  107. -webkit-box-orient: horizontal;
  108. -webkit-box-direction: normal;
  109. -webkit-flex-direction: row;
  110. flex-direction: row;
  111. -webkit-box-pack: center;
  112. -webkit-justify-content: center;
  113. justify-content: center;
  114. -webkit-box-align: center;
  115. -webkit-align-items: center;
  116. align-items: center;
  117. display: -webkit-box;
  118. display: -webkit-flex;
  119. display: flex;
  120. }
  121. .uni-list-item__icon-img.data-v-1093b690 {
  122. height: 36rpx;
  123. width: 36rpx;
  124. }
  125. .itemSwitch.data-v-1093b690 {
  126. -webkit-transform: translateX(16rpx) scale(0.84);
  127. transform: translateX(16rpx) scale(0.84);
  128. }
  129. .uni-list-item__slot.data-v-1093b690 {
  130. color: #909399;
  131. font-size: 28rpx;
  132. }