No Description

activity.css 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. .banner{
  2. width: 100%;
  3. }
  4. .banner img{
  5. width: 100%;
  6. }
  7. .activityList .title{
  8. width: 2.16rem;
  9. height: 0.55rem;
  10. margin: auto;
  11. font-size:0.24rem;
  12. color: #B40219;
  13. font-weight: bold;
  14. text-align: center;
  15. letter-spacing:0.06rem;
  16. line-height: 0.43rem;
  17. }
  18. .tab{
  19. width: 100%;
  20. display: flex;
  21. align-items: center;
  22. justify-content: space-around;
  23. }
  24. .tab li{
  25. width: 25%;
  26. text-align: center;
  27. margin-top: 0.2rem;
  28. margin-bottom: 0.05rem;
  29. }
  30. .tab li .img{
  31. /*display: block;*/
  32. margin: auto;
  33. width: 0.55rem;
  34. height: 0.55rem;
  35. border-radius: 50%;
  36. background: #FFFFFF;
  37. margin-bottom: 0.05rem;
  38. position: relative;
  39. display: flex;
  40. align-items: center;
  41. justify-content: center;
  42. }
  43. .tab li .img img{
  44. width: 0.3rem;
  45. height: 0.3rem;
  46. }
  47. .tab li span{
  48. font-size: 0.11rem;
  49. line-height: 0.14rem;
  50. color: #FFFFFF;
  51. }
  52. #activity{
  53. position: absolute;
  54. top: 1.66rem;
  55. width: 100%;
  56. }
  57. .commodityListCon{
  58. height: 3.55rem;
  59. width: 100%;
  60. padding-bottom: 0.28rem;
  61. }
  62. .commodityList ul{
  63. width: 2.85rem;
  64. margin: auto;
  65. padding-top: 0.25rem;
  66. display: flex;
  67. align-items: center;
  68. flex-wrap: wrap;
  69. }
  70. .commodityList ul li{
  71. width: 33%;
  72. text-align: center;
  73. }
  74. .commodityList ul li:nth-of-type(4),.commodityList ul li:nth-of-type(5),.commodityList ul li:nth-of-type(6){
  75. margin-top: 0.54rem;
  76. }
  77. .commodityList ul li .img{
  78. width: 0.84rem;
  79. height: 0.84rem;
  80. margin: auto;
  81. position: relative;
  82. border-radius: 0.08rem;
  83. background: #D8D8D8;
  84. border: 0.01rem solid #979797;
  85. }
  86. .commodityList ul li .img img{
  87. width: 0.84rem;
  88. height: 0.84rem;
  89. border-radius: 0.08rem;
  90. }
  91. .commodityList ul li .img span{
  92. width: 0.39rem;
  93. height: 0.14rem;
  94. border: 0.01rem solid #F96C7D;
  95. background: #FFE8E8;
  96. border-radius: 0.03rem;
  97. position: absolute;
  98. left: -0.01rem;
  99. bottom: -0.01rem;
  100. color: #F93346;
  101. font-size: 0.11rem;
  102. line-height: 0.16rem;
  103. }
  104. .commodityList li p{
  105. margin: auto;
  106. overflow: hidden;
  107. text-overflow:ellipsis;
  108. white-space: nowrap;
  109. color: #444444;
  110. width: 0.83rem;
  111. font-size: 0.11rem;
  112. line-height: 0.16rem;
  113. margin-top: 0.04rem;
  114. margin-bottom: 0.05rem;
  115. }
  116. .commodityList li .price{
  117. width: 0.84rem;
  118. margin: auto;
  119. display: flex;
  120. align-items: center;
  121. justify-content: space-between;
  122. }
  123. .commodityList li .price .nowPrice{
  124. font-size: 0.12rem;
  125. color: #F93346;
  126. line-height: 0.16rem;
  127. }
  128. .commodityList li .price .oldPrice{
  129. font-size: 0.1rem;
  130. line-height: 0.17rem;
  131. color: #888888;
  132. text-decoration:line-through;
  133. }