No Description

list.css 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. html{
  2. background: #f4f4f4;
  3. }
  4. .list_header{
  5. height: 0.44rem;
  6. line-height: 0.44rem;
  7. background: #E10219;
  8. font-size:0.17rem;
  9. color:#FFFFFF;
  10. line-height:0.44rem;
  11. text-align: center;
  12. letter-spacing:0.01rem;
  13. }
  14. .back{
  15. display: inline-block;
  16. float: left;
  17. width: 0.12rem;
  18. margin-top: 0.12rem;
  19. margin-left: 0.1rem;
  20. }
  21. .tab {
  22. width:100%;
  23. height: 0.4rem;
  24. font-size: 0.14rem;
  25. overflow:hidden;
  26. background: #fff;
  27. display: flex;
  28. justify-content: space-around;
  29. position: fixed;
  30. top: 0rem;
  31. z-index: 888;
  32. }
  33. .tab li {
  34. float:left;
  35. height:0.4rem;
  36. color:#333333;
  37. text-align:center;
  38. line-height: 0.4rem;
  39. }
  40. .tabCon{
  41. display: none;
  42. width: 100%;
  43. min-height: 100%;
  44. padding-top: 0.4rem;
  45. }
  46. .on {
  47. display:block;
  48. }
  49. .tab li.cur {
  50. color: #E10219;
  51. }
  52. .item:nth-child(2n){
  53. margin-left: 0.04rem;
  54. }
  55. .item{
  56. float: left;
  57. width:1.85rem;
  58. height:2.96rem;
  59. background: #FFFFFF;
  60. margin-top: 0.05rem;
  61. }
  62. .item .goods{
  63. width:1.85rem;
  64. height:1.86rem;
  65. }
  66. .item .title{
  67. height:0.42rem;
  68. font-size:0.15rem;
  69. color:#333333;
  70. line-height:0.21rem;
  71. margin: 0.1rem 0.09rem 0.05rem 0.1rem;
  72. box-sizing: border-box;
  73. overflow : hidden;
  74. text-overflow: ellipsis;
  75. display: -webkit-box;
  76. -webkit-line-clamp: 2;
  77. -webkit-box-orient: vertical;
  78. }
  79. .item .oldPrice{
  80. height:0.16rem;
  81. font-size:0.11rem;
  82. color:#999999;
  83. line-height:0.16rem;
  84. margin-bottom: 0.05rem;
  85. padding-left: 0.1rem;
  86. text-decoration: line-through;
  87. }
  88. .bot{
  89. padding-left: 0.1rem;
  90. padding-right: 0.15rem;
  91. box-sizing: border-box;
  92. display: flex;
  93. flex-direction: row;
  94. justify-content: space-between;
  95. }
  96. .bot .left{
  97. color: #F50F2A;
  98. font-size: 0.1rem;
  99. }
  100. .bot .left i{
  101. font-size: 0.16rem;
  102. }
  103. .bot .right{
  104. display: block;
  105. width:0.44rem;
  106. height:0.14rem;
  107. background:url(https://kx-youhuiquan.oss-cn-beijing.aliyuncs.com/guoqing/quan.png) no-repeat;
  108. background-size: 100% 100%;
  109. border-radius:0.01rem;
  110. font-size: 0.1rem;
  111. color: #FFFFFF;
  112. line-height: 0.15rem;
  113. text-align: center;
  114. }
  115. .loading {
  116. font-size: 0.12rem;
  117. color: #333;
  118. text-align: center;
  119. line-height: 0.3rem;
  120. cursor: pointer;
  121. margin: 0.2rem auto 0;
  122. box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.1);
  123. }