index.wxss 211 B

1234567891011121314
  1. .time{
  2. display: -webkit-box;
  3. display: -webkit-flex;
  4. display: flex;
  5. -webkit-box-pack: center;
  6. -webkit-justify-content: center;
  7. justify-content: center;
  8. }
  9. .red{
  10. color: #fc4141;
  11. margin: 0 4rpx;
  12. }