C端小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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