C端小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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