index.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .content.data-v-6c607792 {
  2. display: flex;
  3. flex-direction: column;
  4. height: 100vh;
  5. background-color: #f7f9fa;
  6. padding-bottom: 100rpx;
  7. box-sizing: border-box;
  8. }
  9. .top-info.data-v-6c607792 {
  10. font-size: 28rpx;
  11. color: #888888;
  12. text-align: center;
  13. width: 100%;
  14. padding: 20rpx 0;
  15. background-color: #fff;
  16. }
  17. .search-input.data-v-6c607792 {
  18. width: 90%;
  19. margin-left: 5%;
  20. height: 80rpx;
  21. background-color: #fff;
  22. border-radius: 40rpx;
  23. padding: 0 20rpx;
  24. margin-top: 20rpx;
  25. box-sizing: border-box;
  26. font-size: 28rpx;
  27. text-align: center;
  28. }
  29. .content-box.data-v-6c607792 {
  30. display: flex;
  31. flex: 1;
  32. overflow: hidden;
  33. margin-top: 20rpx;
  34. }
  35. .category-list.data-v-6c607792 {
  36. width: 180rpx;
  37. background-color: #fff;
  38. height: 100%;
  39. }
  40. .category-item.data-v-6c607792 {
  41. height: 100rpx;
  42. display: flex;
  43. align-items: center;
  44. justify-content: center;
  45. font-size: 28rpx;
  46. color: #999;
  47. background-color: #fff;
  48. transition: all 0.3s;
  49. }
  50. .category-item.active.data-v-6c607792 {
  51. background-color: #fff4e6;
  52. color: #333;
  53. font-weight: 600;
  54. }
  55. .food-list.data-v-6c607792 {
  56. flex: 1;
  57. margin: 0 20rpx;
  58. }