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.

385 rivejä
6.5 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. top: 0;
  188. bottom: 0;
  189. margin: auto;
  190. right: 20rpx;
  191. width: 118rpx;
  192. height: 52rpx;
  193. line-height: 52rpx;
  194. text-align: center;
  195. color: #fff;
  196. float: right;
  197. font-size: 26rpx;
  198. border-radius: 20rpx;
  199. background:linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  200. }
  201. .btnZf{
  202. position: absolute;
  203. top: 0;
  204. bottom: 0;
  205. margin: auto;
  206. right: 20rpx;
  207. width: 118rpx;
  208. height: 52rpx;
  209. line-height: 52rpx;
  210. text-align: center;
  211. color: #fff;
  212. float: right;
  213. font-size: 26rpx;
  214. border-radius: 20rpx;
  215. background:linear-gradient(130deg,rgba(50,177,252,1) 0%,rgba(47,108,255,1) 100%);
  216. }
  217. .btnGm{
  218. position: absolute;
  219. top: 0;
  220. bottom: 0;
  221. margin: auto;
  222. right: 20rpx;
  223. width: 118rpx;
  224. height: 52rpx;
  225. line-height: 52rpx;
  226. text-align: center;
  227. color: #fff;
  228. float: right;
  229. font-size: 28rpx;
  230. border: 2rpx solid #2C8DFF;
  231. border-radius: 30rpx;
  232. }
  233. .payment view:nth-child(2) text {
  234. font-size: 26rpx;
  235. color: #FFFFFF;
  236. }
  237. .txGm{
  238. font-size: 26rpx!important;
  239. color: #2C8DFF!important;
  240. }
  241. .dingdan {
  242. margin-top: 33rpx;
  243. }
  244. .dingdan text:nth-of-type(1) {
  245. display: block;
  246. font-size: 34rpx;
  247. color: #333;
  248. letter-spacing: 0;
  249. text-align: center;
  250. }
  251. .dingdan text:nth-of-type(2) {
  252. display: block;
  253. font-size: 28rpx;
  254. color: #999;
  255. letter-spacing: 0;
  256. text-align: center;
  257. }
  258. .dingdan image {
  259. display: block;
  260. width: 300rpx;
  261. height: 300rpx;
  262. margin: 0 auto 16rpx;
  263. }
  264. .loading {
  265. text-align: center;
  266. height: 80rpx;
  267. line-height: 80rpx;
  268. font-size: 26rpx;
  269. color: #999;
  270. }
  271. .loading image {
  272. width: 60rpx;
  273. height: 60rpx;
  274. vertical-align: middle;
  275. margin-right: 10rpx;
  276. }
  277. button::after{ border: none; }
  278. .goback{
  279. position: fixed;
  280. right: 50rpx;
  281. bottom: 60rpx;
  282. width:100rpx!important;
  283. height:100rpx;
  284. z-index: 100;
  285. background:rgba(255,255,255,1);
  286. line-height: 95rpx;
  287. border:1rpx solid rgba(227,227,227,1);
  288. border-radius:50%;
  289. }
  290. .goback image{
  291. position: absolute;
  292. width: 60rpx;
  293. left: 0;
  294. right: 0;
  295. top: 0;
  296. bottom: 0;
  297. margin: auto;
  298. }
  299. .itemBox{
  300. overflow: hidden;
  301. margin: 20rpx 60rpx;
  302. }
  303. .itemImg{
  304. float: left;
  305. display: block;
  306. width: 120rpx;
  307. height: 120rpx;
  308. border: 1px solid #f8f8f8;
  309. border-radius: 20rpx;
  310. }
  311. .itemImg image {
  312. display: block;
  313. width: 120rpx;
  314. height: 120rpx;
  315. border-radius: 20rpx;
  316. }
  317. .itemContent{
  318. float: left;
  319. width: 70%;
  320. }
  321. .face{
  322. font-size: 24rpx;
  323. color: #999;
  324. letter-spacing: 0;
  325. padding-left: 4%;
  326. line-height: 33rpx;
  327. }
  328. .face text{
  329. font-size: 24rpx;
  330. color: #333;
  331. letter-spacing: 0;
  332. line-height: 33rpx;
  333. }
  334. .date{
  335. /* margin-top: 16rpx; */
  336. font-size: 24rpx;
  337. color: #999;
  338. letter-spacing: 0;
  339. padding-left: 4%;
  340. line-height: 26rpx;
  341. }
  342. .yunfe{
  343. font-size: 24rpx;
  344. color: #999;
  345. letter-spacing: 0;
  346. padding-left: 4%;
  347. height: 33rpx;
  348. line-height: 33rpx;
  349. }
  350. .yunfeK{
  351. font-size: 24rpx;
  352. color: #999;
  353. letter-spacing: 0;
  354. padding-left: 4%;
  355. height: 25rpx;
  356. line-height: 33rpx;
  357. }