listCard.wxss 225 B

1234567891011
  1. /* components/listCard/listCard.wxss */
  2. .tcard{
  3. display: flex;
  4. align-items: stretch;
  5. padding: 10px;
  6. border: 1px solid #f1f2f3;
  7. border-radius: 5px;
  8. font-size: 14px;
  9. margin-bottom:10px;
  10. background-color: #fff;
  11. }