index.wxss 179 B

1234567891011
  1. .menu_item {
  2. display: flex;
  3. flex-direction: row;
  4. justify-content: space-between;
  5. align-items: center;
  6. height: 50rpx;
  7. border-bottom: 2rpx solid #E5E5E5;
  8. height: 110rpx;
  9. }