抖音c端
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

liveLsit.ttss 4.6 KiB

2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  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. .explain{
  49. position: absolute;
  50. bottom: 0rpx;
  51. left: 0;
  52. z-index: 1000;
  53. width: 100%;
  54. height: 40rpx;
  55. text-align: center;
  56. color: #d5af67;
  57. background-color: rgba(0, 0, 0, 0.5);
  58. font-size: 20rpx;
  59. line-height: 40rpx;
  60. }
  61. .explainImg{
  62. width: 30rpx;
  63. height: 30rpx;
  64. float: left;
  65. margin: 5rpx 5rpx 5rpx 10rpx;
  66. }
  67. .explainTitle{
  68. float: left;
  69. }
  70. .img{
  71. width: 100%;
  72. height: 100%;
  73. }
  74. .dataBox{
  75. width: 460rpx;
  76. /* height: 220rpx; */
  77. float: left;
  78. margin-left: 20rpx;
  79. position: relative;
  80. }
  81. .titleName{
  82. color: #402e1e;
  83. font-family: "PingFangSC-Regular";
  84. font-weight: 700;
  85. width: 100%;
  86. font-size: 26rpx;
  87. display: -webkit-box;
  88. -webkit-line-clamp: 1;
  89. -webkit-box-orient: vertical;
  90. overflow: hidden;
  91. text-overflow: ellipsis;
  92. margin: 16rpx 0 0 0;
  93. /* height: 80rpx; */
  94. }
  95. .subTitleC{
  96. color: #402e1e;
  97. font-size: 20rpx;
  98. /* margin: 6rpx 0 0 0; */
  99. display: -webkit-box;
  100. -webkit-line-clamp: 1;
  101. -webkit-box-orient: vertical;
  102. overflow: hidden;
  103. text-overflow: ellipsis;
  104. }
  105. .subTitle{
  106. color: #a6a6a6;
  107. font-size: 20rpx;
  108. /* margin: 6rpx 0 0 0; */
  109. display: -webkit-box;
  110. -webkit-line-clamp: 1;
  111. -webkit-box-orient: vertical;
  112. overflow: hidden;
  113. text-overflow: ellipsis;
  114. }
  115. .priceBox{
  116. overflow: hidden;
  117. margin-top: 4rpx;
  118. /* margin-bottom: 10rpx; */
  119. }
  120. .rmb{
  121. color: #d5af67;
  122. font-size: 22rpx;
  123. line-height: 40rpx;
  124. float: left;
  125. }
  126. .pri01{
  127. font-size: 26rpx;
  128. color: #d5af67;
  129. letter-spacing: 0;
  130. line-height: 40rpx;
  131. float: left;
  132. margin-left: 10rpx;
  133. }
  134. .throgh{
  135. text-decoration: line-through;
  136. margin-left: 10rpx;
  137. color: #999 !important;
  138. line-height: 38rpx;
  139. font-size: 22rpx;
  140. float: left;
  141. }
  142. .progressBox{
  143. height: 26rpx;
  144. width: 240rpx;
  145. overflow: hidden;
  146. border-radius: 20rpx;
  147. background-color: #d8d8d8;
  148. margin-top: 4rpx;
  149. position: relative;
  150. }
  151. .schedule{
  152. float: left;
  153. height: 26rpx;
  154. border-radius: 20rpx;
  155. text-align: center;
  156. color: #fff;
  157. background-color: #d5af67;
  158. }
  159. .scheduleText{
  160. line-height: 26rpx;
  161. position: absolute;
  162. top: 0;
  163. left: 20rpx;
  164. font-size: 20rpx;
  165. color: #fff;
  166. }
  167. .discount{
  168. position: absolute;
  169. bottom: 60rpx;
  170. right: 12rpx;
  171. color: #d5af67;
  172. font-size: 24rpx;
  173. }
  174. .discount1{
  175. float: left;
  176. font-size: 18rpx;
  177. border: #d5af67 1px solid;
  178. color: #d5af67;
  179. border-radius: 20rpx;
  180. padding: 2rpx 10rpx;
  181. margin-left: 10rpx;
  182. margin-top: 4rpx;
  183. }
  184. .goPay{
  185. position: absolute;
  186. bottom: 6rpx;
  187. right: 0rpx;
  188. background-color: #d5af67;
  189. color: #fff;
  190. font-size: 24rpx;
  191. text-align: center;
  192. line-height: 28rpx;
  193. padding: 12rpx 16rpx;
  194. border-radius: 40rpx;
  195. }
  196. .noPay{
  197. position: absolute;
  198. bottom: 6rpx;
  199. right: 0rpx;
  200. background-color: #a6a6a6;
  201. color: #fff;
  202. font-size: 24rpx;
  203. text-align: center;
  204. line-height: 28rpx;
  205. padding: 12rpx 16rpx;
  206. border-radius: 40rpx;
  207. }
  208. .noDet{
  209. text-align: center;
  210. line-height: 40rpx;
  211. font-size: 24rpx;
  212. color: #a6a6a6;
  213. }
  214. .upDataBox{
  215. width: 100%;
  216. position: fixed;
  217. bottom: 0;
  218. left: 0;
  219. background-color: #fff;
  220. height: 120rpx;
  221. overflow: hidden;
  222. }
  223. .goderImgBox{
  224. float: left;
  225. margin-top: 10rpx;
  226. margin-left: 60rpx;
  227. width: 80rpx;
  228. overflow: hidden;
  229. }
  230. .goOrder{
  231. width: 60rpx;
  232. height: 60rpx;
  233. margin-left: 8rpx;
  234. display: block;
  235. }
  236. .goOrderText{
  237. text-align: center;
  238. font-size: 20rpx;
  239. color: #d5af67;
  240. }
  241. .upData{
  242. width: 70%;
  243. margin: 10rpx auto 0 40rpx;
  244. text-align: center;
  245. height: 80rpx;
  246. line-height: 80rpx;
  247. border: 2rpx #d5af67 solid;
  248. border-radius: 50rpx;
  249. color: #d5af67;
  250. font-size: 32rpx;
  251. float: left;
  252. }