C端小程序
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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