C端小程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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