favorite.less 562 B

123456789101112131415161718192021222324252627282930313233
  1. /* mCircle/pages/favorite/favorite.wxss */
  2. .title-view {
  3. background-color: #f0f0f0;
  4. .title-view-text {
  5. font-size: 12px;
  6. color: #666;
  7. text-align: center;
  8. border-right: 1px solid #f0f0f0;
  9. }
  10. }
  11. .title-view, .order-list-item-row {
  12. padding: 12px 0px;
  13. display: flex;
  14. justify-content: space-between;
  15. align-items: center;
  16. align-content: center;
  17. border-bottom: 1px solid #f0f0f0;
  18. }
  19. .order-list-item {
  20. display: flex;
  21. text {
  22. font-size: 14px;
  23. color: #333;
  24. text-align: center;
  25. border-right: 1px solid #f0f0f0;
  26. }
  27. }