抖音c端
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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