index.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. #header{
  2. height: 0.88rem;
  3. background: #56AB2F;
  4. display: flex;
  5. }
  6. .position{
  7. width: 2.4rem;
  8. font-size: 16px;
  9. height: 0.88rem;
  10. text-align: center;
  11. line-height: 0.88rem;
  12. color: #FFFFFF;
  13. }
  14. .search{
  15. flex: 1;
  16. padding-top: 0.19rem;
  17. }
  18. .search input{
  19. width: 5.07rem;
  20. height: 0.6rem;
  21. background: #FFFFFF;
  22. border-radius: 0.3rem;
  23. }
  24. .slide img{
  25. width: 86.9%;
  26. }
  27. .slide{
  28. text-align: center;
  29. padding: 10px 0;
  30. }
  31. .cate-title{
  32. font-size: 16px;
  33. width: 6.9rem;
  34. margin: 0 auto;
  35. height: 0.6rem;
  36. line-height: 0.6rem;
  37. border-bottom: 1px solid rgba(0,0,0,0.1);
  38. }
  39. .list-box{
  40. display: flex;
  41. flex-wrap: wrap;
  42. padding: 0.1rem 0.1rem;
  43. }
  44. .list{
  45. width: 20%;
  46. height: 1.5rem;
  47. text-align: center;
  48. }
  49. .list img{
  50. width: 0.96rem;
  51. }
  52. .list p{
  53. font-size: 12px;
  54. }
  55. .hot-wrapper{
  56. padding: 0 0.2rem;
  57. }
  58. .hot-title{
  59. height: 0.8rem;
  60. background: #FFBA64;
  61. line-height: 0.8rem;
  62. color: #FFFFFF;
  63. border-radius: 0.2rem 0.2rem 0 0 ;
  64. }
  65. .hont-content{
  66. padding: 0.2rem 0.2rem;
  67. }
  68. .hot-list{
  69. width: 2.2rem;
  70. }
  71. .hot-list img{
  72. width: 100%;
  73. }
  74. .hot-info{
  75. font-size: 12px;
  76. height: 0.33rem;
  77. line-height: 0.33rem;
  78. }
  79. .hot-list-box{
  80. display: flex;
  81. }
  82. .price-box{
  83. display: flex;
  84. justify-content: space-between;
  85. }
  86. .pro-list{
  87. display: flex;
  88. justify-content: space-between;
  89. padding: 0 0.3rem;
  90. }
  91. .pro-list ul{
  92. width: 3.36rem;
  93. background: aqua;
  94. }
  95. .pro-wrapper img{
  96. width: 100%;
  97. }
  98. .footer{
  99. height: 1rem;
  100. line-height: 1rem;
  101. width: 100%;
  102. display: flex;
  103. color: #45A418;
  104. background: peachpuff;
  105. }
  106. .footer li{
  107. flex: 1;
  108. text-align: center;
  109. }