C端小程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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