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.

270 linhas
4.4 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. .discount{
  79. position: absolute;
  80. width: 100rpx;
  81. top:86rpx;
  82. right:2rpx;
  83. }
  84. .info .sucess {
  85. display: inline-block;
  86. width: 123rpx !important;
  87. /* overflow: hidden; */
  88. font-size: 26rpx;
  89. color: #02c0ff;
  90. letter-spacing: 0;
  91. text-align: right;
  92. line-height: 26px;
  93. }
  94. .wait {
  95. display: inline-block;
  96. width: 123rpx !important;
  97. overflow: visible!important;
  98. font-size: 28rpx;
  99. color: #ff4949;
  100. letter-spacing: 0;
  101. text-align: right;
  102. line-height: 28rpx!important;
  103. }
  104. .close {
  105. display: inline-block;
  106. width: 123rpx !important;
  107. overflow: hidden;
  108. font-size: 28rpx;
  109. color: #999;
  110. letter-spacing: 0;
  111. text-align: right;
  112. line-height: 28rpx;
  113. }
  114. /*
  115. .info view:nth-child(2),
  116. .info view:nth-child(3),
  117. .info view:nth-child(4) {
  118. color: #333;
  119. font-size: 24rpx;
  120. } */
  121. .value {
  122. font-size: 24rpx;
  123. color: #999;
  124. letter-spacing: 0;
  125. padding-left: 4%;
  126. line-height: 33rpx;
  127. }
  128. .value text {
  129. font-size: 24rpx;
  130. color: #333;
  131. letter-spacing: 0;
  132. line-height: 33rpx;
  133. }
  134. .info view:nth-child(3) {
  135. margin-top: 20rpx;
  136. }
  137. .payment {
  138. position: relative;
  139. width: 92%;
  140. height: 88rpx;
  141. line-height: 88rpx;
  142. padding: 0 4%;
  143. display: flex;
  144. justify-content: space-between;
  145. border-bottom: 8rpx solid #eee;
  146. }
  147. .payment view:nth-child(1) text:nth-child(1) {
  148. font-size: 24rpx;
  149. color: #1f2d3d;
  150. letter-spacing: 0;
  151. }
  152. .payment view:nth-child(1) text:nth-child(2) {
  153. font-size: 28rpx;
  154. color: #ff4949;
  155. letter-spacing: 0;
  156. margin-left: 10rpx;
  157. }
  158. .payment view:nth-child(1) text:nth-child(3) {
  159. font-size: 24rpx;
  160. color: #b4b4b4;
  161. padding-left: 18rpx;
  162. text-decoration: line-through;
  163. }
  164. .btn {
  165. position: absolute;
  166. top: 0;
  167. bottom: 0;
  168. margin: auto;
  169. right: 20rpx;
  170. width: 180rpx;
  171. height: 52rpx;
  172. line-height: 52rpx;
  173. text-align: center;
  174. color: #fff;
  175. float: right;
  176. font-size: 28rpx;
  177. border: 2rpx solid #02c0ff;
  178. border-radius: 30rpx;
  179. }
  180. .payment view:nth-child(2) text {
  181. font-size: 30rpx;
  182. color: #02c0ff;
  183. }
  184. .dingdan {
  185. margin-top: 33rpx;
  186. }
  187. .dingdan text:nth-of-type(1) {
  188. display: block;
  189. font-size: 34rpx;
  190. color: #333;
  191. letter-spacing: 0;
  192. text-align: center;
  193. }
  194. .dingdan text:nth-of-type(2) {
  195. display: block;
  196. font-size: 28rpx;
  197. color: #999;
  198. letter-spacing: 0;
  199. text-align: center;
  200. }
  201. .dingdan image {
  202. display: block;
  203. width: 300rpx;
  204. height: 300rpx;
  205. margin: 0 auto 16rpx;
  206. }
  207. .loading {
  208. text-align: center;
  209. height: 80rpx;
  210. line-height: 80rpx;
  211. font-size: 26rpx;
  212. color: #999;
  213. }
  214. .loading image {
  215. width: 60rpx;
  216. height: 60rpx;
  217. vertical-align: middle;
  218. margin-right: 10rpx;
  219. }
  220. button::after{ border: none; }
  221. .goback{
  222. position: fixed;
  223. right: 50rpx;
  224. bottom: 60rpx;
  225. width:100rpx!important;
  226. height:100rpx;
  227. z-index: 100;
  228. background:rgba(255,255,255,1);
  229. line-height: 95rpx;
  230. border:1rpx solid rgba(227,227,227,1);
  231. border-radius:50%;
  232. }
  233. .goback image{
  234. position: absolute;
  235. width: 60rpx;
  236. left: 0;
  237. right: 0;
  238. top: 0;
  239. bottom: 0;
  240. margin: auto;
  241. }