index.wxss 164 B

12345678910
  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. }
  8. .aaa {
  9. flex: 1;
  10. }