index.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. #header{
  2. display: flex;
  3. height: 0.88rem;
  4. background: #56AB2F;
  5. }
  6. .position{
  7. width: 2.44rem;
  8. font-size: 16px;
  9. height: 0.88rem;
  10. line-height: 0.88rem;
  11. text-align: center;
  12. color: #FFFFFF;
  13. }
  14. .search{
  15. flex: 1;
  16. padding-top: 0.15rem;
  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. width: 6.9rem;
  33. height: 0.6rem;
  34. margin: 0 auto;
  35. line-height: 0.6rem;
  36. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  37. }
  38. .list-box{
  39. display: flex;
  40. flex-wrap: wrap;
  41. padding: 0.1rem 0.1rem;
  42. }
  43. .list{
  44. width: 20%;
  45. height: 1.5rem;
  46. text-align: center;
  47. }
  48. .list img{
  49. width: 0.96rem;
  50. }
  51. .list p {
  52. font-size: 12px;
  53. }
  54. .hot-wrapper{
  55. padding: 0 0.2rem;
  56. }
  57. .hot-title{
  58. height: 0.8rem;
  59. background: #FFBA64;
  60. line-height: 0.8rem;
  61. color: #FFFFFF;
  62. }
  63. .hot-content{
  64. padding: 0 0.2rem ;
  65. }
  66. .hot-list{
  67. width: 2.2rem;
  68. }
  69. .hot-list img{
  70. width: 100%;
  71. }
  72. .hot-info{
  73. height: 0.33rem;
  74. font-size: 12px;
  75. line-height: 0.33rem;
  76. }
  77. .hot-bottom-box{
  78. display: flex;
  79. justify-content: space-between;
  80. }
  81. .hot-list-box{
  82. display: flex;
  83. }
  84. .pro-list{
  85. display: flex;
  86. justify-content: space-between;
  87. padding: 0 0.3rem;
  88. }
  89. .pro-lsit ul{
  90. width: 3.36rem;
  91. }
  92. .pro-wrapper img{
  93. width: 100%;
  94. }
  95. .footer{
  96. height: 1.04rem;
  97. line-height: 1.04rem;
  98. display: flex;
  99. width: 100%;
  100. background: antiquewhite;
  101. color: #FFBA64;
  102. }
  103. .footer li {
  104. flex: 1;
  105. text-align: center;
  106. }