index.wxss 456 B

1234567891011121314151617
  1. /* miniprogram/pages/mediaList/index.wxss */
  2. .title {
  3. padding: var(--cell-vertical-padding, 10px) var(--cell-horizontal-padding, 16px);
  4. line-height: var(--cell-line-height, 24px);
  5. font-size: var(--cell-font-size, 14px);
  6. overflow: hidden;
  7. text-overflow: ellipsis;
  8. white-space: nowrap;
  9. }
  10. .browse .van-row {
  11. font-size: var(--cell-font-size, 14px);
  12. height: 2.5em;
  13. text-align: center;
  14. line-height: 2.5em;
  15. border-bottom: 1rpx solid #eee;
  16. }