抖音c端
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 2 Jahren
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. @import "../../app.ttss";
  2. .coupons {
  3. position: relative;
  4. width: 340rpx;
  5. display: inline-block;
  6. overflow: hidden;
  7. border-radius: 12rpx;
  8. }
  9. .earnest{
  10. color: red;
  11. font-size: 24rpx;
  12. padding-left: 10rpx;
  13. }
  14. .coupons-border {
  15. height: 1rpx;
  16. left: 30rpx;
  17. right: 30rpx;
  18. background: #f5f5f5;
  19. position: absolute;
  20. bottom: 0;
  21. }
  22. .coupons-img image {
  23. display: block;
  24. width: 300rpx;
  25. height: 176rpx;
  26. margin: 20rpx auto 0;
  27. /* border-top-left-radius: 10rpx;
  28. border-top-right-radius: 10rpx; */
  29. }
  30. .coupons-info {
  31. width: 90%;
  32. height: 152rpx;
  33. border-radius: 0rpx 0rpx 10rpx 10rpx;
  34. background: #fff;
  35. margin: 0 auto;
  36. }
  37. .coupons-info-name {
  38. font-size: 30rpx;
  39. color: #3c3c3c;
  40. letter-spacing: 0;
  41. line-height: 38rpx;
  42. }
  43. .coupons-info-price {
  44. padding: 16rpx 0 0;
  45. }
  46. .i {
  47. font-size: 24rpx;
  48. font-style: normal;
  49. }
  50. .coupons-info-price-p {
  51. display: inline-block;
  52. font-size: 50rpx;
  53. margin-bottom: 26rpx;
  54. width: 100%;
  55. }
  56. .price {
  57. font-size: 36rpx;
  58. font-family: PingFang-SC-Bold;
  59. font-weight: bold;
  60. line-height: 44rpx;
  61. margin-left: 16rpx;
  62. padding-top: 16rpx;
  63. color: #fd832d;
  64. width: 60%;
  65. overflow: hidden;
  66. white-space: nowrap;
  67. text-overflow: ellipsis;
  68. }
  69. .rmb {
  70. font-size: 24rpx !important;
  71. margin-right: 4rpx !important;
  72. color: #FD782D!;
  73. }
  74. .num {
  75. color: #fd782d;
  76. }
  77. .tit {
  78. overflow: hidden;
  79. white-space: nowrap;
  80. text-overflow: ellipsis;
  81. font-size: 28rpx;
  82. line-height: 32rpx;
  83. padding-top: 20rpx;
  84. padding-left: 10rpx;
  85. color: #333;
  86. letter-spacing: 0;
  87. }
  88. .coupons-info-price-o {
  89. display: block;
  90. text-align: center;
  91. font-size: 26rpx;
  92. color: #b4b4b4;
  93. letter-spacing: 0.96rpx;
  94. text-decoration: line-through;
  95. line-height: 24rpx;
  96. }
  97. .coupons-info-distance {
  98. font-size: 22rpx;
  99. color: #c0c0c0;
  100. letter-spacing: 0;
  101. padding-bottom: 10rpx;
  102. line-height: 30rpx;
  103. }
  104. .coupons-info-address {
  105. font-size: 22rpx;
  106. color: #585858;
  107. letter-spacing: 0;
  108. line-height: 30rpx;
  109. }
  110. .coupons-btn {
  111. position: absolute;
  112. bottom: 0rpx;
  113. right: 24rpx;
  114. }
  115. .coupons-btn-gm {
  116. border-radius: 10px !important;
  117. margin: 0 !important;
  118. padding: 0 !important;
  119. font-size: 26rpx;
  120. color: #fff !important;
  121. letter-spacing: 0;
  122. height: 51rpx !important;
  123. width: 100rpx !important;
  124. line-height: 51rpx !important;
  125. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%) !important;
  126. }
  127. .coupons-btn-gmX{
  128. width: 116rpx !important;
  129. height: 52rpx !important;
  130. border-radius: 26rpx !important;
  131. line-height: 52rpx !important;
  132. background: linear-gradient(90deg, #E3BA79, #BC8D3E) !important;
  133. text-align: center !important;
  134. color: #feffff !important;
  135. font-family: "PingFangSC-Regular";
  136. font-size: 26rpx !important;
  137. font-weight: 400 !important;
  138. margin: 0 !important;
  139. padding: 0 !important;
  140. }
  141. .coupons-btn-gms {
  142. background: #b9b9b9 !important;
  143. border-radius: 10px !important;
  144. opacity: 0.6;
  145. margin: 0 !important;
  146. padding: 0 !important;
  147. font-family: PingFangSC-Semibold;
  148. font-size: 26rpx;
  149. font-weight: 400;
  150. color: #fff !important;
  151. letter-spacing: 0;
  152. height: 51rpx !important;
  153. width: 100rpx !important;
  154. line-height: 51rpx !important;
  155. }
  156. .subtitle {
  157. font-size: 24rpx;
  158. color: #999;
  159. overflow: hidden;
  160. height: 24rpx;
  161. width: 65%;
  162. padding-left: 10rpx;
  163. line-height: 24rpx;
  164. white-space: nowrap;
  165. text-overflow: ellipsis;
  166. margin-top: 12rpx;
  167. }
  168. .coupons-info-manjian {
  169. font-weight: normal;
  170. font-size: 20rpx;
  171. line-height: 34rpx;
  172. display: inline-block;
  173. color: #ff4949;
  174. letter-spacing: 0;
  175. }
  176. .coupons-info-manjian1 {
  177. font-weight: normal;
  178. font-size: 20rpx;
  179. line-height: 22rpx;
  180. color: #919191;
  181. letter-spacing: 0;
  182. overflow: hidden;
  183. white-space: nowrap;
  184. text-overflow: ellipsis;
  185. width: 300rpx;
  186. margin-top: 16rpx;
  187. }
  188. .coupons-info-manjian text {
  189. display: block;
  190. line-height: 20rpx;
  191. }
  192. .coupons-info-manjian > text:nth-of-type(1) {
  193. display: block;
  194. /* color: #FF4949; */
  195. opacity: 0.6;
  196. }
  197. .view02 {
  198. font-size: 20rpx;
  199. line-height: 34rpx;
  200. text-decoration: line-through;
  201. color: #999 !important;
  202. font-weight: normal;
  203. letter-spacing: 0;
  204. margin-left: 10rpx;
  205. }
  206. .view01 {
  207. text-decoration: line-through;
  208. color: #999 !important;
  209. }
  210. .txt2 {
  211. display: block;
  212. color: #ccc;
  213. }
  214. /**上拉加载更多**/
  215. .userinfo {
  216. display: flex;
  217. flex-direction: column;
  218. align-items: center;
  219. }
  220. .userinfo-avatar {
  221. width: 128rpx;
  222. height: 128rpx;
  223. margin: 20rpx;
  224. border-radius: 50%;
  225. }
  226. .fuhaoX{
  227. color: #d5af67;
  228. font-family: "PingFangSC-Medium";
  229. font-size: 34rpx;
  230. font-weight: 400;
  231. float: left;
  232. margin-top: 5rpx
  233. }
  234. .userinfo-nickname {
  235. color: #aaa;
  236. }
  237. .sy {
  238. display: block;
  239. text-align: right;
  240. width: 181rpx;
  241. font-size: 24rpx;
  242. color: #999;
  243. height: 40rpx;
  244. margin-top: 106rpx;
  245. }
  246. .usermotto {
  247. margin-top: 200px;
  248. }
  249. scroll-view {
  250. width: 100%;
  251. }
  252. .item {
  253. width: 90%;
  254. height: 300rpx;
  255. margin: 20rpx auto;
  256. background: brown;
  257. overflow: hidden;
  258. }
  259. .item .img {
  260. width: 430rpx;
  261. margin-right: 20rpx;
  262. float: left;
  263. }
  264. .title {
  265. font-size: 30rpx;
  266. display: block;
  267. margin: 30rpx auto;
  268. }
  269. .description {
  270. font-size: 26rpx;
  271. line-height: 15rpx;
  272. }
  273. .navigator-hover {
  274. opacity: 1 !important;
  275. background: #fff;
  276. }
  277. .hover {
  278. opacity: 0.6;
  279. }
  280. .navigator {
  281. display: inline-block;
  282. background: #fff;
  283. border-radius: 12rpx;
  284. position: relative;
  285. }
  286. .presell {
  287. position: absolute;
  288. width: 300rpx;
  289. height: 40rpx;
  290. background-color: rgba(247, 21, 21, 0.6);
  291. z-index: 100;
  292. top: 158rpx;
  293. line-height: 20px;
  294. text-align: center;
  295. color: #fff;
  296. margin-left: 20rpx;
  297. font-size: 26rpx;
  298. }
  299. .superscript {
  300. position: absolute;
  301. top: -10rpx;
  302. left: -12rpx;
  303. width: 86rpx;
  304. height: 86rpx;
  305. overflow: hidden;
  306. }
  307. /* 使用背景色渐变 */
  308. .superscript .gradual {
  309. width: 100%;
  310. height: 100%;
  311. background: linear-gradient(135deg, #31b968 50%, transparent 50%);
  312. }
  313. /* 使用三角形 */
  314. .superscript .triangle {
  315. width: 0;
  316. height: 0;
  317. border-top: 130rpx solid #31b968;
  318. border-right: 130rpx solid transparent;
  319. }
  320. /* 使用矩形旋转, 和父节点的 overflow:hidden 配合 */
  321. .superscript .rect {
  322. width: 176rpx;
  323. height: 183rpx;
  324. margin: -91rpx 0 0 -91rpx;
  325. transform: rotateZ(45deg);
  326. }
  327. .superscript .desc {
  328. position: absolute;
  329. top: 29%;
  330. left: 16%;
  331. z-index: 1;
  332. color: #fff;
  333. font-size: 23rpx;
  334. transform: rotate(-45deg);
  335. }
  336. .saleprice {
  337. font-size: 24rpx;
  338. display: inline-block;
  339. margin-right: 10rpx;
  340. font-weight: 400;
  341. }