index.wxss 144 B

1234567
  1. .list {
  2. display: flex;
  3. justify-content: space-between;
  4. align-items: center;
  5. padding-right: 32rpx;
  6. border-bottom: solid 2rpx #eeeeee;
  7. }