抖音小程序C端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

202 行
3.6 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: 600;
  63. width: 100%;
  64. font-size: 28rpx;
  65. display: -webkit-box;
  66. -webkit-line-clamp: 1;
  67. -webkit-box-orient: vertical;
  68. overflow: hidden;
  69. text-overflow: ellipsis;
  70. margin: 20rpx 0 0 0;
  71. /* height: 80rpx; */
  72. }
  73. .subTitleC{
  74. color: #402e1e;
  75. font-size: 24rpx;
  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: 24rpx;
  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: 6rpx;
  96. margin-bottom: 10rpx;
  97. }
  98. .rmb{
  99. color: #d5af67;
  100. font-size: 24rpx;
  101. line-height: 40rpx;
  102. float: left;
  103. }
  104. .pri01{
  105. font-size: 28rpx;
  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: 40rpx;
  117. font-size: 24rpx;
  118. float: left;
  119. }
  120. .progressBox{
  121. height: 30rpx;
  122. width: 240rpx;
  123. overflow: hidden;
  124. border-radius: 20rpx;
  125. background-color: #d8d8d8;
  126. margin-top: 16rpx;
  127. position: relative;
  128. }
  129. .schedule{
  130. float: left;
  131. height: 30rpx;
  132. border-radius: 20rpx;
  133. text-align: center;
  134. color: #fff;
  135. height: 30rpx;
  136. font-size: 24rpx;
  137. background-color: #d5af67;
  138. }
  139. .scheduleText{
  140. position: absolute;
  141. top: 0;
  142. left: 20rpx;
  143. font-size: 20rpx;
  144. color: #fff;
  145. }
  146. .discount{
  147. position: absolute;
  148. bottom: 60rpx;
  149. right: 12rpx;
  150. color: #d5af67;
  151. font-size: 24rpx;
  152. }
  153. .discount1{
  154. float: left;
  155. font-size: 20rpx;
  156. border: #d5af67 1px solid;
  157. color: #d5af67;
  158. border-radius: 20rpx;
  159. padding: 2rpx 10rpx;
  160. margin-left: 10rpx;
  161. margin-top: 4rpx;
  162. }
  163. .goPay{
  164. position: absolute;
  165. bottom: 6rpx;
  166. right: 0rpx;
  167. background-color: #d5af67;
  168. color: #fff;
  169. font-size: 24rpx;
  170. text-align: center;
  171. line-height: 28rpx;
  172. padding: 12rpx 16rpx;
  173. border-radius: 40rpx;
  174. }
  175. .noDet{
  176. text-align: center;
  177. line-height: 40rpx;
  178. font-size: 24rpx;
  179. color: #a6a6a6;
  180. }
  181. .upDataBox{
  182. width: 100%;
  183. position: fixed;
  184. bottom: 0;
  185. left: 0;
  186. background-color: #fff;
  187. height: 120rpx;
  188. }
  189. .upData{
  190. width: 70%;
  191. margin: 10rpx auto 0 auto;
  192. text-align: center;
  193. height: 80rpx;
  194. line-height: 80rpx;
  195. border: 2rpx #d5af67 solid;
  196. border-radius: 50rpx;
  197. color: #d5af67;
  198. font-size: 32rpx;
  199. }