index.wxss 803 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .main .date .van-icon {
  2. top: 2px;
  3. }
  4. .main .date text {
  5. padding: 0 5px;
  6. }
  7. .main .mealList {
  8. float: left;
  9. width: 100%;
  10. }
  11. .main .mealList .label {
  12. float: left;
  13. width: 100%;
  14. border-bottom: 1px solid #00BFFF;
  15. padding: 10px 0;
  16. }
  17. .main .mealList:nth-child(2n) .label {
  18. border-bottom: 1px solid #008B8B;
  19. }
  20. .main .mealList:nth-child(2n) .label text {
  21. color: #008B8B;
  22. }
  23. .main .mealList:nth-child(3n) .label {
  24. border-bottom: 1px solid #90EE90;
  25. }
  26. .main .mealList:nth-child(3n) .label text {
  27. color: #90EE90;
  28. }
  29. .main .mealList .label text {
  30. float: left;
  31. width: 45%;
  32. padding: 0 8px;
  33. color: #00BFFF;
  34. font-weight: bold;
  35. }
  36. .main .mealList .label text:last-child {
  37. text-align: right;
  38. }
  39. .van-collapse-item__content {
  40. float: left;
  41. width: 96%;
  42. padding: 0 8px !important;
  43. }