抖音c端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  1. .boatBox {
  2. width: 100% !important;
  3. height: 96rpx;
  4. display: flex;
  5. justify-content: space-around;
  6. background-color: #fff;
  7. }
  8. .boatBoxf {
  9. width: 100% !important;
  10. position: fixed;
  11. top: 0;
  12. left: 0;
  13. z-index: 10000;
  14. }
  15. .boatTitle {
  16. font-size: 30rpx;
  17. text-align: center;
  18. height: 80rpx;
  19. line-height: 80rpx;
  20. color: #999;
  21. }
  22. .boatTitleA {
  23. font-size: 32rpx;
  24. text-align: center;
  25. height: 80rpx;
  26. line-height: 80rpx;
  27. font-weight: 500;
  28. color: #d4a971;
  29. }
  30. .boatA {
  31. /* #fb3e5c */
  32. width: 80rpx;
  33. height: 6rpx;
  34. background-color: #d4a971;
  35. margin: 0 auto;
  36. border-radius: 10rpx;
  37. }
  38. .picker {
  39. margin-top: 120rpx;
  40. padding: 17rpx 45rpx;
  41. margin-bottom: 28rpx;
  42. background-color: #fff;
  43. }
  44. .picker .inside {
  45. display: flex;
  46. justify-content: space-between;
  47. }
  48. .picker .inside .picker_item {
  49. font-size: 35rpx;
  50. }
  51. .picker .inside .img {
  52. width: 40rpx;
  53. height: 40rpx;
  54. }
  55. .market {
  56. width: 100%;
  57. height: 100%;
  58. background: #F4F5F9;
  59. margin-top: 20rpx;
  60. }
  61. .tabs {
  62. position: fixed;
  63. width: 100% !important;
  64. height: 96rpx;
  65. /* top: 0; */
  66. left: 0;
  67. right: 0;
  68. text-align: center;
  69. z-index: 10000000;
  70. font-size: 26rpx;
  71. background: #FFF;
  72. }
  73. .i-tab {
  74. width: 30% !important;
  75. display: inline-block;
  76. }
  77. .section {
  78. background: #FFFFFF;
  79. overflow: hidden;
  80. }
  81. .detail_msg {
  82. position: relative;
  83. width: 92%;
  84. background: #fff;
  85. display: flex;
  86. margin: 0 30rpx;
  87. padding-bottom: 20rpx;
  88. padding-top: 20rpx;
  89. /* border-bottom: 1rpx solid #eee; */
  90. }
  91. .sendImg {
  92. position: absolute;
  93. width: 100rpx;
  94. top: 100rpx;
  95. right: 6rpx;
  96. }
  97. .logo {
  98. display: block;
  99. width: 120rpx;
  100. height: 120rpx;
  101. border: 1px solid #f8f8f8;
  102. border-radius: 20rpx;
  103. }
  104. .logo image {
  105. display: block;
  106. width: 120rpx;
  107. height: 120rpx;
  108. border-radius: 20rpx;
  109. }
  110. .detail_top {
  111. width: 100%;
  112. height: 40rpx;
  113. line-height: 40rpx;
  114. font-size: 30rpx;
  115. padding-top: 30rpx;
  116. }
  117. .detail_top view:nth-child(1) {
  118. display: flex;
  119. justify-content: space-between;
  120. padding: 0 4% 0 4%;
  121. }
  122. .info {
  123. width: 100%;
  124. }
  125. .sub {
  126. font-size: 24rpx !important;
  127. color: #919191 !important;
  128. letter-spacing: 0;
  129. line-height: 33rpx;
  130. padding-left: 4%;
  131. height: 33rpx;
  132. overflow: hidden;
  133. white-space: wrap;
  134. text-overflow: ellipsis;
  135. }
  136. .info view:nth-child(1) text {
  137. display: inline-block;
  138. width: 300rpx;
  139. font-size: 30rpx;
  140. letter-spacing: 0;
  141. height: 42rpx;
  142. overflow: hidden;
  143. line-height: 42rpx;
  144. white-space: nowrap;
  145. text-overflow: ellipsis;
  146. }
  147. .discount {
  148. position: absolute;
  149. width: 100rpx;
  150. top: 86rpx;
  151. right: 2rpx;
  152. }
  153. .detail_top .sucess {
  154. display: inline-block;
  155. width: 123rpx !important;
  156. /* overflow: hidden; */
  157. font-family: PingFangSC-Regular;
  158. font-size: 28rpx;
  159. font-weight: 400;
  160. color: #2C8DFF;
  161. letter-spacing: 0;
  162. text-align: right;
  163. line-height: 26px;
  164. }
  165. .wait {
  166. display: inline-block;
  167. width: 123rpx !important;
  168. overflow: visible !important;
  169. font-size: 28rpx;
  170. color: #FD832D;
  171. letter-spacing: 0;
  172. text-align: right;
  173. line-height: 28rpx !important;
  174. }
  175. .close {
  176. display: inline-block;
  177. width: 123rpx !important;
  178. overflow: hidden;
  179. font-size: 28rpx;
  180. color: #999;
  181. letter-spacing: 0;
  182. text-align: right;
  183. line-height: 28rpx;
  184. }
  185. /*
  186. .info view:nth-child(2),
  187. .info view:nth-child(3),
  188. .info view:nth-child(4) {
  189. color: #333;
  190. font-size: 24rpx;
  191. } */
  192. .value {
  193. font-size: 24rpx;
  194. color: #999;
  195. letter-spacing: 0;
  196. padding-left: 4%;
  197. line-height: 33rpx;
  198. }
  199. .value text {
  200. font-size: 24rpx;
  201. color: #333;
  202. letter-spacing: 0;
  203. line-height: 33rpx;
  204. }
  205. .info view:nth-child(3) {
  206. margin-top: 16rpx;
  207. }
  208. .info view:nth-child(2) {
  209. margin-top: 16rpx;
  210. }
  211. .payment {
  212. position: relative;
  213. width: 92%;
  214. height: 80rpx;
  215. line-height: 88rpx;
  216. padding: 0 4%;
  217. display: flex;
  218. justify-content: space-between;
  219. border-bottom: 8rpx solid #eee;
  220. border-top: 1rpx solid #eee;
  221. }
  222. .payment view:nth-child(1) text:nth-child(1) {
  223. font-size: 24rpx;
  224. color: #1f2d3d;
  225. letter-spacing: 0;
  226. }
  227. .payment view:nth-child(1) text:nth-child(2) {
  228. font-size: 28rpx;
  229. color: #ff4949;
  230. letter-spacing: 0;
  231. margin-left: 10rpx;
  232. }
  233. .payment view:nth-child(1) text:nth-child(3) {
  234. font-size: 24rpx;
  235. color: #b4b4b4;
  236. padding-left: 18rpx;
  237. text-decoration: line-through;
  238. }
  239. .btn {
  240. position: absolute;
  241. bottom: 0;
  242. right: 0;
  243. width: 118rpx;
  244. height: 52rpx;
  245. line-height: 52rpx;
  246. text-align: center;
  247. color: #fff;
  248. float: right;
  249. font-size: 26rpx;
  250. border-radius: 20rpx;
  251. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  252. }
  253. /* .btnZf{
  254. position: absolute;
  255. bottom: 0;
  256. right: 0;
  257. width: 118rpx;
  258. height: 52rpx;
  259. line-height: 52rpx;
  260. text-align: center;
  261. color: #fff;
  262. float: right;
  263. font-size: 26rpx;
  264. border-radius: 20rpx;
  265. background:linear-gradient(130deg,rgba(50,177,252,1) 0%,rgba(47,108,255,1) 100%);
  266. } */
  267. .btnZf {
  268. position: absolute;
  269. bottom: 0;
  270. right: 0;
  271. width: 100rpx;
  272. height: 40rpx;
  273. line-height: 40rpx;
  274. text-align: center;
  275. color: #999;
  276. float: right;
  277. font-size: 24rpx;
  278. border-radius: 10rpx;
  279. border: 1rpx solid #d4a971;
  280. /* background:linear-gradient(130deg,rgba(50,177,252,1) 0%,rgba(47,108,255,1) 100%); */
  281. }
  282. .cancel {
  283. position: absolute;
  284. bottom: 0;
  285. right: 120rpx;
  286. width: 90rpx;
  287. height: 40rpx;
  288. line-height: 40rpx;
  289. text-align: center;
  290. color: #999;
  291. float: right;
  292. font-size: 24rpx;
  293. border-radius: 10rpx;
  294. border: 1rpx solid #d4a971;
  295. }
  296. .btnGm {
  297. position: absolute;
  298. bottom: 0;
  299. right: 0;
  300. width: 118rpx;
  301. height: 52rpx;
  302. line-height: 52rpx;
  303. text-align: center;
  304. color: #fff;
  305. float: right;
  306. font-size: 28rpx;
  307. border: 2rpx solid #2C8DFF;
  308. border-radius: 30rpx;
  309. }
  310. .payment view:nth-child(2) text {
  311. font-size: 26rpx;
  312. color: #FFFFFF;
  313. }
  314. .txGm {
  315. font-size: 26rpx !important;
  316. color: #2C8DFF !important;
  317. }
  318. .dingdan {
  319. margin-top: 33rpx;
  320. }
  321. .dingdan text:nth-of-type(1) {
  322. display: block;
  323. font-size: 34rpx;
  324. color: #333;
  325. letter-spacing: 0;
  326. text-align: center;
  327. }
  328. .dingdan text:nth-of-type(2) {
  329. display: block;
  330. font-size: 28rpx;
  331. color: #999;
  332. letter-spacing: 0;
  333. text-align: center;
  334. }
  335. .dingdan image {
  336. display: block;
  337. width: 300rpx;
  338. height: 300rpx;
  339. margin: 0 auto 16rpx;
  340. }
  341. .loading {
  342. text-align: center;
  343. height: 80rpx;
  344. line-height: 80rpx;
  345. font-size: 26rpx;
  346. color: #999;
  347. }
  348. .loading image {
  349. width: 60rpx;
  350. height: 60rpx;
  351. vertical-align: middle;
  352. margin-right: 10rpx;
  353. }
  354. button::after {
  355. border: none;
  356. }
  357. .goback {
  358. position: fixed;
  359. right: 50rpx;
  360. bottom: 60rpx;
  361. width: 100rpx !important;
  362. height: 100rpx;
  363. z-index: 100;
  364. background: rgba(255, 255, 255, 1);
  365. line-height: 95rpx;
  366. border: 1rpx solid rgba(227, 227, 227, 1);
  367. border-radius: 50%;
  368. }
  369. .goback image {
  370. position: absolute;
  371. width: 60rpx;
  372. left: 0;
  373. right: 0;
  374. top: 0;
  375. bottom: 0;
  376. margin: auto;
  377. }
  378. .itemBox {
  379. overflow: hidden;
  380. margin: 0 50rpx 20rpx 50rpx;
  381. padding-bottom: 20rpx;
  382. position: relative;
  383. }
  384. .payStatus {
  385. text-align: right;
  386. }
  387. /* .payStatus .sucess {
  388. display: inline-block;
  389. width: 123rpx !important;
  390. font-family:PingFangSC-Regular;
  391. font-size: 28rpx;
  392. font-weight:400;
  393. color: #2C8DFF;
  394. letter-spacing: 0;
  395. text-align: right;
  396. line-height: 26px;
  397. } */
  398. .payStatus .sucess {
  399. display: inline-block;
  400. width: 123rpx !important;
  401. font-family: PingFangSC-Regular;
  402. font-size: 28rpx;
  403. font-weight: 400;
  404. color: #5cbb43;
  405. letter-spacing: 0;
  406. text-align: right;
  407. line-height: 26px;
  408. }
  409. .itemImg {
  410. float: left;
  411. display: block;
  412. width: 120rpx;
  413. height: 120rpx;
  414. border: 1px solid #f8f8f8;
  415. border-radius: 20rpx;
  416. }
  417. .itemImg image {
  418. display: block;
  419. width: 120rpx;
  420. height: 120rpx;
  421. border-radius: 20rpx;
  422. }
  423. .itemContent {
  424. float: left;
  425. width: 70%;
  426. }
  427. .face {
  428. font-size: 24rpx;
  429. color: #999;
  430. letter-spacing: 0;
  431. padding-left: 4%;
  432. line-height: 33rpx;
  433. }
  434. .face text {
  435. font-size: 24rpx;
  436. color: #333;
  437. letter-spacing: 0;
  438. line-height: 33rpx;
  439. }
  440. .date {
  441. /* margin-top: 16rpx; */
  442. font-size: 24rpx;
  443. color: #999;
  444. letter-spacing: 0;
  445. padding-left: 4%;
  446. line-height: 26rpx;
  447. }
  448. .yunfe {
  449. font-size: 24rpx;
  450. color: #999;
  451. letter-spacing: 0;
  452. padding-left: 4%;
  453. height: 33rpx;
  454. line-height: 33rpx;
  455. }
  456. .yunfeK {
  457. font-size: 24rpx;
  458. color: #999;
  459. letter-spacing: 0;
  460. padding-left: 4%;
  461. height: 25rpx;
  462. line-height: 33rpx;
  463. }