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.

438 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: 2rpx;
  124. left: -6rpx;
  125. display: inline-block;
  126. width: 280rpx !important;
  127. overflow: visible !important;
  128. font-size: 28rpx;
  129. color: red;
  130. letter-spacing: 0;
  131. text-align: right;
  132. line-height: 28rpx !important;
  133. }
  134. .close {
  135. display: inline-block;
  136. width: 123rpx !important;
  137. overflow: hidden;
  138. font-size: 28rpx;
  139. color: #999;
  140. letter-spacing: 0;
  141. text-align: right;
  142. line-height: 28rpx;
  143. }
  144. /*
  145. .info view:nth-child(2),
  146. .info view:nth-child(3),
  147. .info view:nth-child(4) {
  148. color: #333;
  149. font-size: 24rpx;
  150. } */
  151. .value {
  152. font-size: 24rpx;
  153. color: #999;
  154. letter-spacing: 0;
  155. padding-left: 4%;
  156. line-height: 33rpx;
  157. }
  158. .value text {
  159. font-size: 24rpx;
  160. color: #333;
  161. letter-spacing: 0;
  162. line-height: 33rpx;
  163. }
  164. .info view:nth-child(3) {
  165. margin-top: 16rpx;
  166. }
  167. .info view:nth-child(2) {
  168. margin-top: 16rpx;
  169. }
  170. .payment {
  171. position: relative;
  172. width: 92%;
  173. height: 80rpx;
  174. line-height: 88rpx;
  175. padding: 0 4%;
  176. display: flex;
  177. justify-content: space-between;
  178. border-bottom: 8rpx solid #eee;
  179. border-top: 1rpx solid #eee;
  180. }
  181. .payment view:nth-child(1) text:nth-child(1) {
  182. font-size: 24rpx;
  183. color: #1f2d3d;
  184. letter-spacing: 0;
  185. }
  186. .payment view:nth-child(1) text:nth-child(2) {
  187. font-size: 28rpx;
  188. color: #ff4949;
  189. letter-spacing: 0;
  190. margin-left: 10rpx;
  191. }
  192. .payment view:nth-child(1) text:nth-child(3) {
  193. font-size: 24rpx;
  194. color: #b4b4b4;
  195. padding-left: 18rpx;
  196. text-decoration: line-through;
  197. }
  198. .btn {
  199. position: absolute;
  200. bottom: 0;
  201. right: 0;
  202. width: 118rpx;
  203. height: 52rpx;
  204. line-height: 52rpx;
  205. text-align: center;
  206. color: #fff;
  207. float: right;
  208. font-size: 26rpx;
  209. border-radius: 20rpx;
  210. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  211. }
  212. .btnZf {
  213. position: absolute;
  214. bottom: 0;
  215. right: 0;
  216. width: 118rpx;
  217. height: 52rpx;
  218. line-height: 52rpx;
  219. text-align: center;
  220. color: #fff;
  221. float: right;
  222. font-size: 26rpx;
  223. border-radius: 20rpx;
  224. background: linear-gradient(130deg, rgba(50, 177, 252, 1) 0%, rgba(47, 108, 255, 1) 100%);
  225. }
  226. .btnGm {
  227. position: absolute;
  228. bottom: 0;
  229. right: 0;
  230. width: 118rpx;
  231. height: 52rpx;
  232. line-height: 52rpx;
  233. text-align: center;
  234. color: #fff;
  235. float: right;
  236. font-size: 28rpx;
  237. border: 2rpx solid #2C8DFF;
  238. border-radius: 30rpx;
  239. }
  240. .payment view:nth-child(2) text {
  241. font-size: 26rpx;
  242. color: #FFFFFF;
  243. }
  244. .txGm {
  245. font-size: 26rpx !important;
  246. color: #2C8DFF !important;
  247. }
  248. .dingdan {
  249. margin-top: 33rpx;
  250. }
  251. .dingdan text:nth-of-type(1) {
  252. display: block;
  253. font-size: 34rpx;
  254. color: #333;
  255. letter-spacing: 0;
  256. text-align: center;
  257. }
  258. .dingdan text:nth-of-type(2) {
  259. display: block;
  260. font-size: 28rpx;
  261. color: #999;
  262. letter-spacing: 0;
  263. text-align: center;
  264. }
  265. .dingdan image {
  266. display: block;
  267. width: 300rpx;
  268. height: 300rpx;
  269. margin: 0 auto 16rpx;
  270. }
  271. .loading {
  272. text-align: center;
  273. height: 80rpx;
  274. line-height: 80rpx;
  275. font-size: 26rpx;
  276. color: #999;
  277. }
  278. .loading image {
  279. width: 60rpx;
  280. height: 60rpx;
  281. vertical-align: middle;
  282. margin-right: 10rpx;
  283. }
  284. button::after {
  285. border: none;
  286. }
  287. .goback {
  288. position: fixed;
  289. right: 50rpx;
  290. bottom: 60rpx;
  291. width: 100rpx !important;
  292. height: 100rpx;
  293. z-index: 100;
  294. background: rgba(255, 255, 255, 1);
  295. line-height: 95rpx;
  296. border: 1rpx solid rgba(227, 227, 227, 1);
  297. border-radius: 50%;
  298. }
  299. .goback image {
  300. position: absolute;
  301. width: 60rpx;
  302. left: 0;
  303. right: 0;
  304. top: 0;
  305. bottom: 0;
  306. margin: auto;
  307. }
  308. .itemBox {
  309. overflow: hidden;
  310. margin: 0 60rpx 20rpx 60rpx;
  311. padding-bottom: 20rpx;
  312. position: relative;
  313. }
  314. .payStatus {
  315. text-align: right;
  316. }
  317. .payStatus .sucess {
  318. display: inline-block;
  319. width: 123rpx !important;
  320. /* overflow: hidden; */
  321. font-family: PingFangSC-Regular;
  322. font-size: 28rpx;
  323. font-weight: 400;
  324. color: #2C8DFF;
  325. letter-spacing: 0;
  326. text-align: right;
  327. line-height: 26px;
  328. }
  329. .itemImg {
  330. float: left;
  331. display: block;
  332. width: 120rpx;
  333. height: 120rpx;
  334. border: 1px solid #f8f8f8;
  335. border-radius: 20rpx;
  336. }
  337. .itemImg image {
  338. display: block;
  339. width: 120rpx;
  340. height: 120rpx;
  341. border-radius: 20rpx;
  342. }
  343. .itemContent {
  344. float: left;
  345. width: 70%;
  346. }
  347. .face {
  348. font-size: 24rpx;
  349. color: #999;
  350. letter-spacing: 0;
  351. padding-left: 4%;
  352. line-height: 33rpx;
  353. }
  354. .face text {
  355. font-size: 24rpx;
  356. color: #333;
  357. letter-spacing: 0;
  358. line-height: 33rpx;
  359. }
  360. .date {
  361. /* margin-top: 16rpx; */
  362. font-size: 24rpx;
  363. color: #999;
  364. letter-spacing: 0;
  365. padding-left: 4%;
  366. line-height: 26rpx;
  367. }
  368. .yunfe {
  369. font-size: 24rpx;
  370. color: #999;
  371. letter-spacing: 0;
  372. padding-left: 4%;
  373. height: 33rpx;
  374. line-height: 33rpx;
  375. }
  376. .yunfeK {
  377. font-size: 24rpx;
  378. color: #999;
  379. letter-spacing: 0;
  380. padding-left: 4%;
  381. height: 25rpx;
  382. line-height: 33rpx;
  383. }