index.acss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .li {
  2. background-color: #fff;
  3. }
  4. .img-left {
  5. width: 46rpx;
  6. height: 46rpx;
  7. margin: 0 28rpx;
  8. }
  9. .img-right {
  10. width: 24rpx;
  11. height: 24rpx;
  12. margin-right: 28rpx;
  13. }
  14. .li-right {
  15. padding: 28rpx 0;
  16. }
  17. .img {
  18. padding: 28rpx;
  19. background: #fff;
  20. }
  21. .img image {
  22. width: 100%;
  23. height: 250rpx;
  24. border-radius: 10rpx;
  25. }
  26. .menu-item {
  27. width: 25%;
  28. text-align: center;
  29. position: relative;
  30. margin-bottom: 28rpx;
  31. }
  32. .menuNum {
  33. position: absolute;
  34. right: 20rpx;
  35. top: -20rpx;
  36. width: 50rpx;
  37. height: 40rpx;
  38. line-height: 40rpx;
  39. background: #F56C6C;
  40. color: #fff;
  41. font-size: 24rpx;
  42. text-align: center;
  43. border-radius: 25%;
  44. }
  45. .menu-item image {
  46. width: 1rem;
  47. height: 1rem;
  48. }
  49. .menu-item view {
  50. font-size: .28rem;
  51. color: #606266;
  52. line-height: .44rem;
  53. width: 1.4rem;
  54. text-align: center;
  55. overflow: hidden;
  56. text-overflow: ellipsis;
  57. white-space: nowrap;
  58. margin: 0 auto
  59. }
  60. .menuList {
  61. padding: 0 28rpx;
  62. }
  63. .menu-title {
  64. font-size: .32rem;
  65. color: #1c1c1c;
  66. font-weight: 700;
  67. margin: 0 .32rem .3rem;
  68. padding: 0 28rpx;
  69. }
  70. .menuAll{
  71. background: #fff;
  72. padding-top: 28rpx;
  73. }