抖音c端
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

213 líneas
3.9 KiB

  1. .LsitBox{
  2. width: 94%;
  3. margin: 2rpx auto;
  4. overflow: hidden;
  5. background-color: #f4f5f9;;
  6. }
  7. .title{
  8. text-align: center;
  9. position: fixed;
  10. top:0;
  11. left: 0;
  12. width: 100%;
  13. background-color: #fff;
  14. z-index: 10000;
  15. font-size: 36rpx;
  16. font-weight: 500;
  17. }
  18. .wBox{
  19. margin: 20rpx auto;
  20. }
  21. .itemBox{
  22. overflow: hidden;
  23. background-color: #fff;
  24. border-radius: 16rpx;
  25. }
  26. .imgBox{
  27. width: 160rpx;
  28. height: 160rpx;
  29. border-radius: 8px;
  30. overflow: hidden;
  31. float: left;
  32. margin: 20rpx 0 20rpx 20rpx;
  33. position: relative;
  34. }
  35. .num{
  36. width: 40rpx;
  37. height: 40rpx;
  38. text-align: center;
  39. background-color: rgba(0, 0, 0, 0.5);
  40. line-height: 40rpx;
  41. text-align: center;
  42. color: #fff;
  43. position: absolute;
  44. top: 0;
  45. left: 0;
  46. font-size: 24rpx;
  47. }
  48. .img{
  49. width: 100%;
  50. height: 100%;
  51. }
  52. .dataBox{
  53. width: 460rpx;
  54. /* height: 220rpx; */
  55. float: left;
  56. margin-left: 20rpx;
  57. position: relative;
  58. }
  59. .titleName{
  60. color: #402e1e;
  61. font-family: "PingFangSC-Regular";
  62. font-weight: 700;
  63. width: 100%;
  64. font-size: 26rpx;
  65. display: -webkit-box;
  66. -webkit-line-clamp: 1;
  67. -webkit-box-orient: vertical;
  68. overflow: hidden;
  69. text-overflow: ellipsis;
  70. margin: 16rpx 0 0 0;
  71. /* height: 80rpx; */
  72. }
  73. .subTitleC{
  74. color: #402e1e;
  75. font-size: 20rpx;
  76. /* margin: 6rpx 0 0 0; */
  77. display: -webkit-box;
  78. -webkit-line-clamp: 1;
  79. -webkit-box-orient: vertical;
  80. overflow: hidden;
  81. text-overflow: ellipsis;
  82. }
  83. .subTitle{
  84. color: #a6a6a6;
  85. font-size: 20rpx;
  86. /* margin: 6rpx 0 0 0; */
  87. display: -webkit-box;
  88. -webkit-line-clamp: 1;
  89. -webkit-box-orient: vertical;
  90. overflow: hidden;
  91. text-overflow: ellipsis;
  92. }
  93. .priceBox{
  94. overflow: hidden;
  95. margin-top: 4rpx;
  96. /* margin-bottom: 10rpx; */
  97. }
  98. .rmb{
  99. color: #d5af67;
  100. font-size: 22rpx;
  101. line-height: 40rpx;
  102. float: left;
  103. }
  104. .pri01{
  105. font-size: 26rpx;
  106. color: #d5af67;
  107. letter-spacing: 0;
  108. line-height: 40rpx;
  109. float: left;
  110. margin-left: 10rpx;
  111. }
  112. .throgh{
  113. text-decoration: line-through;
  114. margin-left: 10rpx;
  115. color: #999 !important;
  116. line-height: 38rpx;
  117. font-size: 22rpx;
  118. float: left;
  119. }
  120. .progressBox{
  121. height: 26rpx;
  122. width: 240rpx;
  123. overflow: hidden;
  124. border-radius: 20rpx;
  125. background-color: #d8d8d8;
  126. margin-top: 4rpx;
  127. position: relative;
  128. }
  129. .schedule{
  130. float: left;
  131. height: 26rpx;
  132. border-radius: 20rpx;
  133. text-align: center;
  134. color: #fff;
  135. background-color: #d5af67;
  136. }
  137. .scheduleText{
  138. line-height: 26rpx;
  139. position: absolute;
  140. top: 0;
  141. left: 20rpx;
  142. font-size: 20rpx;
  143. color: #fff;
  144. }
  145. .discount{
  146. position: absolute;
  147. bottom: 60rpx;
  148. right: 12rpx;
  149. color: #d5af67;
  150. font-size: 24rpx;
  151. }
  152. .discount1{
  153. float: left;
  154. font-size: 18rpx;
  155. border: #d5af67 1px solid;
  156. color: #d5af67;
  157. border-radius: 20rpx;
  158. padding: 2rpx 10rpx;
  159. margin-left: 10rpx;
  160. margin-top: 4rpx;
  161. }
  162. .goPay{
  163. position: absolute;
  164. bottom: 6rpx;
  165. right: 0rpx;
  166. background-color: #d5af67;
  167. color: #fff;
  168. font-size: 24rpx;
  169. text-align: center;
  170. line-height: 28rpx;
  171. padding: 12rpx 16rpx;
  172. border-radius: 40rpx;
  173. }
  174. .noPay{
  175. position: absolute;
  176. bottom: 6rpx;
  177. right: 0rpx;
  178. background-color: #a6a6a6;
  179. color: #fff;
  180. font-size: 24rpx;
  181. text-align: center;
  182. line-height: 28rpx;
  183. padding: 12rpx 16rpx;
  184. border-radius: 40rpx;
  185. }
  186. .noDet{
  187. text-align: center;
  188. line-height: 40rpx;
  189. font-size: 24rpx;
  190. color: #a6a6a6;
  191. }
  192. .upDataBox{
  193. width: 100%;
  194. position: fixed;
  195. bottom: 0;
  196. left: 0;
  197. background-color: #fff;
  198. height: 120rpx;
  199. }
  200. .upData{
  201. width: 70%;
  202. margin: 10rpx auto 0 auto;
  203. text-align: center;
  204. height: 80rpx;
  205. line-height: 80rpx;
  206. border: 2rpx #d5af67 solid;
  207. border-radius: 50rpx;
  208. color: #d5af67;
  209. font-size: 32rpx;
  210. }