uni-list-item.wxss 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. flex-direction: column;
  24. justify-content: space-between;
  25. padding-left: 30rpx;
  26. }
  27. .uni-list-item--disabled.data-v-1093b690 {
  28. opacity: 0.3;
  29. }
  30. .uni-list-item--hover.data-v-1093b690 {
  31. background-color: #f1f1f1;
  32. }
  33. .uni-list-item__container.data-v-1093b690 {
  34. display: flex;
  35. flex-direction: row;
  36. padding: 24rpx 30rpx;
  37. padding-left: 0;
  38. flex: 1;
  39. position: relative;
  40. justify-content: space-between;
  41. align-items: center;
  42. border-top-color: #ebeef5;
  43. border-top-style: solid;
  44. border-top-width: 1px;
  45. }
  46. .uni-list-item--first.data-v-1093b690 {
  47. border-top-width: 0px;
  48. }
  49. .uni-list-item__content.data-v-1093b690 {
  50. display: flex;
  51. flex: 1;
  52. overflow: hidden;
  53. flex-direction: column;
  54. color: #3b4144;
  55. }
  56. .uni-list-item__content-title.data-v-1093b690 {
  57. font-size: 28rpx;
  58. color: #3b4144;
  59. overflow: hidden;
  60. }
  61. .uni-list-item__content-note.data-v-1093b690 {
  62. margin-top: 6rpx;
  63. color: #999;
  64. font-size: 24rpx;
  65. overflow: hidden;
  66. }
  67. .uni-list-item__extra.data-v-1093b690 {
  68. display: flex;
  69. flex-direction: row;
  70. justify-content: flex-end;
  71. align-items: center;
  72. }
  73. .uni-list-item__icon.data-v-1093b690 {
  74. margin-right: 18rpx;
  75. flex-direction: row;
  76. justify-content: center;
  77. align-items: center;
  78. display: flex;
  79. }
  80. .uni-list-item__icon-img.data-v-1093b690 {
  81. height: 36rpx;
  82. width: 36rpx;
  83. }
  84. .itemSwitch.data-v-1093b690 {
  85. -webkit-transform: translateX(16rpx) scale(0.84);
  86. transform: translateX(16rpx) scale(0.84);
  87. }
  88. .uni-list-item__slot.data-v-1093b690 {
  89. color: #909399;
  90. font-size: 28rpx;
  91. }