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.

437 lines
7.2 KiB

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