抖音c端
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

524 rindas
8.1 KiB

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