C端小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

305 строки
4.8 KiB

  1. .market {
  2. width: 100%;
  3. height: 100%;
  4. background: #F4F5F9;
  5. }
  6. .tabs {
  7. position: fixed;
  8. width: 100% !important;
  9. height: 96rpx;
  10. left: 0;
  11. right: 0;
  12. text-align: center;
  13. z-index: 10000000;
  14. background: #FFF;
  15. }
  16. .i-tab {
  17. width: 30% !important;
  18. display: inline-block;
  19. }
  20. .detail_msg {
  21. position: relative;
  22. background: #fff;
  23. margin: 0 30rpx;
  24. border-radius: 16rpx;
  25. overflow: hidden;
  26. }
  27. .bottom{
  28. background: #FFF;
  29. /* display: flex;
  30. justify-content: space-between; */
  31. padding: 10rpx 10rpx;
  32. text-align: center;
  33. }
  34. .sendImg{
  35. position: absolute;
  36. width: 100rpx;
  37. top: 100rpx;
  38. right: 6rpx;
  39. }
  40. .logo {
  41. display: block;
  42. width: 100%;
  43. border-radius: 16rpx;
  44. }
  45. .logo image {
  46. display: block;
  47. width: 100%;
  48. height: 260rpx;
  49. border-radius: 16rpx;
  50. }
  51. .section{
  52. margin-bottom: 25rpx;
  53. }
  54. .bottom view:nth-child(1) {
  55. font-size: 30rpx;
  56. color: #3C3C3C;
  57. }
  58. .bottom view:nth-child(2){
  59. font-size: 26rpx;
  60. color: #FD832D;
  61. }
  62. .info {
  63. width: 100%;
  64. position: absolute;
  65. left: 0;
  66. right: 0;
  67. top: 0;
  68. bottom: 0;
  69. margin: auto;
  70. text-align: center;
  71. color: #fff;
  72. /* background: rgba(0, 0, 0, 0.5) */
  73. }
  74. .sub {
  75. font-size: 24rpx !important;
  76. color: #919191 !important;
  77. letter-spacing: 0;
  78. line-height: 33rpx;
  79. padding-left: 4%;
  80. height: 66rpx;
  81. overflow: hidden;
  82. white-space: wrap;
  83. text-overflow: ellipsis;
  84. }
  85. .info view:nth-child(1) text {
  86. display: inline-block;
  87. width: 300rpx;
  88. font-size: 30rpx;
  89. letter-spacing: 0;
  90. height: 42rpx;
  91. overflow: hidden;
  92. line-height: 42rpx;
  93. white-space: nowrap;
  94. text-overflow: ellipsis;
  95. }
  96. .discount{
  97. position: absolute;
  98. width: 100rpx;
  99. top:86rpx;
  100. right:2rpx;
  101. }
  102. .info .sucess {
  103. display: inline-block;
  104. width: 123rpx !important;
  105. /* overflow: hidden; */
  106. font-size: 26rpx;
  107. color: #02c0ff;
  108. letter-spacing: 0;
  109. text-align: right;
  110. line-height: 26px;
  111. }
  112. .wait {
  113. display: inline-block;
  114. width: 123rpx !important;
  115. overflow: visible!important;
  116. font-size: 28rpx;
  117. color: #ff4949;
  118. letter-spacing: 0;
  119. text-align: right;
  120. line-height: 28rpx!important;
  121. }
  122. .close {
  123. display: inline-block;
  124. width: 123rpx !important;
  125. overflow: hidden;
  126. font-size: 28rpx;
  127. color: #999;
  128. letter-spacing: 0;
  129. text-align: right;
  130. line-height: 28rpx;
  131. }
  132. /*
  133. .info view:nth-child(2),
  134. .info view:nth-child(3),
  135. .info view:nth-child(4) {
  136. color: #333;
  137. font-size: 24rpx;
  138. } */
  139. .value {
  140. font-size: 24rpx;
  141. color: #999;
  142. letter-spacing: 0;
  143. padding-left: 4%;
  144. line-height: 33rpx;
  145. }
  146. .value text {
  147. font-size: 24rpx;
  148. color: #333;
  149. letter-spacing: 0;
  150. line-height: 33rpx;
  151. }
  152. /* .info view:nth-child(2) text, .info view:nth-child(3) text {
  153. font-size: 22rpx;
  154. } */
  155. .info view:nth-child(3) {
  156. margin-top: 20rpx;
  157. }
  158. .payment {
  159. position: relative;
  160. width: 92%;
  161. height: 88rpx;
  162. line-height: 88rpx;
  163. padding: 0 4%;
  164. display: flex;
  165. justify-content: space-between;
  166. }
  167. .payment view:nth-child(1) text:nth-child(1) {
  168. font-size: 24rpx;
  169. color: #1f2d3d;
  170. letter-spacing: 0;
  171. }
  172. .payment view:nth-child(1) text:nth-child(2) {
  173. font-size: 28rpx;
  174. color: #ff4949;
  175. letter-spacing: 0;
  176. margin-left: 10rpx;
  177. }
  178. .payment view:nth-child(1) text:nth-child(3) {
  179. font-size: 24rpx;
  180. color: #b4b4b4;
  181. padding-left: 18rpx;
  182. text-decoration: line-through;
  183. }
  184. .btn {
  185. position: absolute;
  186. top: 0;
  187. bottom: 0;
  188. margin: auto;
  189. right: 20rpx;
  190. width: 160rpx;
  191. height: 52rpx;
  192. line-height: 52rpx;
  193. text-align: center;
  194. color: #fff;
  195. float: right;
  196. font-size: 28rpx;
  197. border: 2rpx solid #02c0ff;
  198. border-radius: 10rpx;
  199. }
  200. .payment view:nth-child(2) text {
  201. font-size: 30rpx;
  202. color: #02c0ff;
  203. }
  204. .dingdan {
  205. margin-top: 33rpx;
  206. }
  207. .dingdan text:nth-of-type(1) {
  208. display: block;
  209. font-size: 34rpx;
  210. color: #333;
  211. letter-spacing: 0;
  212. text-align: center;
  213. }
  214. .dingdan text:nth-of-type(2) {
  215. display: block;
  216. font-size: 28rpx;
  217. color: #999;
  218. letter-spacing: 0;
  219. text-align: center;
  220. }
  221. .dingdan image {
  222. display: block;
  223. width: 300rpx;
  224. height: 300rpx;
  225. margin: 0 auto 16rpx;
  226. }
  227. .loading {
  228. text-align: center;
  229. height: 80rpx;
  230. line-height: 80rpx;
  231. font-size: 26rpx;
  232. color: #999;
  233. }
  234. .loading image {
  235. width: 60rpx;
  236. height: 60rpx;
  237. vertical-align: middle;
  238. margin-right: 10rpx;
  239. }
  240. button::after{ border: none; }
  241. .goback{
  242. width:400rpx!important;
  243. height:80rpx;
  244. line-height: 80rpx;
  245. border-radius:10rpx;
  246. background:linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  247. color: #fff;
  248. font-size: 32rpx;
  249. margin-top: 20rpx;
  250. }
  251. .goback image{
  252. position: absolute;
  253. width: 60rpx;
  254. left: 0;
  255. right: 0;
  256. top: 0;
  257. bottom: 0;
  258. margin: auto;
  259. }
  260. .frImg{
  261. height: 78rpx;
  262. width: 78rpx;
  263. position: absolute;
  264. right: 0;
  265. top: 0;
  266. }
  267. .frImg text{
  268. height:78rpx;
  269. width:78rpx;
  270. transform:rotate(45deg);
  271. color:#FFFFFF;
  272. font-size:16rpx;
  273. position:absolute;
  274. text-align:center;
  275. line-height:53rpx;
  276. top:0;
  277. left:0;
  278. }