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ů.

194 řádky
3.0 KiB

  1. .market {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .tabs {
  6. width: 100% !important;
  7. height: 88rpx;
  8. text-align: center;
  9. }
  10. .i-tab {
  11. width: 30% !important;
  12. display: inline-block;
  13. }
  14. .section {
  15. margin-top: 2%;
  16. }
  17. .detail_msg {
  18. width: 92%;
  19. height: 200rpx !important;
  20. background: #fff;
  21. display: flex;
  22. margin: 0 4%;
  23. margin-top: 2%;
  24. border-bottom: 1rpx solid #ededed;
  25. }
  26. .logo {
  27. display: block;
  28. width: 180rpx;
  29. height: 180rpx;
  30. border: 1px solid #f8f8f8;
  31. border-radius: 16rpx;
  32. overflow: hidden;
  33. }
  34. .logo image {
  35. display: block;
  36. width: 180rpx;
  37. height: 180rpx;
  38. }
  39. .info view:nth-child(1) {
  40. display: flex;
  41. justify-content: space-between;
  42. padding: 0 4%;
  43. margin-top: 8rpx;
  44. }
  45. .info {
  46. width: 100%;
  47. }
  48. .info view:nth-child(1) {
  49. margin-bottom: 15rpx;
  50. }
  51. .info view:nth-child(1) text {
  52. font-size: 30rpx;
  53. /* width: 340rpx;
  54. overflow: hidden;
  55. white-space: nowrap;
  56. text-overflow: ellipsis; */
  57. }
  58. .info .sucess {
  59. font-size: 28rpx;
  60. color: #02c0ff;
  61. letter-spacing: 0;
  62. text-align: right;
  63. line-height: 28px;
  64. }
  65. .wait {
  66. font-size: 28rpx;
  67. color: #ff4949;
  68. letter-spacing: 0;
  69. text-align: right;
  70. line-height: 28rpx;
  71. }
  72. .close {
  73. font-size: 28rpx;
  74. color: #999;
  75. letter-spacing: 0;
  76. text-align: right;
  77. line-height: 28rpx;
  78. }
  79. .info view:nth-child(2), .info view:nth-child(3) {
  80. color: #f96563;
  81. font-size: 24rpx;
  82. padding-left: 4%;
  83. }
  84. .info view:nth-child(2) text, .info view:nth-child(3) text {
  85. font-size: 22rpx;
  86. color: #b8b8b8;
  87. }
  88. .info view:nth-child(3) {
  89. margin-top: 5rpx;
  90. }
  91. .payment {
  92. position: relative;
  93. width: 92%;
  94. height: 120rpx;
  95. line-height: 120rpx;
  96. padding: 0 4%;
  97. display: flex;
  98. justify-content: space-between;
  99. border-bottom: 20rpx solid #f8f8f8;
  100. }
  101. .payment view:nth-child(1) text:nth-child(1) {
  102. font-size: 36rpx;
  103. color: #f96563;
  104. }
  105. .payment view:nth-child(1) text:nth-child(2) {
  106. font-size: 24rpx;
  107. color: #b4b4b4;
  108. padding-left: 18rpx;
  109. text-decoration: line-through;
  110. }
  111. .btn {
  112. position: absolute;
  113. top: 0;
  114. bottom: 0;
  115. margin: auto;
  116. right: 20rpx;
  117. width: 180rpx;
  118. height: 60rpx;
  119. line-height: 60rpx;
  120. text-align: center;
  121. color: #fff;
  122. float: right;
  123. font-size: 28rpx;
  124. border: 2rpx solid #02c0ff;
  125. border-radius: 30rpx;
  126. }
  127. .payment view:nth-child(2) text {
  128. font-size: 30rpx;
  129. color: #02C0FF;
  130. }
  131. .dingdan {
  132. margin-top: 33rpx;
  133. }
  134. .dingdan text:nth-of-type(1) {
  135. display: block;
  136. font-size: 34rpx;
  137. color: #333;
  138. letter-spacing: 0;
  139. text-align: center;
  140. }
  141. .dingdan text:nth-of-type(2) {
  142. display: block;
  143. font-size: 28rpx;
  144. color: #999;
  145. letter-spacing: 0;
  146. text-align: center;
  147. }
  148. .dingdan image {
  149. display: block;
  150. width: 300rpx;
  151. height: 300rpx;
  152. margin: 0 auto 16rpx;
  153. }
  154. .loading {
  155. text-align: center;
  156. height: 80rpx;
  157. line-height: 80rpx;
  158. font-size: 26rpx;
  159. color: #999;
  160. }
  161. .loading image {
  162. width: 40rpx;
  163. height: 40rpx;
  164. vertical-align: middle;
  165. margin-right: 10rpx;
  166. }