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.

236 line
3.8 KiB

  1. .market {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .tabs {
  6. position: fixed;
  7. width: 100% !important;
  8. height: 88rpx;
  9. top: 0;
  10. left: 0;
  11. right: 0;
  12. text-align: center;
  13. z-index: 10000000;
  14. }
  15. .i-tab {
  16. width: 30% !important;
  17. display: inline-block;
  18. }
  19. .detail_msg {
  20. width: 92%;
  21. background: #fff;
  22. display: flex;
  23. margin: 0 30rpx;
  24. padding-bottom: 30rpx;
  25. padding-top: 30rpx;
  26. border-bottom: 1rpx solid #eee;
  27. }
  28. .logo {
  29. display: block;
  30. width: 180rpx;
  31. height: 180rpx;
  32. border: 1px solid #f8f8f8;
  33. border-radius: 16rpx;
  34. }
  35. .logo image {
  36. display: block;
  37. width: 180rpx;
  38. height: 180rpx;
  39. border-radius: 16rpx;
  40. }
  41. .info view:nth-child(1) {
  42. display: flex;
  43. justify-content: space-between;
  44. padding: 0 0 0 4%;
  45. }
  46. .info {
  47. width: 100%;
  48. }
  49. .sub {
  50. font-size: 24rpx !important;
  51. color: #919191 !important;
  52. letter-spacing: 0;
  53. line-height: 33rpx;
  54. padding-left: 4%;
  55. }
  56. .info view:nth-child(1) text {
  57. display: inline-block;
  58. width: 300rpx;
  59. font-size: 30rpx;
  60. letter-spacing: 0;
  61. height: 42rpx;
  62. overflow: hidden;
  63. line-height: 42rpx;
  64. white-space: nowrap;
  65. text-overflow: ellipsis;
  66. }
  67. .info .sucess {
  68. display: inline-block;
  69. width: 123rpx !important;
  70. overflow: hidden;
  71. font-size: 26rpx;
  72. color: #02c0ff;
  73. letter-spacing: 0;
  74. text-align: right;
  75. line-height: 26px;
  76. }
  77. .wait {
  78. display: inline-block;
  79. width: 123rpx !important;
  80. overflow: hidden;
  81. font-size: 28rpx;
  82. color: #ff4949;
  83. letter-spacing: 0;
  84. text-align: right;
  85. line-height: 28rpx!important;
  86. }
  87. .close {
  88. display: inline-block;
  89. width: 123rpx !important;
  90. overflow: hidden;
  91. font-size: 28rpx;
  92. color: #999;
  93. letter-spacing: 0;
  94. text-align: right;
  95. line-height: 28rpx;
  96. }
  97. /*
  98. .info view:nth-child(2),
  99. .info view:nth-child(3),
  100. .info view:nth-child(4) {
  101. color: #333;
  102. font-size: 24rpx;
  103. } */
  104. .value {
  105. font-size: 24rpx;
  106. color: #999;
  107. letter-spacing: 0;
  108. padding-left: 4%;
  109. line-height: 33rpx;
  110. }
  111. .value text {
  112. font-size: 24rpx;
  113. color: #333;
  114. letter-spacing: 0;
  115. line-height: 33rpx;
  116. }
  117. /* .info view:nth-child(2) text, .info view:nth-child(3) text {
  118. font-size: 22rpx;
  119. } */
  120. .info view:nth-child(3) {
  121. margin-top: 20rpx;
  122. }
  123. .payment {
  124. position: relative;
  125. width: 92%;
  126. height: 88rpx;
  127. line-height: 88rpx;
  128. padding: 0 4%;
  129. display: flex;
  130. justify-content: space-between;
  131. border-bottom: 1rpx solid #eee;
  132. }
  133. .payment view:nth-child(1) text:nth-child(1) {
  134. font-size: 24rpx;
  135. color: #1f2d3d;
  136. letter-spacing: 0;
  137. }
  138. .payment view:nth-child(1) text:nth-child(2) {
  139. font-size: 28rpx;
  140. color: #ff4949;
  141. letter-spacing: 0;
  142. margin-left: 10rpx;
  143. }
  144. .payment view:nth-child(1) text:nth-child(3) {
  145. font-size: 24rpx;
  146. color: #b4b4b4;
  147. padding-left: 18rpx;
  148. text-decoration: line-through;
  149. }
  150. .btn {
  151. position: absolute;
  152. top: 0;
  153. bottom: 0;
  154. margin: auto;
  155. right: 20rpx;
  156. width: 180rpx;
  157. height: 52rpx;
  158. line-height: 52rpx;
  159. text-align: center;
  160. color: #fff;
  161. float: right;
  162. font-size: 28rpx;
  163. border: 2rpx solid #02c0ff;
  164. border-radius: 30rpx;
  165. }
  166. .payment view:nth-child(2) text {
  167. font-size: 30rpx;
  168. color: #02c0ff;
  169. }
  170. .dingdan {
  171. margin-top: 33rpx;
  172. }
  173. .dingdan text:nth-of-type(1) {
  174. display: block;
  175. font-size: 34rpx;
  176. color: #333;
  177. letter-spacing: 0;
  178. text-align: center;
  179. }
  180. .dingdan text:nth-of-type(2) {
  181. display: block;
  182. font-size: 28rpx;
  183. color: #999;
  184. letter-spacing: 0;
  185. text-align: center;
  186. }
  187. .dingdan image {
  188. display: block;
  189. width: 300rpx;
  190. height: 300rpx;
  191. margin: 0 auto 16rpx;
  192. }
  193. .loading {
  194. text-align: center;
  195. height: 80rpx;
  196. line-height: 80rpx;
  197. font-size: 26rpx;
  198. color: #999;
  199. }
  200. .loading image {
  201. width: 40rpx;
  202. height: 40rpx;
  203. vertical-align: middle;
  204. margin-right: 10rpx;
  205. }